diff --git a/src/common/Shortcuts/shortcuts.json b/src/common/Shortcuts/shortcuts.json index 4ff42666d..a8487f046 100644 --- a/src/common/Shortcuts/shortcuts.json +++ b/src/common/Shortcuts/shortcuts.json @@ -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"]] } ] }