mirror of
https://github.com/He4eT/oddkb.git
synced 2026-05-05 01:17:25 +00:00
Replace deprecated keycodes
This commit is contained in:
parent
2fd89bbc85
commit
69ebfe776a
2 changed files with 6 additions and 6 deletions
|
|
@ -48,8 +48,8 @@ const legends = {
|
|||
'TAB': 'Tab',
|
||||
'CAPS': 'Caps\nLock',
|
||||
|
||||
'LCTRL': 'Ctrl',
|
||||
'RCTRL': 'Ctrl',
|
||||
'LCTL': 'Ctrl',
|
||||
'RCTL': 'Ctrl',
|
||||
'LALT': 'Alt',
|
||||
'RALT': 'Alt',
|
||||
'LSFT': 'Shift',
|
||||
|
|
@ -71,7 +71,7 @@ const legends = {
|
|||
'PGUP': 'PgUp',
|
||||
'PAUS': 'Pause',
|
||||
'PSCR': 'PrScr',
|
||||
'SYSREQ': 'SysRq',
|
||||
'SYRQ': 'SysRq',
|
||||
'APP': 'Menu',
|
||||
|
||||
'LEFT': 'Left',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue