diff --git a/kitty/screen.py b/kitty/screen.py index b583c8373..d9b26800f 100644 --- a/kitty/screen.py +++ b/kitty/screen.py @@ -983,10 +983,10 @@ class Screen(QObject): pass def normal_keypad_mode(self): - pass # TODO: Implement this + pass # Useless for us, since Qt takes care of handling the numpad def alternate_keypad_mode(self): - pass # TODO: Implement this + pass # Useless for us, since Qt takes care of handling the numpad def debug(self, *args, **kwargs): """Endpoint for unrecognized escape sequences.