Indentation error was worse than I thought.

This commit is contained in:
Storm Dragon 2025-04-18 14:53:52 -04:00
parent c64591a162
commit 04b8592ed3

View File

@ -470,8 +470,8 @@ class KeyBindings:
given keycode and modifiers, or None if no match exists. 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 return binding
matches = [] matches = []
candidates = [] candidates = []
clickCount = keyboardEvent.getClickCount() clickCount = keyboardEvent.getClickCount()