Skip to content

Commit 2d16bbd

Browse files
authored
Update config.def.keybinds.h with Kiosk Mode
I used f5 as the hotkey, this conflicts with companion UI hotkey, so def needs changing..
1 parent 19df62e commit 2d16bbd

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

config.def.keybinds.h

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,13 @@ static const struct retro_keybind retro_keybinds_1[] = {
570570
RARCH_UI_COMPANION_TOGGLE, NO_BTN, NO_BTN, 0,
571571
true
572572
},
573+
{
574+
NULL, NULL,
575+
AXIS_NONE, AXIS_NONE,
576+
MENU_ENUM_LABEL_VALUE_INPUT_META_KIOSK, RETROK_UNKNOWN,
577+
RARCH_KIOSK_MODE, NO_BTN, NO_BTN, 0,
578+
true
579+
},
573580
{
574581
NULL, NULL,
575582
AXIS_NONE, AXIS_NONE,
@@ -1209,6 +1216,13 @@ static const struct retro_keybind retro_keybinds_1[] = {
12091216
RARCH_UI_COMPANION_TOGGLE, NO_BTN, NO_BTN, 0,
12101217
true
12111218
},
1219+
{
1220+
NULL, NULL,
1221+
AXIS_NONE, AXIS_NONE,
1222+
MENU_ENUM_LABEL_VALUE_INPUT_META_KIOSK, RETROK_UNKNOWN,
1223+
RARCH_KIOSK_MODE, NO_BTN, NO_BTN, 0,
1224+
true
1225+
},
12121226
{
12131227
NULL, NULL,
12141228
AXIS_NONE, AXIS_NONE,
@@ -1858,6 +1872,13 @@ static const struct retro_keybind retro_keybinds_1[] = {
18581872
RARCH_UI_COMPANION_TOGGLE, NO_BTN, NO_BTN, 0,
18591873
true
18601874
},
1875+
{
1876+
NULL, NULL,
1877+
AXIS_NONE, AXIS_NONE,
1878+
MENU_ENUM_LABEL_VALUE_INPUT_META_KIOSK, RETROK_F5,
1879+
RARCH_KIOSK_MODE, NO_BTN, NO_BTN, 0,
1880+
true
1881+
},
18611882
{
18621883
NULL, NULL,
18631884
AXIS_NONE, AXIS_NONE,

0 commit comments

Comments
 (0)