Skip to content

Commit 44c1d76

Browse files
hotkeys: invert r and l3
Signed-off-by: Nicolas Adenis-Lamarre <[email protected]>
1 parent 67763fa commit 44c1d76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package/batocera/core/batocera-configgen/hotkeys.keys

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"description": "Screenshot"
6262
},
6363
{
64-
"trigger": ["hotkey", "pagedown"],
64+
"trigger": ["hotkey", "l3"],
6565
"type": "key",
6666
"target": [ "KEY_VIDEO_NEXT" ],
6767
"description": "Next disk"
@@ -79,7 +79,7 @@
7979
"description": "Toogle screen layout"
8080
},
8181
{
82-
"trigger": ["hotkey", "l3"],
82+
"trigger": ["hotkey", "pagedown"],
8383
"type": "key",
8484
"target": [ "KEY_SUBTITLE" ],
8585
"description": "Translate"

0 commit comments

Comments
 (0)