Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
hak5
GitHub Repository: hak5/usbrubberducky-payloads
Path: blob/master/languages/jp.json
2968 views
1
{
2
"__comment": "All numbers here are in hex format and 0x is ignored.",
3
"__comment": " ",
4
"__comment": "This list is in ascending order of 3rd byte (HID Usage ID).",
5
"__comment": " See section 10 Keyboard/Keypad Page (0x07)",
6
"__comment": " of document USB HID Usage Tables Version 1.12.",
7
"__comment": " ",
8
"__comment": "Definition of these 3 bytes can be found",
9
"__comment": " in section B.1 Protocol 1 (Keyboard)",
10
"__comment": " of document Device Class Definition for HID Version 1.11",
11
"__comment": " - byte 1: Modifier keys",
12
"__comment": " - byte 2: Reserved",
13
"__comment": " - byte 3: Keycode 1",
14
"__comment": " ",
15
"__comment": "Both documents can be obtained from link here",
16
"__comment": " http://www.usb.org/developers/hidpage/",
17
"__comment": " ",
18
"__comment": "A = LeftShift + a, { = LeftShift + [",
19
"__comment": " ",
20
"CTRL": "01,00,00",
21
"CONTROL": "01,00,00",
22
"SHIFT": "02,00,00",
23
"ALT": "04,00,00",
24
"GUI": "08,00,00",
25
"WINDOWS": "08,00,00",
26
"CTRL-ALT": "05,00,00",
27
"CTRL-SHIFT": "03,00,00",
28
"ALT-SHIFT": "06,00,00",
29
"__comment": "Below 5 key combinations are for Mac OSX",
30
"__comment": "Example: (COMMAND-OPTION SHIFT t) to open terminal",
31
"COMMAND": "08,00,00",
32
"COMMAND-CTRL": "09,00,00",
33
"COMMAND-CTRL-SHIFT": "0B,00,00",
34
"COMMAND-OPTION": "0C,00,00",
35
"COMMAND-OPTION-SHIFT": "0E,00,00",
36
"a": "00,00,04",
37
"A": "02,00,04",
38
"b": "00,00,05",
39
"B": "02,00,05",
40
"c": "00,00,06",
41
"C": "02,00,06",
42
"d": "00,00,07",
43
"D": "02,00,07",
44
"e": "00,00,08",
45
"E": "02,00,08",
46
"f": "00,00,09",
47
"F": "02,00,09",
48
"g": "00,00,0a",
49
"G": "02,00,0a",
50
"h": "00,00,0b",
51
"H": "02,00,0b",
52
"i": "00,00,0c",
53
"I": "02,00,0c",
54
"j": "00,00,0d",
55
"J": "02,00,0d",
56
"k": "00,00,0e",
57
"K": "02,00,0e",
58
"l": "00,00,0f",
59
"L": "02,00,0f",
60
"m": "00,00,10",
61
"M": "02,00,10",
62
"n": "00,00,11",
63
"N": "02,00,11",
64
"o": "00,00,12",
65
"O": "02,00,12",
66
"p": "00,00,13",
67
"P": "02,00,13",
68
"q": "00,00,14",
69
"Q": "02,00,14",
70
"r": "00,00,15",
71
"R": "02,00,15",
72
"s": "00,00,16",
73
"S": "02,00,16",
74
"t": "00,00,17",
75
"T": "02,00,17",
76
"u": "00,00,18",
77
"U": "02,00,18",
78
"v": "00,00,19",
79
"V": "02,00,19",
80
"w": "00,00,1a",
81
"W": "02,00,1a",
82
"x": "00,00,1b",
83
"X": "02,00,1b",
84
"y": "00,00,1c",
85
"Y": "02,00,1c",
86
"z": "00,00,1d",
87
"Z": "02,00,1d",
88
"1": "00,00,1e",
89
"!": "02,00,1e",
90
"2": "00,00,1f",
91
"\"": "02,00,1f",
92
"3": "00,00,20",
93
"#": "02,00,20",
94
"4": "00,00,21",
95
"$": "02,00,21",
96
"5": "00,00,22",
97
"%": "02,00,22",
98
"6": "00,00,23",
99
"&": "02,00,23",
100
"7": "00,00,24",
101
"'": "02,00,24",
102
"8": "00,00,25",
103
"(": "02,00,25",
104
"9": "00,00,26",
105
")": "02,00,26",
106
"0": "00,00,27",
107
"ENTER": "00,00,28",
108
"ESC": "00,00,29",
109
"ESCAPE": "00,00,29",
110
"BACKSPACE": "00,00,2a",
111
"TAB": "00,00,2b",
112
"ALT-TAB": "04,00,2b",
113
"SPACE": "00,00,2c",
114
" ": "00,00,2c",
115
"-": "00,00,2d",
116
"=": "02,00,2d",
117
"^": "00,00,2e",
118
"~": "02,00,2e",
119
"@": "00,00,2f",
120
"`": "02,00,2f",
121
"[": "00,00,30",
122
"{": "02,00,30",
123
"\\": "00,00,31",
124
"|": "02,00,31",
125
"]": "00,00,32",
126
"}": "02,00,32",
127
";": "00,00,33",
128
"+": "02,00,33",
129
":": "00,00,34",
130
"*": "02,00,34",
131
",": "00,00,36",
132
"<": "02,00,36",
133
".": "00,00,37",
134
">": "02,00,37",
135
"/": "00,00,38",
136
"?": "02,00,38",
137
"CAPSLOCK": "00,00,39",
138
"F1": "00,00,3a",
139
"F2": "00,00,3b",
140
"F3": "00,00,3c",
141
"F4": "00,00,3d",
142
"F5": "00,00,3e",
143
"F6": "00,00,3f",
144
"F7": "00,00,40",
145
"F8": "00,00,41",
146
"F9": "00,00,42",
147
"F10": "00,00,43",
148
"F11": "00,00,44",
149
"F12": "00,00,45",
150
"PRINTSCREEN":"00,00,46",
151
"SCROLLLOCK": "00,00,47",
152
"PAUSE": "00,00,48",
153
"BREAK": "00,00,48",
154
"INSERT": "00,00,49",
155
"HOME": "00,00,4a",
156
"PAGEUP": "00,00,4b",
157
"DELETE": "00,00,4c",
158
"DEL": "00,00,4c",
159
"END": "00,00,4d",
160
"PAGEDOWN": "00,00,4e",
161
"RIGHTARROW": "00,00,4f",
162
"RIGHT": "00,00,4f",
163
"LEFTARROW": "00,00,50",
164
"LEFT": "00,00,50",
165
"DOWNARROW": "00,00,51",
166
"DOWN": "00,00,51",
167
"UPARROW": "00,00,52",
168
"UP": "00,00,52",
169
"NUMLOCK": "00,00,53",
170
"MENU": "00,00,65",
171
"APP": "00,00,65"
172
}
173
174