mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-18 02:41:54 +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",
|
"name": "exit",
|
||||||
"label": "SETTINGS_SHORTCUT_EXIT_BACK",
|
"label": "SETTINGS_SHORTCUT_EXIT_BACK",
|
||||||
"combos": [["Escape"]]
|
"combos": [["Backspace"]]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "shortcuts",
|
"name": "shortcuts",
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,7 @@ const Keys = ({ keys }: Props) => {
|
||||||
'Space': t('SETTINGS_SHORTCUT_SPACE'),
|
'Space': t('SETTINGS_SHORTCUT_SPACE'),
|
||||||
'Ctrl': t('SETTINGS_SHORTCUT_CTRL'),
|
'Ctrl': t('SETTINGS_SHORTCUT_CTRL'),
|
||||||
'Escape': t('SETTINGS_SHORTCUT_ESC'),
|
'Escape': t('SETTINGS_SHORTCUT_ESC'),
|
||||||
|
'Backspace': t('SETTINGS_SHORTCUT_BACKSPACE'),
|
||||||
'ArrowUp': '↑',
|
'ArrowUp': '↑',
|
||||||
'ArrowDown': '↓',
|
'ArrowDown': '↓',
|
||||||
'ArrowLeft': '←',
|
'ArrowLeft': '←',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue