This commit is contained in:
Kovid Goyal 2016-12-07 10:19:57 +05:30
parent f18a85db69
commit 7bbf841725

View File

@ -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: