mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-26 02:41:54 +00:00
...
This commit is contained in:
parent
f18a85db69
commit
7bbf841725
1 changed files with 0 additions and 2 deletions
|
|
@ -257,8 +257,6 @@ class Boss(Thread):
|
|||
self.start_cursor_blink()
|
||||
if action == GLFW_PRESS or action == GLFW_REPEAT:
|
||||
func = get_shortcut(self.opts.keymap, mods, key)
|
||||
import pprint
|
||||
pprint.pprint(self.opts.keymap)
|
||||
if func is not None:
|
||||
f = getattr(self, func, None)
|
||||
if f is not None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue