Indentation error was worse than I thought.
This commit is contained in:
		@@ -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()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user