From 04b8592ed3bb3497a4f553c8392e8686476956d2 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Fri, 18 Apr 2025 14:53:52 -0400 Subject: [PATCH] Indentation error was worse than I thought. --- src/cthulhu/keybindings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()