Skip to content

Commit

Permalink
keyd-application-mapper: Apply bindings to all configs (rvaiya#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
rvaiya committed Aug 10, 2022
1 parent ed4f83f commit 768de57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/keyd-application-mapper
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 768de57

Please sign in to comment.