Created
May 14, 2017 03:34
-
-
Save chand1012/c0cdca9325374d68537dbe0cdf2d0bc1 to your computer and use it in GitHub Desktop.
Windows VK keys 1-9, a-z
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"0": "0x30", | |
"1": "0x31", | |
"2": "0x32", | |
"3": "0x33", | |
"4": "0x34", | |
"5": "0x35", | |
"6": "0x36", | |
"7": "0x37", | |
"8": "0x38", | |
"9": "0x39", | |
"a": "0x41", | |
"b": "0x42", | |
"c": "0x43", | |
"d": "0x44", | |
"e": "0x45", | |
"f": "0x46", | |
"g": "0x47", | |
"h": "0x48", | |
"i": "0x49", | |
"j": "0x4A", | |
"k": "0x4B", | |
"l": "0x4C", | |
"m": "0x4D", | |
"n": "0x4E", | |
"o": "0x4F", | |
"p": "0x50", | |
"q": "0x51", | |
"r": "0x52", | |
"s": "0x53", | |
"t": "0x54", | |
"u": "0x55", | |
"v": "0x56", | |
"w": "0x57", | |
"x": "0x58", | |
"y": "0x59", | |
"z": "0x5A" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment