Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
hak5
GitHub Repository: hak5/usbrubberducky-payloads
Path: blob/master/languages/fr.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
"q":"00,00,04",
21
"b":"00,00,05",
22
"c":"00,00,06",
23
"d":"00,00,07",
24
"e":"00,00,08",
25
"f":"00,00,09",
26
"g":"00,00,0a",
27
"h":"00,00,0b",
28
"i":"00,00,0c",
29
"j":"00,00,0d",
30
"k":"00,00,0e",
31
"l":"00,00,0f",
32
",":"00,00,10",
33
"n":"00,00,11",
34
"o":"00,00,12",
35
"p":"00,00,13",
36
"a":"00,00,14",
37
"r":"00,00,15",
38
"s":"00,00,16",
39
"t":"00,00,17",
40
"u":"00,00,18",
41
"v":"00,00,19",
42
"z":"00,00,1a",
43
"x":"00,00,1b",
44
"y":"00,00,1c",
45
"w":"00,00,1d",
46
"&":"00,00,1e",
47
"\"":"00,00,20",
48
"'":"00,00,21",
49
"(":"00,00,22",
50
"-":"00,00,23",
51
"_":"00,00,25",
52
"ENTER":"00,00,28",
53
"ESC":"00,00,29",
54
"ESCAPE":"00,00,29",
55
"TAB":"00,00,2b",
56
" ":"00,00,2c",
57
"SPACE":"00,00,2c",
58
")":"00,00,2d",
59
"=":"00,00,2e",
60
"$":"00,00,30",
61
"*":"00,00,31",
62
"m":"00,00,33",
63
";":"00,00,36",
64
":":"00,00,37",
65
"!":"00,00,38",
66
"CAPSLOCK":"00,00,39",
67
"F1":"00,00,3a",
68
"F2":"00,00,3b",
69
"F3":"00,00,3c",
70
"F4":"00,00,3d",
71
"F5":"00,00,3e",
72
"F6":"00,00,3f",
73
"F7":"00,00,40",
74
"F8":"00,00,41",
75
"F9":"00,00,42",
76
"F10":"00,00,43",
77
"F11":"00,00,44",
78
"F12":"00,00,45",
79
"PRINTSCREEN":"00,00,46",
80
"SCROLLLOCK":"00,00,47",
81
"BREAK":"00,00,48",
82
"PAUSE":"00,00,48",
83
"INSERT":"00,00,49",
84
"HOME":"00,00,4a",
85
"PAGEUP":"00,00,4b",
86
"DEL":"00,00,4c",
87
"DELETE":"00,00,4c",
88
"END":"00,00,4d",
89
"PAGEDOWN":"00,00,4e",
90
"RIGHT":"00,00,4f",
91
"RIGHTARROW":"00,00,4f",
92
"LEFT":"00,00,50",
93
"LEFTARROW":"00,00,50",
94
"DOWN":"00,00,51",
95
"DOWNARROW":"00,00,51",
96
"UP":"00,00,52",
97
"UPARROW":"00,00,52",
98
"<":"00,00,64",
99
"APP":"00,00,65",
100
"MENU":"00,00,65",
101
"ALT-TAB":"00,00,71",
102
"CONTROL":"01,00,00",
103
"CTRL":"01,00,00",
104
"SHIFT":"02,00,00",
105
"Q":"02,00,04",
106
"B":"02,00,05",
107
"C":"02,00,06",
108
"D":"02,00,07",
109
"E":"02,00,08",
110
"F":"02,00,09",
111
"G":"02,00,0a",
112
"H":"02,00,0b",
113
"I":"02,00,0c",
114
"J":"02,00,0d",
115
"K":"02,00,0e",
116
"L":"02,00,0f",
117
"?":"02,00,10",
118
"N":"02,00,11",
119
"O":"02,00,12",
120
"P":"02,00,13",
121
"A":"02,00,14",
122
"R":"02,00,15",
123
"S":"02,00,16",
124
"T":"02,00,17",
125
"U":"02,00,18",
126
"V":"02,00,19",
127
"Z":"02,00,1a",
128
"X":"02,00,1b",
129
"Y":"02,00,1c",
130
"W":"02,00,1d",
131
"1":"02,00,1e",
132
"2":"02,00,1f",
133
"3":"02,00,20",
134
"4":"02,00,21",
135
"5":"02,00,22",
136
"6":"02,00,23",
137
"7":"02,00,24",
138
"8":"02,00,25",
139
"9":"02,00,26",
140
"0":"02,00,27",
141
"+":"02,00,2e",
142
"M":"02,00,33",
143
"%":"02,00,34",
144
".":"02,00,36",
145
"/":"02,00,37",
146
">":"02,00,64",
147
"CTRL-SHIFT":"03,00,00",
148
"ALT":"04,00,00",
149
"CTRL-ALT":"05,00,00",
150
"ALT-SHIFT":"06,00,00",
151
"COMMAND":"08,00,00",
152
"GUI":"08,00,00",
153
"WINDOWS":"08,00,00",
154
"COMMAND-OPTION":"12,00,00",
155
"~":"40,00,1f",
156
"#":"40,00,20",
157
"{":"40,00,21",
158
"[":"40,00,22",
159
"|":"40,00,23",
160
"`":"40,00,24",
161
"\\":"40,00,25",
162
"^":"40,00,26",
163
"@":"40,00,27",
164
"]":"40,00,2d",
165
"}":"40,00,2e",
166
"COMMAND-CTRL-SHIFT":"40,00,2e",
167
"COMMAND-CTRL":"40,00,2e",
168
"COMMAND-OPTION-SHIFT'":"40,00,2e"
169
}
170