mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-17 14:04:52 +02:00
Forgot to stub out one method for the test
This commit is contained in:
@@ -553,6 +553,9 @@ class TestKeys(BaseTest):
|
||||
def set_ignore_os_keyboard_processing(self, on: bool) -> None:
|
||||
pass
|
||||
|
||||
def set_cocoa_global_shortcuts(self, opts):
|
||||
return {}
|
||||
|
||||
def get_options(self):
|
||||
return self.options
|
||||
|
||||
|
||||
Reference in New Issue
Block a user