mirror of
https://github.com/mamedev/mame.git
synced 2024-11-18 10:06:19 +01:00
Changed MESS-specific key for pasting (PrtScn was _not_ a good choice on Windows)
This commit is contained in:
parent
1119d3f129
commit
d2414bddfe
1 changed files with 2 additions and 2 deletions
|
@ -980,8 +980,8 @@ static const input_port_default_entry default_ports_builtin[] =
|
|||
INPUT_PORT_DIGITAL_DEF( 0, IPG_UI, UI_ROTATE, "UI Rotate", SEQ_DEF_1(KEYCODE_R) )
|
||||
INPUT_PORT_DIGITAL_DEF( 0, IPG_UI, UI_SHOW_PROFILER, "Show Profiler", SEQ_DEF_2(KEYCODE_F11, KEYCODE_LSHIFT) )
|
||||
#ifdef MESS
|
||||
INPUT_PORT_DIGITAL_DEF( 0, IPG_UI, UI_TOGGLE_UI, "UI Toggle", SEQ_DEF_1(KEYCODE_SCRLOCK) )
|
||||
INPUT_PORT_DIGITAL_DEF( 0, IPG_UI, UI_PASTE, "UI Paste Text", SEQ_DEF_1(KEYCODE_PRTSCR) )
|
||||
INPUT_PORT_DIGITAL_DEF( 0, IPG_UI, UI_TOGGLE_UI, "UI Toggle", SEQ_DEF_3(KEYCODE_SCRLOCK, SEQCODE_NOT, KEYCODE_LSHIFT) )
|
||||
INPUT_PORT_DIGITAL_DEF( 0, IPG_UI, UI_PASTE, "UI Paste Text", SEQ_DEF_2(KEYCODE_SCRLOCK, KEYCODE_LSHIFT) )
|
||||
#endif /* MESS */
|
||||
INPUT_PORT_DIGITAL_DEF( 0, IPG_UI, UI_TOGGLE_DEBUG, "Toggle Debugger", SEQ_DEF_1(KEYCODE_F5) )
|
||||
INPUT_PORT_DIGITAL_DEF( 0, IPG_UI, UI_SAVE_STATE, "Save State", SEQ_DEF_2(KEYCODE_F7, KEYCODE_LSHIFT) )
|
||||
|
|
Loading…
Reference in a new issue