mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-31 04:25:39 +00:00
MAME-SA: updated hotkeys
This commit is contained in:
parent
0d74aa27c5
commit
e44e860ca1
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!-- This file is autogenerated; comments and unknown tags will be stripped -->
|
<!-- This file is autogenerated; comments and unknown tags will be stripped -->
|
||||||
<mameconfig version="10">
|
<mameconfig version="10">
|
||||||
<system name="default">
|
<system name="default">
|
||||||
|
@ -8,9 +8,14 @@
|
||||||
JOYCODE_1_HAT1UP
|
JOYCODE_1_HAT1UP
|
||||||
</newseq>
|
</newseq>
|
||||||
</port>
|
</port>
|
||||||
|
<port type="P1_START">
|
||||||
|
<newseq type="standard">
|
||||||
|
JOYCODE_1_BUTTON8
|
||||||
|
</newseq>
|
||||||
|
</port>
|
||||||
<port type="P1_SELECT">
|
<port type="P1_SELECT">
|
||||||
<newseq type="standard">
|
<newseq type="standard">
|
||||||
JOYCODE_1_SELECT
|
KEYCODE_5 OR JOYCODE_1_BUTTON7
|
||||||
</newseq>
|
</newseq>
|
||||||
</port>
|
</port>
|
||||||
<port type="MEMORY_RESET">
|
<port type="MEMORY_RESET">
|
||||||
|
@ -43,6 +48,16 @@
|
||||||
KEYCODE_DEL
|
KEYCODE_DEL
|
||||||
</newseq>
|
</newseq>
|
||||||
</port>
|
</port>
|
||||||
|
<port type="UI_PAGE_UP">
|
||||||
|
<newseq type="standard">
|
||||||
|
KEYCODE_PGUP OR JOYCODE_1_ZAXIS_POS_SWITCH
|
||||||
|
</newseq>
|
||||||
|
</port>
|
||||||
|
<port type="UI_PAGE_DOWN">
|
||||||
|
<newseq type="standard">
|
||||||
|
KEYCODE_PGDN OR JOYCODE_1_RZAXIS_POS_SWITCH
|
||||||
|
</newseq>
|
||||||
|
</port>
|
||||||
<port type="UI_PREV_GROUP">
|
<port type="UI_PREV_GROUP">
|
||||||
<newseq type="standard">
|
<newseq type="standard">
|
||||||
NONE
|
NONE
|
||||||
|
@ -95,12 +110,12 @@
|
||||||
</port>
|
</port>
|
||||||
<port type="UI_RESET_MACHINE">
|
<port type="UI_RESET_MACHINE">
|
||||||
<newseq type="standard">
|
<newseq type="standard">
|
||||||
KEYCODE_LCONTROL KEYCODE_R
|
NONE
|
||||||
</newseq>
|
</newseq>
|
||||||
</port>
|
</port>
|
||||||
<port type="UI_SOFT_RESET">
|
<port type="UI_SOFT_RESET">
|
||||||
<newseq type="standard">
|
<newseq type="standard">
|
||||||
KEYCODE_LCONTROL KEYCODE_N
|
KEYCODE_LCONTROL KEYCODE_R
|
||||||
</newseq>
|
</newseq>
|
||||||
</port>
|
</port>
|
||||||
<port type="UI_SHOW_GFX">
|
<port type="UI_SHOW_GFX">
|
||||||
|
@ -125,7 +140,7 @@
|
||||||
</port>
|
</port>
|
||||||
<port type="UI_FAST_FORWARD">
|
<port type="UI_FAST_FORWARD">
|
||||||
<newseq type="standard">
|
<newseq type="standard">
|
||||||
KEYCODE_LCONTROL KEYCODE_MINUS
|
KEYCODE_LCONTROL KEYCODE_PLUS
|
||||||
</newseq>
|
</newseq>
|
||||||
</port>
|
</port>
|
||||||
<port type="UI_SHOW_FPS">
|
<port type="UI_SHOW_FPS">
|
||||||
|
@ -205,12 +220,12 @@
|
||||||
</port>
|
</port>
|
||||||
<port type="UI_FOCUS_NEXT">
|
<port type="UI_FOCUS_NEXT">
|
||||||
<newseq type="standard">
|
<newseq type="standard">
|
||||||
NONE
|
KEYCODE_TAB OR JOYCODE_1_RZAXIS_POS_SWITCH
|
||||||
</newseq>
|
</newseq>
|
||||||
</port>
|
</port>
|
||||||
<port type="UI_FOCUS_PREV">
|
<port type="UI_FOCUS_PREV">
|
||||||
<newseq type="standard">
|
<newseq type="standard">
|
||||||
NONE
|
KEYCODE_LSHIFT KEYCODE_TAB OR JOYCODE_1_ZAXIS_POS_SWITCH
|
||||||
</newseq>
|
</newseq>
|
||||||
</port>
|
</port>
|
||||||
<port type="UI_DATS">
|
<port type="UI_DATS">
|
||||||
|
@ -220,7 +235,7 @@
|
||||||
</port>
|
</port>
|
||||||
<port type="UI_FAVORITES">
|
<port type="UI_FAVORITES">
|
||||||
<newseq type="standard">
|
<newseq type="standard">
|
||||||
NONE
|
JOYCODE_1_BUTTON4
|
||||||
</newseq>
|
</newseq>
|
||||||
</port>
|
</port>
|
||||||
<port type="UI_EXPORT">
|
<port type="UI_EXPORT">
|
||||||
|
|
Loading…
Reference in a new issue