Metadata >> NuGet >> MouseKeyboardActivityMonitor

MouseKeyboardActivityMonitor

Metadata

Authors gmamaladze,aflyhorse,Cel654321,cocode,danzar101,nhr,Tomboy
Copyrights New BSD License
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 are MouseEventExtArgs and KeyEventExtArgs which provide further options: * Input suppression * Timestamp * IsMouseDown/Up * IsKeyDown/Up. For more documentations, please check the project homepage.
LicenseUrl http://globalmousekeyhook.codeplex.com/license
Owners Mouse and Keyboard Hooks .NET
ProjectUrl http://globalmousekeyhook.codeplex.com/
ReleaseNotes This is my personal redistribution of changeset 28374 (proposed V4 Release alpha 2) What's New: Applied patch 11222, a quick click-move-click will no longer fire a fake double click event.
RequireLicenseAcceptance False
Summary This library allows you to tap keyboard and mouse and to detect and record their activity even when an application is inactive and runs in background.
Title Application and Global Mouse and Keyboard Hooks .Net Library in C#
PackageSize 66855
PackageHashAlgorithm SHA512
PackageHash RGb0YCSBXMm8C2w4uGMs8Us2CEa15FzAfBpYSpWUUchykeOAzCMXKDGafq10bVEC78SZLrk7tBujA1zilN5Zrg==
DownloadCount 000000
CreatedDate 2014-02-06T14:32:13
IconUrl https://download-codeplex.sec.s-msft.com/Download?ProjectName=globalmousekeyhook&DownloadId=283107&Build=20798

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 MouseKeyboardActivityMonitor -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install MouseKeyboardActivityMonitor -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 MouseKeyboardActivityMonitor
Installing the package (HTTP Basic authentication):
Install-Package MouseKeyboardActivityMonitor -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package MouseKeyboardActivityMonitor -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package MouseKeyboardActivityMonitor

OpenWrap

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

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
4.0.5150.10665
4.0.5043.22976
3.1.5042.27935
3.0.1.14608