Skip to content

Commit f131ae7

Browse files
committed
Fix
1 parent 10536c1 commit f131ae7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

massivemacro/key_handler.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ def on_press(key):
7676
return
7777

7878
for key_binding in ALL_KEY_BINDINGS:
79+
if len(key_binding.modifiers) != len(active_modifiers):
80+
continue
81+
7982
all_modifiers_found = True
8083

8184
for modifier in key_binding.modifiers:

0 commit comments

Comments
 (0)