mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +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
|
||||
case IPT_OSD_4:
|
||||
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;
|
||||
|
||||
// add a Not LALT condition to the throttle key
|
||||
|
Loading…
Reference in New Issue
Block a user