mirror of
https://github.com/holub/mame
synced 2025-06-10 23:02:38 +03:00
input_windows: remove doubled key
This commit is contained in:
parent
acf1912748
commit
d010d8d398
@ -135,7 +135,7 @@ void windows_osd_interface::customize_input_type_list(std::vector<input_type_ent
|
|||||||
// lalt-F10 to toggle post-processing
|
// lalt-F10 to toggle post-processing
|
||||||
case IPT_OSD_4:
|
case IPT_OSD_4:
|
||||||
entry.configure_osd("POST_PROCESS", N_p("input-name", "Toggle Post-Processing"));
|
entry.configure_osd("POST_PROCESS", N_p("input-name", "Toggle Post-Processing"));
|
||||||
entry.defseq(SEQ_TYPE_STANDARD).set(KEYCODE_F10, KEYCODE_LALT, KEYCODE_LALT);
|
entry.defseq(SEQ_TYPE_STANDARD).set(KEYCODE_F10, KEYCODE_LALT);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
// add a Not LALT condition to the throttle key
|
// add a Not LALT condition to the throttle key
|
||||||
|
Loading…
Reference in New Issue
Block a user