mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 15:35:38 +00:00
MAME: added hotkeys
This commit is contained in:
parent
d96da39876
commit
91de66061c
|
@ -13,19 +13,74 @@
|
|||
JOYCODE_1_SELECT
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="MEMORY_RESET">
|
||||
<newseq type="standard">
|
||||
NONE
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="VOLUME_DOWN">
|
||||
<newseq type="standard">
|
||||
NONE
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="VOLUME_UP">
|
||||
<newseq type="standard">
|
||||
NONE
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="UI_MENU">
|
||||
<newseq type="standard">
|
||||
KEYCODE_LCONTROL KEYCODE_M
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="UI_CANCEL">
|
||||
<newseq type="standard">
|
||||
KEYCODE_LCONTROL KEYCODE_Q
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="UI_CLEAR">
|
||||
<newseq type="standard">
|
||||
KEYCODE_DEL
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="UI_PREV_GROUP">
|
||||
<newseq type="standard">
|
||||
NONE
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="UI_NEXT_GROUP">
|
||||
<newseq type="standard">
|
||||
NONE
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="UI_ON_SCREEN_DISPLAY">
|
||||
<newseq type="standard">
|
||||
NONE
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="UI_TOGGLE_UI">
|
||||
<newseq type="standard">
|
||||
NONE
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="UI_DEBUG_BREAK">
|
||||
<newseq type="standard">
|
||||
NONE
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="UI_PAUSE">
|
||||
<newseq type="standard">
|
||||
KEYCODE_LCONTROL KEYCODE_P
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="UI_PAUSE_SINGLE">
|
||||
<newseq type="standard">
|
||||
NONE
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="UI_REWIND_SINGLE">
|
||||
<newseq type="standard">
|
||||
KEYCODE_LCONTROL KEYCODE_MINUSPAD
|
||||
KEYCODE_LCONTROL KEYCODE_MINUS
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="UI_SAVE_STATE">
|
||||
|
@ -38,9 +93,44 @@
|
|||
KEYCODE_LCONTROL KEYCODE_A
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="UI_RESET_MACHINE">
|
||||
<newseq type="standard">
|
||||
KEYCODE_LCONTROL KEYCODE_R
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="UI_SOFT_RESET">
|
||||
<newseq type="standard">
|
||||
KEYCODE_LCONTROL KEYCODE_N
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="UI_SHOW_GFX">
|
||||
<newseq type="standard">
|
||||
NONE
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="UI_FRAMESKIP_DEC">
|
||||
<newseq type="standard">
|
||||
NONE
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="UI_FRAMESKIP_INC">
|
||||
<newseq type="standard">
|
||||
NONE
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="UI_THROTTLE">
|
||||
<newseq type="standard">
|
||||
NONE
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="UI_FAST_FORWARD">
|
||||
<newseq type="standard">
|
||||
KEYCODE_LCONTROL KEYCODE_PLUSPAD
|
||||
KEYCODE_LCONTROL KEYCODE_MINUS
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="UI_SHOW_FPS">
|
||||
<newseq type="standard">
|
||||
NONE
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="UI_SNAPSHOT">
|
||||
|
@ -48,6 +138,126 @@
|
|||
KEYCODE_LCONTROL KEYCODE_X
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="UI_RECORD_MNG">
|
||||
<newseq type="standard">
|
||||
NONE
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="UI_RECORD_AVI">
|
||||
<newseq type="standard">
|
||||
NONE
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="UI_TOGGLE_CHEAT">
|
||||
<newseq type="standard">
|
||||
KEYCODE_LCONTROL KEYCODE_C
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="UI_DISPLAY_COMMENT">
|
||||
<newseq type="standard">
|
||||
NONE
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="UI_ZOOM_IN">
|
||||
<newseq type="standard">
|
||||
NONE
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="UI_ZOOM_OUT">
|
||||
<newseq type="standard">
|
||||
NONE
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="UI_ZOOM_DEFAULT">
|
||||
<newseq type="standard">
|
||||
NONE
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="UI_ROTATE">
|
||||
<newseq type="standard">
|
||||
NONE
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="UI_SHOW_PROFILER">
|
||||
<newseq type="standard">
|
||||
NONE
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="UI_RELEASE_POINTER">
|
||||
<newseq type="standard">
|
||||
NONE
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="UI_PASTE">
|
||||
<newseq type="standard">
|
||||
NONE
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="UI_TAPE_START">
|
||||
<newseq type="standard">
|
||||
NONE
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="UI_TAPE_STOP">
|
||||
<newseq type="standard">
|
||||
NONE
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="UI_FOCUS_NEXT">
|
||||
<newseq type="standard">
|
||||
NONE
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="UI_FOCUS_PREV">
|
||||
<newseq type="standard">
|
||||
NONE
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="UI_DATS">
|
||||
<newseq type="standard">
|
||||
NONE
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="UI_FAVORITES">
|
||||
<newseq type="standard">
|
||||
NONE
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="UI_EXPORT">
|
||||
<newseq type="standard">
|
||||
NONE
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="UI_AUDIT">
|
||||
<newseq type="standard">
|
||||
NONE
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="TOGGLE_FULLSCREEN">
|
||||
<newseq type="standard">
|
||||
KEYCODE_LCONTROL KEYCODE_ENTER
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="TOGGLE_FILTER">
|
||||
<newseq type="standard">
|
||||
NONE
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="DECREASE_PRESCALE">
|
||||
<newseq type="standard">
|
||||
KEYCODE_LCONTROL KEYCODE_Y
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="INCREASE_PRESCALE">
|
||||
<newseq type="standard">
|
||||
KEYCODE_LCONTROL KEYCODE_U
|
||||
</newseq>
|
||||
</port>
|
||||
<port type="RENDER_AVI">
|
||||
<newseq type="standard">
|
||||
NONE
|
||||
</newseq>
|
||||
</port>
|
||||
</input>
|
||||
</system>
|
||||
</mameconfig>
|
||||
|
|
Loading…
Reference in a new issue