Skip to content

A simple C++ hotkey detection library for Windows using the GetAsyncKeyState API

License

Notifications You must be signed in to change notification settings

kaneorotar/TKeys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TKeys

A simple C++ hotkey detection library for Windows using the GetAsyncKeyState API.

Features:

  • Detect HotKey States
  • Use HotKey as Toggles (On/Off)
  • Automatically Type Characters (English Only)

Demo Project included (Visual Studio 2015)

To Do:

  • Combine 3 KeyMaps into a single map with second element being a boolean vector

About

A simple C++ hotkey detection library for Windows using the GetAsyncKeyState API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published