MAME: updated hotkeys

This commit is contained in:
XargonWan 2024-02-29 21:01:46 +01:00
parent 8fca42eaa8
commit ccb5b44b5e

View file

@ -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">
@ -18,6 +18,111 @@
KEYCODE_5 OR JOYCODE_1_BUTTON7
</newseq>
</port>
<port type="P2_START">
<newseq type="standard">
JOYCODE_2_BUTTON12
</newseq>
</port>
<port type="P2_SELECT">
<newseq type="standard">
JOYCODE_2_BUTTON11
</newseq>
</port>
<port type="START1">
<newseq type="standard">
KEYCODE_1 OR JOYCODE_1_BUTTON12
</newseq>
</port>
<port type="START2">
<newseq type="standard">
KEYCODE_2 OR JOYCODE_2_BUTTON12
</newseq>
</port>
<port type="START3">
<newseq type="standard">
KEYCODE_3 OR JOYCODE_3_BUTTON12
</newseq>
</port>
<port type="START4">
<newseq type="standard">
KEYCODE_4 OR JOYCODE_4_BUTTON12
</newseq>
</port>
<port type="COIN1">
<newseq type="standard">
KEYCODE_LSHIFT KEYCODE_1 OR JOYCODE_1_BUTTON11
</newseq>
</port>
<port type="COIN2">
<newseq type="standard">
KEYCODE_LSHIFT KEYCODE_2 OR JOYCODE_2_BUTTON11
</newseq>
</port>
<port type="COIN3">
<newseq type="standard">
KEYCODE_LSHIFT KEYCODE_3 OR JOYCODE_3_BUTTON11
</newseq>
</port>
<port type="COIN4">
<newseq type="standard">
KEYCODE_LSHIFT KEYCODE_4 OR JOYCODE_4_BUTTON11
</newseq>
</port>
<port type="BILL1">
<newseq type="standard">
KEYCODE_LALT KEYCODE_B KEYCODE_1
</newseq>
</port>
<port type="SERVICE1">
<newseq type="standard">
KEYCODE_LALT KEYCODE_S KEYCODE_1
</newseq>
</port>
<port type="SERVICE2">
<newseq type="standard">
KEYCODE_LALT KEYCODE_S KEYCODE_2
</newseq>
</port>
<port type="SERVICE3">
<newseq type="standard">
KEYCODE_LALT KEYCODE_S KEYCODE_3
</newseq>
</port>
<port type="SERVICE4">
<newseq type="standard">
KEYCODE_LALT KEYCODE_S KEYCODE_4
</newseq>
</port>
<port type="TILT1">
<newseq type="standard">
KEYCODE_LALT KEYCODE_T KEYCODE_1
</newseq>
</port>
<port type="TILT2">
<newseq type="standard">
KEYCODE_LALT KEYCODE_T KEYCODE_2
</newseq>
</port>
<port type="TILT3">
<newseq type="standard">
KEYCODE_LALT KEYCODE_T KEYCODE_3
</newseq>
</port>
<port type="TILT4">
<newseq type="standard">
KEYCODE_LALT KEYCODE_T KEYCODE_4
</newseq>
</port>
<port type="SERVICE">
<newseq type="standard">
KEYCODE_LALT KEYCODE_S KEYCODE_0
</newseq>
</port>
<port type="TILT">
<newseq type="standard">
KEYCODE_LALT KEYCODE_T KEYCODE_0
</newseq>
</port>
<port type="MEMORY_RESET">
<newseq type="standard">
NONE
@ -99,11 +204,21 @@
</newseq>
</port>
<port type="UI_SAVE_STATE">
<newseq type="standard">
KEYCODE_LCONTROL KEYCODE_S KEYCODE_1
</newseq>
</port>
<port type="UI_SAVE_STATE_QUICK">
<newseq type="standard">
KEYCODE_LCONTROL KEYCODE_S
</newseq>
</port>
<port type="UI_LOAD_STATE">
<newseq type="standard">
KEYCODE_LCONTROL KEYCODE_A KEYCODE_1
</newseq>
</port>
<port type="UI_LOAD_STATE_QUICK">
<newseq type="standard">
KEYCODE_LCONTROL KEYCODE_A
</newseq>