diff --git a/src/systems.rs b/src/systems.rs index 419f875ae..4ee888beb 100644 --- a/src/systems.rs +++ b/src/systems.rs @@ -240,7 +240,7 @@ pub fn process_input_system( } } - if !ctrl && !win { + if !command || cfg!(target_os = "windows") && ctrl && alt { for event in input_events.ev_received_character.iter() { if !event.char.is_control() { input_resources