fix: player exit shortcut
Some checks are pending
Build / build (push) Waiting to run

This commit is contained in:
Tim 2026-05-08 14:24:51 +02:00
parent 0fe0fc8ca9
commit 24cc613dc7

View file

@ -18,11 +18,6 @@
"label": "SETTINGS_SHORTCUT_FULLSCREEN",
"combos": [["F"]]
},
{
"name": "exit",
"label": "SETTINGS_SHORTCUT_EXIT_BACK",
"combos": [["Backspace"]]
},
{
"name": "shortcuts",
"label": "SETTINGS_SHORTCUT_SHORTCUTS",
@ -123,6 +118,11 @@
"name": "playNext",
"label": "SETTINGS_SHORTCUT_PLAY_NEXT",
"combos": [["Shift", "N"]]
},
{
"name": "exit",
"label": "SETTINGS_SHORTCUT_EXIT_BACK",
"combos": [["Escape"]]
}
]
}