diff --git a/scripts/keyd-application-mapper b/scripts/keyd-application-mapper index 9dd2a04..49020b1 100755 --- a/scripts/keyd-application-mapper +++ b/scripts/keyd-application-mapper @@ -377,7 +377,7 @@ def on_window_change(cls, title): print(f'Active window: {cls}|{title}') bindings = lookup_bindings(cls, title) - subprocess.run(['keyd', '-e', 'reset', *bindings]) + subprocess.run(['keyd', '--all', '-e', 'reset', *bindings]) mon = get_monitor(on_window_change)