diff options
author | 2024-02-16 23:58:19 +0100 | |
---|---|---|
committer | 2024-02-16 23:58:19 +0100 | |
commit | d010d8d398ccd693bea273e09d5e13ff58daeddc (patch) | |
tree | 1c1d0e07904f1173dfe338154255158359f9dfcf /src/osd | |
parent | acf1912748430ab076cae54d1a4eec34f69a92e7 (diff) |
input_windows: remove doubled key
Diffstat (limited to 'src/osd')
-rw-r--r-- | src/osd/modules/input/input_windows.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/modules/input/input_windows.cpp b/src/osd/modules/input/input_windows.cpp index 2176f8b07d1..c635ff0b553 100644 --- a/src/osd/modules/input/input_windows.cpp +++ b/src/osd/modules/input/input_windows.cpp @@ -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 |