correctly show backspace label for the back shortcut

This commit is contained in:
Timothy Z. 2026-05-03 21:25:54 +03:00
parent c9388972ae
commit 7644153978
2 changed files with 2 additions and 1 deletions

View file

@ -21,7 +21,7 @@
{
"name": "exit",
"label": "SETTINGS_SHORTCUT_EXIT_BACK",
"combos": [["Escape"]]
"combos": [["Backspace"]]
},
{
"name": "shortcuts",

View file

@ -14,6 +14,7 @@ const Keys = ({ keys }: Props) => {
'Space': t('SETTINGS_SHORTCUT_SPACE'),
'Ctrl': t('SETTINGS_SHORTCUT_CTRL'),
'Escape': t('SETTINGS_SHORTCUT_ESC'),
'Backspace': t('SETTINGS_SHORTCUT_BACKSPACE'),
'ArrowUp': '↑',
'ArrowDown': '↓',
'ArrowLeft': '←',