Improved hack. By ignoring the shift modifier, it works even better

macos-click-through
Jon Valdés 5 years ago
parent c6d2a9a0f5
commit 7cfe625777

@ -121,6 +121,7 @@ pub fn ui_loop() {
..
} => {
if allow_next_char {
next_char_modifiers.remove(ModifiersState::SHIFT);
let keybinding = super::bridge::append_modifiers(next_char_modifiers, &c.to_string(), false);
BRIDGE.queue_command(UiCommand::Keyboard(keybinding));
}

Loading…
Cancel
Save