diff --git a/src/cthulhu/keybindings.py b/src/cthulhu/keybindings.py index f7ba3b0..eecd6a5 100644 --- a/src/cthulhu/keybindings.py +++ b/src/cthulhu/keybindings.py @@ -470,7 +470,7 @@ 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}") + logger.info(f"Looking for handler for key: {keyboardEvent.hw_code} with modifiers {keyboardEvent.modifiers}") return binding matches = [] candidates = []