Replace deprecated keycodes

This commit is contained in:
He4eT 2023-08-04 11:48:20 +03:00
commit 69ebfe776a
2 changed files with 6 additions and 6 deletions

View file

@ -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',