mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-10 07:11:48 +00:00
correctly show backspace label for the back shortcut
This commit is contained in:
parent
c9388972ae
commit
7644153978
2 changed files with 2 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
{
|
||||
"name": "exit",
|
||||
"label": "SETTINGS_SHORTCUT_EXIT_BACK",
|
||||
"combos": [["Escape"]]
|
||||
"combos": [["Backspace"]]
|
||||
},
|
||||
{
|
||||
"name": "shortcuts",
|
||||
|
|
|
|||
|
|
@ -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': '←',
|
||||
|
|
|
|||
Loading…
Reference in a new issue