Skip to content

Shows how to easily map a range of keys into scancodes and to how to retrieve them

Notifications You must be signed in to change notification settings

Kyr27/Keys2ScanCodes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keys2ScanCodes

Tired of having to do this constantly:

UINT scanCodeA = MapVirtualKey(0x41, MAPVK_VK_TO_VSC);

If so, i have a better method for you, look in main.cpp to see a better way of doing it.

About

Shows how to easily map a range of keys into scancodes and to how to retrieve them

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages