mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-18 14:55:38 +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 -->
|
||||
<mameconfig version="10">
|
||||
<system name="default">
|
||||
|
@ -8,9 +8,14 @@
|
|||
JOYCODE_1_HAT1UP
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="P1_START">
|
||||
<newseq type="standard">
|
||||
JOYCODE_1_BUTTON8
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="P1_SELECT">
|
||||
<newseq type="standard">
|
||||
JOYCODE_1_SELECT
|
||||
KEYCODE_5 OR JOYCODE_1_BUTTON7
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="MEMORY_RESET">
|
||||
|
@ -43,6 +48,16 @@
|
|||
KEYCODE_DEL
|
||||
</newseq>
|
||||
</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">
|
||||
<newseq type="standard">
|
||||
NONE
|
||||
|
@ -95,12 +110,12 @@
|
|||
</port>
|
||||
<port type="UI_RESET_MACHINE">
|
||||
<newseq type="standard">
|
||||
KEYCODE_LCONTROL KEYCODE_R
|
||||
NONE
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="UI_SOFT_RESET">
|
||||
<newseq type="standard">
|
||||
KEYCODE_LCONTROL KEYCODE_N
|
||||
KEYCODE_LCONTROL KEYCODE_R
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="UI_SHOW_GFX">
|
||||
|
@ -125,7 +140,7 @@
|
|||
</port>
|
||||
<port type="UI_FAST_FORWARD">
|
||||
<newseq type="standard">
|
||||
KEYCODE_LCONTROL KEYCODE_MINUS
|
||||
KEYCODE_LCONTROL KEYCODE_PLUS
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="UI_SHOW_FPS">
|
||||
|
@ -205,12 +220,12 @@
|
|||
</port>
|
||||
<port type="UI_FOCUS_NEXT">
|
||||
<newseq type="standard">
|
||||
NONE
|
||||
KEYCODE_TAB OR JOYCODE_1_RZAXIS_POS_SWITCH
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="UI_FOCUS_PREV">
|
||||
<newseq type="standard">
|
||||
NONE
|
||||
KEYCODE_LSHIFT KEYCODE_TAB OR JOYCODE_1_ZAXIS_POS_SWITCH
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="UI_DATS">
|
||||
|
@ -220,7 +235,7 @@
|
|||
</port>
|
||||
<port type="UI_FAVORITES">
|
||||
<newseq type="standard">
|
||||
NONE
|
||||
JOYCODE_1_BUTTON4
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="UI_EXPORT">
|
||||
|
|
Loading…
Reference in a new issue