Metadata >> NuGet >> MouseKeyHook

MouseKeyHook

Metadata

Authors George Mamaladze
Copyrights (c) George Mamaladze 2000-2014
Description This library attaches to windows global hooks, tracks keyboard and mouse clicks and movement and raises common .NET events with KeyEventArgs and MouseEventArgs, so you can easily retrieve any information you need: * Mouse coordinates * Mouse buttons clicked * Mouse wheel scrolls * Key presses and releases * Special key states Additionally, there is a possibility to supress certain keyboard or mouse clicks, or detect special key combinations.
IconUrl https://raw.githubusercontent.com/gmamaladze/globalmousekeyhook/develop/mouse-keyboard-hook-logo32x32.png
LicenseUrl https://github.com/gmamaladze/globalmousekeyhook/blob/master/LICENSE.txt
Owners George Mamaladze
ProjectUrl https://github.com/gmamaladze/globalmousekeyhook
RequireLicenseAcceptance False
Summary This library allows you to tap keyboard and mouse, to detect and record their activity even when an application is inactive and runs in background.
Tags keyboard mouse hook event global spy
Title MouseKeyHook
PackageSize 83491
PackageHashAlgorithm SHA512
PackageHash 7lFACbB127XpwsAzHeHYo21MMEsk1VAGNNHPzCw4YeoQsP6YnQu8PVN0oEFUfPajoAfE0yr+CSDdT4zO80iBbA==
DownloadCount 000000
CreatedDate 2015-06-22T08:52:40

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install MouseKeyHook -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install MouseKeyHook -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package MouseKeyHook
Installing the package (HTTP Basic authentication):
Install-Package MouseKeyHook -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package MouseKeyHook -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package MouseKeyHook

OpenWrap

Installing the package:
o add-wrap MouseKeyHook
Uninstalling the package:
o remove-wrap MouseKeyHook

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
5.3.0
5.1.0
5.0.0