mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-20 08:52:59 +00:00
migrate layout icons form unicode to material symbols
migrate keymap to yml
This commit is contained in:
933
src/lib/assets/keymaps/scancode.yml
Normal file
933
src/lib/assets/keymaps/scancode.yml
Normal file
@@ -0,0 +1,933 @@
|
||||
name: Raw Scancodes
|
||||
description: Raw Keyboard Scancodes
|
||||
actions:
|
||||
256:
|
||||
id: "KSC_00"
|
||||
title: No Key Pressed
|
||||
257:
|
||||
id: "KSC_01"
|
||||
title: Keyboard Error Roll Over
|
||||
258:
|
||||
id: "KSC_02"
|
||||
title: Keyboard POST Fail
|
||||
259:
|
||||
id: "KSC_03"
|
||||
title: Keyboard Error Undefined
|
||||
260:
|
||||
id: "KEY_A"
|
||||
title: Keyboard a and A (US English)
|
||||
description: Non US English keyboard users may prefer these Raw Scancodes
|
||||
261:
|
||||
id: "KEY_B"
|
||||
title: Keyboard b and B (US English)
|
||||
262:
|
||||
id: "KEY_C"
|
||||
title: Keyboard c and C (US English)
|
||||
263:
|
||||
id: "KEY_D"
|
||||
title: Keyboard d and D (US English)
|
||||
264:
|
||||
id: "KEY_E"
|
||||
title: Keyboard e and E (US English)
|
||||
265:
|
||||
id: "KEY_F"
|
||||
title: Keyboard f and F (US English)
|
||||
266:
|
||||
id: "KEY_G"
|
||||
title: Keyboard g and G (US English)
|
||||
267:
|
||||
id: "KEY_H"
|
||||
title: Keyboard h and H (US English)
|
||||
268:
|
||||
id: "KEY_I"
|
||||
title: Keyboard i and I (US English)
|
||||
269:
|
||||
id: "KEY_J"
|
||||
title: Keyboard j and J (US English)
|
||||
270:
|
||||
id: "KEY_K"
|
||||
title: Keyboard k and K (US English)
|
||||
271:
|
||||
id: "KEY_L"
|
||||
title: Keyboard l and L (US English)
|
||||
272:
|
||||
id: "KEY_M"
|
||||
title: Keyboard m and M (US English)
|
||||
273:
|
||||
id: "KEY_N"
|
||||
title: Keyboard n and N (US English)
|
||||
274:
|
||||
id: "KEY_O"
|
||||
title: Keyboard o and O (US English)
|
||||
275:
|
||||
id: "KEY_P"
|
||||
title: Keyboard p and P (US English)
|
||||
276:
|
||||
id: "KEY_Q"
|
||||
title: Keyboard q and Q (US English)
|
||||
277:
|
||||
id: "KEY_R"
|
||||
title: Keyboard r and R (US English)
|
||||
278:
|
||||
id: "KEY_S"
|
||||
title: Keyboard s and S (US English)
|
||||
279:
|
||||
id: "KEY_T"
|
||||
title: Keyboard t and T (US English)
|
||||
280:
|
||||
id: "KEY_U"
|
||||
title: Keyboard u and U (US English)
|
||||
281:
|
||||
id: "KEY_V"
|
||||
title: Keyboard v and V (US English)
|
||||
282:
|
||||
id: "KEY_W"
|
||||
title: Keyboard w and W (US English)
|
||||
283:
|
||||
id: "KEY_X"
|
||||
title: Keyboard x and X (US English)
|
||||
284:
|
||||
id: "KEY_Y"
|
||||
title: Keyboard y and Y (US English)
|
||||
285:
|
||||
id: "KEY_Z"
|
||||
title: Keyboard z and Z (US English)
|
||||
286:
|
||||
id: "KEY_1"
|
||||
title: Keyboard 1 and ! (US English)
|
||||
287:
|
||||
id: "KEY_2"
|
||||
title: Keyboard 2 and @ (US English)
|
||||
288:
|
||||
id: "KEY_3"
|
||||
title: Keyboard 3 and # (US English)
|
||||
289:
|
||||
id: "KEY_4"
|
||||
title: Keyboard 4 and $ (US English)
|
||||
290:
|
||||
id: "KEY_5"
|
||||
title: Keyboard 5 and % (US English)
|
||||
291:
|
||||
id: "KEY_6"
|
||||
title: Keyboard 6 and ^ (US English)
|
||||
292:
|
||||
id: "KEY_7"
|
||||
title: Keyboard 7 and & (US English)
|
||||
293:
|
||||
id: "KEY_8"
|
||||
title: Keyboard 8 and * (US English)
|
||||
294:
|
||||
id: "KEY_9"
|
||||
title: Keyboard 9 and ( (US English)
|
||||
295:
|
||||
id: "KEY_0"
|
||||
title: Keyboard 0 and ) (US English)
|
||||
296:
|
||||
id: "ENTER"
|
||||
title: Keyboard Return (US English)
|
||||
icon: keyboard_return
|
||||
297:
|
||||
id: "ESC"
|
||||
title: Keyboard Escape (US English)
|
||||
298:
|
||||
id: "BKSP"
|
||||
title: Keyboard Backspace (US English)
|
||||
icon: backspace
|
||||
299:
|
||||
id: "TAB"
|
||||
title: Keyboard Tab (US English)
|
||||
icon: keyboard_tab
|
||||
300:
|
||||
id: "KSC_2C"
|
||||
title: Keyboard Space (US English)
|
||||
description: |
|
||||
The ASCII space is preferred over this raw scancode for the space bar.
|
||||
icon: space_bar
|
||||
301:
|
||||
id: "KSC_2D"
|
||||
title: Keyboard - and _ (US English)
|
||||
302:
|
||||
id: "KSC_2E"
|
||||
title: Keyboard = and + (US English)
|
||||
303:
|
||||
id: "KSC_2F"
|
||||
title: Keyboard [ and { (US English)
|
||||
304:
|
||||
id: "KSC_30"
|
||||
title: Keyboard ] and } (US English)
|
||||
305:
|
||||
id: "KSC_31"
|
||||
title: Keyboard \ and | (US English)
|
||||
306:
|
||||
id: "KSC_32"
|
||||
title: Keyboard Non-US \# and ~ (US English)
|
||||
307:
|
||||
id: "KSC_33"
|
||||
title: "Keyboard ; and : (US English)"
|
||||
308:
|
||||
id: "KSC_34"
|
||||
title: Keyboard ' and " (US English)
|
||||
309:
|
||||
id: "KSC_35"
|
||||
title: Keyboard ` and ~ (US English)
|
||||
310:
|
||||
id: "KSC_36"
|
||||
title: Keyboard , and < (US English)
|
||||
311:
|
||||
id: "KSC_37"
|
||||
title: Keyboard . and > (US English)
|
||||
312:
|
||||
id: "KSC_38"
|
||||
title: Keyboard / and ? (US English)
|
||||
313:
|
||||
id: "CAPSLOCK"
|
||||
title: Keyboard Caps Lock
|
||||
icon: shift_lock
|
||||
314:
|
||||
id: "F1"
|
||||
title: Keyboard F1
|
||||
315:
|
||||
id: "F2"
|
||||
title: Keyboard F2
|
||||
316:
|
||||
id: "F3"
|
||||
title: Keyboard F3
|
||||
317:
|
||||
id: "F4"
|
||||
title: Keyboard F4
|
||||
318:
|
||||
id: "F5"
|
||||
title: Keyboard F5
|
||||
319:
|
||||
id: "F6"
|
||||
title: Keyboard F6
|
||||
320:
|
||||
id: "F7"
|
||||
title: Keyboard F7
|
||||
321:
|
||||
id: "F8"
|
||||
title: Keyboard F8
|
||||
322:
|
||||
id: "F9"
|
||||
title: Keyboard F9
|
||||
323:
|
||||
id: "F10"
|
||||
title: Keyboard F10
|
||||
324:
|
||||
id: "F11"
|
||||
title: Keyboard F11
|
||||
325:
|
||||
id: "F12"
|
||||
title: Keyboard F12
|
||||
326:
|
||||
id: "PRTSCN"
|
||||
title: Keyboard Print Screen
|
||||
icon: screenshot_monitor
|
||||
327:
|
||||
id: "SCRLK"
|
||||
title: Keyboard Scroll Lock
|
||||
328:
|
||||
id: "PAUSE"
|
||||
title: Keyboard Pause
|
||||
329:
|
||||
id: "INSERT"
|
||||
title: Keyboard Insert
|
||||
icon: insert_text
|
||||
330:
|
||||
id: "HOME"
|
||||
title: Keyboard Home
|
||||
icon: home
|
||||
331:
|
||||
id: "PGUP"
|
||||
title: Keyboard Page Up
|
||||
icon: move_up
|
||||
332:
|
||||
id: "DELETE"
|
||||
title: Keyboard Delete Forward
|
||||
333:
|
||||
id: "END"
|
||||
title: Keyboard End
|
||||
334:
|
||||
id: "PGDN"
|
||||
title: Keyboard Page Down
|
||||
icon: move_down
|
||||
335:
|
||||
id: "ARROW_RT"
|
||||
title: Keyboard Right Arrow
|
||||
icon: keyboard_arrow_right
|
||||
336:
|
||||
id: "ARROW_LF"
|
||||
title: Keyboard Left Arrow
|
||||
icon: keyboard_arrow_left
|
||||
337:
|
||||
id: "ARROW_DN"
|
||||
title: Keyboard Down Arrow
|
||||
icon: keyboard_arrow_down
|
||||
338:
|
||||
id: "ARROW_UP"
|
||||
title: Keyboard Up Arrow
|
||||
icon: keyboard_arrow_up
|
||||
339:
|
||||
id: "NUMLOCK"
|
||||
title: Keyboard Num Lock and Clear
|
||||
340:
|
||||
id: "KP_SLASH"
|
||||
title: Keypad /
|
||||
341:
|
||||
id: "KP_ASTER"
|
||||
title: Keypad *
|
||||
342:
|
||||
id: "KP_MINUS"
|
||||
title: Keypad -
|
||||
343:
|
||||
id: "KP_PLUS"
|
||||
title: Keypad +
|
||||
344:
|
||||
id: "KP_ENTER"
|
||||
title: Keypad Enter
|
||||
345:
|
||||
id: "KP_1"
|
||||
title: Keypad 1 and End
|
||||
346:
|
||||
id: "KP_2"
|
||||
title: Keypad 2 and Down Arrow
|
||||
347:
|
||||
id: "KP_3"
|
||||
title: Keypad 3 and Page Down
|
||||
348:
|
||||
id: "KP_4"
|
||||
title: Keypad 4 and Left Arrow
|
||||
349:
|
||||
id: "KP_5"
|
||||
title: Keypad 5
|
||||
350:
|
||||
id: "KP_6"
|
||||
title: Keypad 6 and Rigth Arrow
|
||||
351:
|
||||
id: "KP_7"
|
||||
title: Keypad 7 and Home
|
||||
352:
|
||||
id: "KP_8"
|
||||
title: Keypad 8 and Up Arrow
|
||||
353:
|
||||
id: "KP_9"
|
||||
title: Keypad 9 and Page Up
|
||||
354:
|
||||
id: "KP_0"
|
||||
title: Keypad 0 and Insert
|
||||
355:
|
||||
id: "KP_DOT"
|
||||
title: Keypad . and Delete
|
||||
356:
|
||||
id: "KSC_64"
|
||||
title: Keyboard Non-US \ and | (US English)
|
||||
357:
|
||||
id: "COMPOSE"
|
||||
title: Keyboard Application
|
||||
description: Officially supported by Win, Unix, and Boot
|
||||
358:
|
||||
id: "POWER"
|
||||
title: Keyboard Power
|
||||
description: Only officially supported by Mac and Unix
|
||||
359:
|
||||
id: "KP_EQUAL"
|
||||
title: Keypad =
|
||||
description: Only officially supported by Mac
|
||||
360:
|
||||
id: "F13"
|
||||
title: Keyboard F13
|
||||
description: Only officially supported by Mac
|
||||
361:
|
||||
id: "F14"
|
||||
title: Keyboard F14
|
||||
description: Only officially supported by Mac
|
||||
362:
|
||||
id: "F15"
|
||||
title: Keyboard F15
|
||||
description: Only officially supported by Mac
|
||||
363:
|
||||
id: "F16"
|
||||
title: Keyboard F16
|
||||
description: Only officially supported by Mac
|
||||
364:
|
||||
id: "F17"
|
||||
title: Keyboard F17
|
||||
description: Not required to be supported by any OS
|
||||
365:
|
||||
id: "F18"
|
||||
title: Keyboard F18
|
||||
description: Not required to be supported by any OS
|
||||
366:
|
||||
id: "F19"
|
||||
title: Keyboard F19
|
||||
description: Not required to be supported by any OS
|
||||
367:
|
||||
id: "F20"
|
||||
title: Keyboard F20
|
||||
description: Not required to be supported by any OS
|
||||
368:
|
||||
id: "F21"
|
||||
title: Keyboard F21
|
||||
description: Not required to be supported by any OS
|
||||
369:
|
||||
id: "F22"
|
||||
title: Keyboard F22
|
||||
description: Not required to be supported by any OS
|
||||
370:
|
||||
id: "F23"
|
||||
title: Keyboard F23
|
||||
description: Not required to be supported by any OS
|
||||
371:
|
||||
id: "F24"
|
||||
title: Keyboard F24
|
||||
description: Not required to be supported by any OS
|
||||
372:
|
||||
id: "EXECUTE"
|
||||
title: Keyboard Execute
|
||||
description: Only officially supported by Unix
|
||||
icon: terminal
|
||||
373:
|
||||
id: "HELP"
|
||||
title: Keyboard Help
|
||||
description: Only officially supported by Unix
|
||||
icon: help
|
||||
374:
|
||||
id: "MENU"
|
||||
title: Keyboard Menu
|
||||
description: Only officially supported by Unix
|
||||
icon: menu
|
||||
375:
|
||||
id: "SELECT"
|
||||
title: Keyboard Select
|
||||
description: Only officially supported by Unix
|
||||
icon: select
|
||||
376:
|
||||
id: "STOP"
|
||||
title: Keyboard Stop
|
||||
description: Only officially supported by Unix
|
||||
icon: stop_circle
|
||||
377:
|
||||
id: "AGAIN"
|
||||
title: Keyboard Again
|
||||
description: Only officially supported by Unix
|
||||
icon: redo
|
||||
378:
|
||||
id: "UNDO"
|
||||
title: Keyboard Undo
|
||||
description: Only officially supported by Unix
|
||||
icon: undo
|
||||
379:
|
||||
id: "CUT"
|
||||
title: Keyboard Cut
|
||||
description: Only officially supported by Unix
|
||||
icon: content_cut
|
||||
380:
|
||||
id: "COPY"
|
||||
title: Keyboard Copy
|
||||
description: Only officially supported by Unix
|
||||
icon: content_copy
|
||||
381:
|
||||
id: "PASTE"
|
||||
title: Keyboard Paste
|
||||
description: Only officially supported by Unix
|
||||
icon: content_paste
|
||||
382:
|
||||
id: "FIND"
|
||||
title: Keyboard Find
|
||||
description: Only officially supported by Unix
|
||||
icon: search
|
||||
383:
|
||||
id: "MUTE"
|
||||
title: Keyboard Mute
|
||||
description: Only officially supported by Unix
|
||||
icon: no_sound
|
||||
384:
|
||||
id: "VOL_UP"
|
||||
title: Keyboard Volume Up
|
||||
description: Only officially supported by Unix
|
||||
icon: volume_up
|
||||
385:
|
||||
id: "VOL_DN"
|
||||
title: Keyboard Volume Down
|
||||
description: Only officially supported by Unix
|
||||
icon: volume_down
|
||||
386:
|
||||
id: "KSC_82"
|
||||
title: Keyboard Locking Caps Lock
|
||||
description: Only officially supported by Unix
|
||||
387:
|
||||
id: "KSC_83"
|
||||
title: Keyboard Locking Num Lock
|
||||
description: Only officially supported by Unix
|
||||
388:
|
||||
id: "KSC_84"
|
||||
title: Keyboard Locking Scroll Lock
|
||||
description: Only officially supported by Unix
|
||||
389:
|
||||
id: "KP_COMMA"
|
||||
title: Keypad Comma
|
||||
description: Not required to be supported by any OS
|
||||
390:
|
||||
id: "KSC_86"
|
||||
title: Keypad Equals Sign
|
||||
description: Not required to be supported by any OS
|
||||
391:
|
||||
id: "INTL1"
|
||||
title: Keyboard International1
|
||||
description: Not required to be supported by any OS
|
||||
392:
|
||||
id: "INTL2"
|
||||
title: Keyboard International2
|
||||
description: Not required to be supported by any OS
|
||||
393:
|
||||
id: "INTL3"
|
||||
title: Keyboard International3
|
||||
description: Not required to be supported by any OS
|
||||
394:
|
||||
id: "INTL4"
|
||||
title: Keyboard International4
|
||||
description: Not required to be supported by any OS
|
||||
395:
|
||||
id: "INTL5"
|
||||
title: Keyboard International5
|
||||
description: Not required to be supported by any OS
|
||||
396:
|
||||
id: "INTL6"
|
||||
title: Keyboard International6
|
||||
description: Not required to be supported by any OS
|
||||
397:
|
||||
id: "INTL7"
|
||||
title: Keyboard International7
|
||||
description: Not required to be supported by any OS
|
||||
398:
|
||||
id: "INTL8"
|
||||
title: Keyboard International8
|
||||
description: Not required to be supported by any OS
|
||||
399:
|
||||
id: "INTL9"
|
||||
title: Keyboard International9
|
||||
description: Not required to be supported by any OS
|
||||
400:
|
||||
id: "LANG1"
|
||||
title: Keyboard LANG1
|
||||
description: Not required to be supported by any OS
|
||||
401:
|
||||
id: "LANG2"
|
||||
title: Keyboard LANG2
|
||||
description: Not required to be supported by any OS
|
||||
402:
|
||||
id: "LANG3"
|
||||
title: Keyboard LANG3
|
||||
description: Not required to be supported by any OS
|
||||
403:
|
||||
id: "LANG4"
|
||||
title: Keyboard LANG4
|
||||
description: Not required to be supported by any OS
|
||||
404:
|
||||
id: "LANG5"
|
||||
title: Keyboard LANG5
|
||||
description: Not required to be supported by any OS
|
||||
405:
|
||||
id: "LANG6"
|
||||
title: Keyboard LANG6
|
||||
description: Not required to be supported by any OS
|
||||
406:
|
||||
id: "LANG7"
|
||||
title: Keyboard LANG7
|
||||
description: Not required to be supported by any OS
|
||||
407:
|
||||
id: "LANG8"
|
||||
title: Keyboard LANG8
|
||||
description: Not required to be supported by any OS
|
||||
408:
|
||||
id: "LANG9"
|
||||
title: Keyboard LANG9
|
||||
description: Not required to be supported by any OS
|
||||
409:
|
||||
id: "KSC_99"
|
||||
title: Keyboard Alternate Erase
|
||||
description: Not required to be supported by any OS
|
||||
410:
|
||||
id: "KSC_9A"
|
||||
title: Keyboard SysReq/Attention
|
||||
description: Not required to be supported by any OS
|
||||
411:
|
||||
id: "KSC_9B"
|
||||
title: Keyboard Cancel
|
||||
description: Not required to be supported by any OS
|
||||
412:
|
||||
id: "KSC_9C"
|
||||
title: Keyboard Clear
|
||||
description: Not required to be supported by any OS
|
||||
413:
|
||||
id: "KSC_9D"
|
||||
title: Keyboard Prior
|
||||
description: Not required to be supported by any OS
|
||||
414:
|
||||
id: "KSC_9E"
|
||||
title: Keyboard Return
|
||||
description: Not required to be supported by any OS
|
||||
415:
|
||||
id: "KSC_9F"
|
||||
title: Keyboard Separator
|
||||
description: Not required to be supported by any OS
|
||||
416:
|
||||
id: "KSC_A0"
|
||||
title: Keyboard Out
|
||||
description: Not required to be supported by any OS
|
||||
417:
|
||||
id: "KSC_A1"
|
||||
title: Keyboard Oper
|
||||
description: Not required to be supported by any OS
|
||||
418:
|
||||
id: "KSC_A2"
|
||||
title: Keyboard Clear/Again
|
||||
description: Not required to be supported by any OS
|
||||
419:
|
||||
id: "KSC_A3"
|
||||
title: Keyboard CrSel/Props
|
||||
description: Not required to be supported by any OS
|
||||
420:
|
||||
id: "KSC_A4"
|
||||
title: Keyboard ExSel
|
||||
description: Not required to be supported by any OS
|
||||
421:
|
||||
id: "KSC_A5"
|
||||
description: Not required to be supported by any OS
|
||||
422:
|
||||
id: "KSC_A6"
|
||||
description: Not required to be supported by any OS
|
||||
423:
|
||||
id: "KSC_A7"
|
||||
description: Not required to be supported by any OS
|
||||
424:
|
||||
id: "KSC_A8"
|
||||
description: Not required to be supported by any OS
|
||||
425:
|
||||
id: "KSC_A9"
|
||||
description: Not required to be supported by any OS
|
||||
426:
|
||||
id: "KSC_AA"
|
||||
description: Not required to be supported by any OS
|
||||
427:
|
||||
id: "KSC_AB"
|
||||
description: Not required to be supported by any OS
|
||||
428:
|
||||
id: "KSC_AC"
|
||||
description: Not required to be supported by any OS
|
||||
429:
|
||||
id: "KSC_AD"
|
||||
description: Not required to be supported by any OS
|
||||
430:
|
||||
id: "KSC_AE"
|
||||
description: Not required to be supported by any OS
|
||||
431:
|
||||
id: "KSC_AF"
|
||||
description: Not required to be supported by any OS
|
||||
432:
|
||||
id: "KSC_B0"
|
||||
title: Keypad 00
|
||||
description: Not required to be supported by any OS
|
||||
433:
|
||||
id: "KSC_B1"
|
||||
title: Keypad 000
|
||||
description: Not required to be supported by any OS
|
||||
434:
|
||||
id: "KSC_B2"
|
||||
title: Thousands Separator
|
||||
description: Not required to be supported by any OS
|
||||
435:
|
||||
id: "KSC_B3"
|
||||
title: Decimal Separator
|
||||
description: Not required to be supported by any OS
|
||||
436:
|
||||
id: "KSC_B4"
|
||||
title: Currency Unit
|
||||
description: Not required to be supported by any OS
|
||||
437:
|
||||
id: "KSC_B5"
|
||||
title: Currency Sub-unit
|
||||
description: Not required to be supported by any OS
|
||||
438:
|
||||
id: "KSC_B6"
|
||||
title: Keypad (
|
||||
description: Not required to be supported by any OS
|
||||
439:
|
||||
id: "KSC_B7"
|
||||
title: Keypad )
|
||||
description: Not required to be supported by any OS
|
||||
440:
|
||||
id: "KSC_B8"
|
||||
title: Keypad {
|
||||
description: Not required to be supported by any OS
|
||||
441:
|
||||
id: "KSC_B9"
|
||||
title: Keypad }
|
||||
description: Not required to be supported by any OS
|
||||
442:
|
||||
id: "KSC_BA"
|
||||
title: Keypad Tab
|
||||
description: Not required to be supported by any OS
|
||||
443:
|
||||
id: "KSC_BB"
|
||||
title: Keypad Backspace
|
||||
description: Not required to be supported by any OS
|
||||
444:
|
||||
id: "KSC_BC"
|
||||
title: Keypad A
|
||||
description: Not required to be supported by any OS
|
||||
445:
|
||||
id: "KSC_BD"
|
||||
title: Keypad B
|
||||
description: Not required to be supported by any OS
|
||||
446:
|
||||
id: "KSC_BE"
|
||||
title: Keypad C
|
||||
description: Not required to be supported by any OS
|
||||
447:
|
||||
id: "KSC_BF"
|
||||
title: Keypad D
|
||||
description: Not required to be supported by any OS
|
||||
448:
|
||||
id: "KSC_C0"
|
||||
title: Keypad E
|
||||
description: Not required to be supported by any OS
|
||||
449:
|
||||
id: "KSC_C1"
|
||||
title: Keypad F
|
||||
description: Not required to be supported by any OS
|
||||
450:
|
||||
id: "KSC_C2"
|
||||
title: Keypad XOR
|
||||
description: Not required to be supported by any OS
|
||||
451:
|
||||
id: "KSC_C3"
|
||||
title: Keypad ^
|
||||
description: Not required to be supported by any OS
|
||||
452:
|
||||
id: "KSC_C4"
|
||||
title: Keypad %
|
||||
description: Not required to be supported by any OS
|
||||
453:
|
||||
id: "KSC_C5"
|
||||
title: Keypad <
|
||||
description: Not required to be supported by any OS
|
||||
454:
|
||||
id: "KSC_C6"
|
||||
title: Keypad >
|
||||
description: Not required to be supported by any OS
|
||||
455:
|
||||
id: "KSC_C7"
|
||||
title: Keypad &
|
||||
description: Not required to be supported by any OS
|
||||
456:
|
||||
id: "KSC_C8"
|
||||
title: Keypad &&
|
||||
description: Not required to be supported by any OS
|
||||
457:
|
||||
id: "KSC_C9"
|
||||
title: Keypad |
|
||||
description: Not required to be supported by any OS
|
||||
458:
|
||||
id: "KSC_CA"
|
||||
title: Keypad ||
|
||||
description: Not required to be supported by any OS
|
||||
459:
|
||||
id: "KSC_CB"
|
||||
title:
|
||||
Keypad:
|
||||
description: Not required to be supported by any OS
|
||||
460:
|
||||
id: "KSC_CC"
|
||||
title: Keypad #
|
||||
description: Not required to be supported by any OS
|
||||
461:
|
||||
id: "KSC_CD"
|
||||
title: Keypad Space
|
||||
description: Not required to be supported by any OS
|
||||
462:
|
||||
id: "KSC_CE"
|
||||
title: Keypad @
|
||||
description: Not required to be supported by any OS
|
||||
463:
|
||||
id: "KSC_CF"
|
||||
title: Keypad !
|
||||
description: Not required to be supported by any OS
|
||||
464:
|
||||
id: "KSC_D0"
|
||||
title: Keypad Memory Store
|
||||
description: Not required to be supported by any OS
|
||||
465:
|
||||
id: "KSC_D1"
|
||||
title: Keypad Memory Recall
|
||||
description: Not required to be supported by any OS
|
||||
466:
|
||||
id: "KSC_D2"
|
||||
title: Keypad Memory Clear
|
||||
description: Not required to be supported by any OS
|
||||
467:
|
||||
id: "KSC_D3"
|
||||
title: Keypad Memory Add
|
||||
description: Not required to be supported by any OS
|
||||
468:
|
||||
id: "KSC_D4"
|
||||
title: Keypad Memory Subtract
|
||||
description: Not required to be supported by any OS
|
||||
469:
|
||||
id: "KSC_D5"
|
||||
title: Keypad Memory Multiply
|
||||
description: Not required to be supported by any OS
|
||||
470:
|
||||
id: "KSC_D6"
|
||||
title: Keypad Memory Divide
|
||||
description: Not required to be supported by any OS
|
||||
471:
|
||||
id: "KSC_D7"
|
||||
title: Keypad +/-
|
||||
description: Not required to be supported by any OS
|
||||
472:
|
||||
id: "KSC_D8"
|
||||
title: Keypad Clear
|
||||
description: Not required to be supported by any OS
|
||||
473:
|
||||
id: "KSC_D9"
|
||||
title: Keypad Clear Entry
|
||||
description: Not required to be supported by any OS
|
||||
474:
|
||||
id: "KSC_DA"
|
||||
title: Keypad Binary
|
||||
description: Not required to be supported by any OS
|
||||
475:
|
||||
id: "KSC_DB"
|
||||
title: Keypad Octal
|
||||
description: Not required to be supported by any OS
|
||||
476:
|
||||
id: "KSC_DC"
|
||||
title: Keypad Decimal
|
||||
description: Not required to be supported by any OS
|
||||
477:
|
||||
id: "KSC_DD"
|
||||
title: Keypad Hexadecimal
|
||||
description: Not required to be supported by any OS
|
||||
478:
|
||||
id: "KSC_DE"
|
||||
description: Not required to be supported by any OS
|
||||
479:
|
||||
id: "KSC_DF"
|
||||
description: Not required to be supported by any OS
|
||||
480:
|
||||
id: "KSC_E0"
|
||||
title: Keyboard Left Control
|
||||
481:
|
||||
id: "KSC_E1"
|
||||
title: Keyboard Left Shift
|
||||
482:
|
||||
id: "KSC_E2"
|
||||
title: Keyboard Left Alt
|
||||
483:
|
||||
id: "KSC_E3"
|
||||
title: Keyboard Left GUI
|
||||
484:
|
||||
id: "KSC_E4"
|
||||
title: Keyboard Right Control
|
||||
485:
|
||||
id: "KSC_E5"
|
||||
title: Keyboard Right Shift
|
||||
486:
|
||||
id: "KSC_E6"
|
||||
title: Keyboard Right Alt
|
||||
487:
|
||||
id: "KSC_E7"
|
||||
title: Keyboard Right GUI
|
||||
488:
|
||||
id: "KSC_E8"
|
||||
title: Media Play Pause
|
||||
description: Not required to be supported by any OS. Possibly deprecated.
|
||||
489:
|
||||
id: "KSC_E9"
|
||||
title: Media Stop CD
|
||||
description: Not required to be supported by any OS. Possibly deprecated.
|
||||
490:
|
||||
id: "KSC_EA"
|
||||
title: Media Previous Song
|
||||
description: Not required to be supported by any OS. Possibly deprecated.
|
||||
491:
|
||||
id: "KSC_EB"
|
||||
title: Media Next Song
|
||||
description: Not required to be supported by any OS. Possibly deprecated.
|
||||
492:
|
||||
id: "KSC_EC"
|
||||
title: Media Eject CD
|
||||
description: Not required to be supported by any OS. Possibly deprecated.
|
||||
493:
|
||||
id: "KSC_ED"
|
||||
title: Media Volume Up
|
||||
description: Not required to be supported by any OS. Possibly deprecated.
|
||||
494:
|
||||
id: "KSC_EE"
|
||||
title: Media Volume Down
|
||||
description: Not required to be supported by any OS. Possibly deprecated.
|
||||
495:
|
||||
id: "KSC_EF"
|
||||
title: Media Mute
|
||||
description: Not required to be supported by any OS. Possibly deprecated.
|
||||
496:
|
||||
id: "KSC_F0"
|
||||
title: Media www
|
||||
description: Not required to be supported by any OS. Possibly deprecated.
|
||||
497:
|
||||
id: "KSC_F1"
|
||||
title: Media Back
|
||||
description: Not required to be supported by any OS. Possibly deprecated.
|
||||
498:
|
||||
id: "KSC_F2"
|
||||
title: Media Forward
|
||||
description: Not required to be supported by any OS. Possibly deprecated.
|
||||
499:
|
||||
id: "KSC_F3"
|
||||
title: Media Stop
|
||||
description: Not required to be supported by any OS. Possibly deprecated.
|
||||
500:
|
||||
id: "KSC_F4"
|
||||
title: Media Find
|
||||
description: Not required to be supported by any OS. Possibly deprecated.
|
||||
501:
|
||||
id: "KSC_F5"
|
||||
title: Media Scroll Up
|
||||
description: Not required to be supported by any OS. Possibly deprecated.
|
||||
502:
|
||||
id: "KSC_F6"
|
||||
title: Media Scroll Down
|
||||
description: Not required to be supported by any OS. Possibly deprecated.
|
||||
503:
|
||||
id: "KSC_F7"
|
||||
title: Media Edit
|
||||
description: Not required to be supported by any OS. Possibly deprecated.
|
||||
504:
|
||||
id: "KSC_F8"
|
||||
title: Media Sleep
|
||||
description: Not required to be supported by any OS. Possibly deprecated.
|
||||
505:
|
||||
id: "KSC_F9"
|
||||
title: Media Coffee
|
||||
description: Not required to be supported by any OS. Possibly deprecated.
|
||||
506:
|
||||
id: "KSC_FA"
|
||||
title: Media Refresh
|
||||
description: Not required to be supported by any OS. Possibly deprecated.
|
||||
507:
|
||||
id: "KSC_FB"
|
||||
title: Media Calc
|
||||
description: Not required to be supported by any OS. Possibly deprecated.
|
||||
508:
|
||||
id: "KSC_FC"
|
||||
description: Not required to be supported by any OS.
|
||||
509:
|
||||
id: "KSC_FD"
|
||||
description: Not required to be supported by any OS.
|
||||
510:
|
||||
id: "KSC_FE"
|
||||
description: Not required to be supported by any OS.
|
||||
511:
|
||||
id: "KSC_FF"
|
||||
description: Not required to be supported by any OS.
|
||||
Reference in New Issue
Block a user