diff --git a/src/cthulhu/keybindings.py b/src/cthulhu/keybindings.py index eecd6a5..3e6506b 100644 --- a/src/cthulhu/keybindings.py +++ b/src/cthulhu/keybindings.py @@ -470,8 +470,8 @@ class KeyBindings: given keycode and modifiers, or None if no match exists. """ - logger.info(f"Looking for handler for key: {keyboardEvent.hw_code} with modifiers {keyboardEvent.modifiers}") - return binding + logger.info(f"Looking for handler for key: {keyboardEvent.hw_code} with modifiers {keyboardEvent.modifiers}") + return binding matches = [] candidates = [] clickCount = keyboardEvent.getClickCount()