Fix a forgotten "self." that caused alt+k to traceback

This commit is contained in:
Florent Le Coz 2014-04-08 23:40:01 +02:00
parent c9b163a350
commit 369034a64a

View file

@ -1402,7 +1402,7 @@ class Core(object):
Tell the Keyboard object that the next key pressed by the user
should be escaped. See Keyboard.get_user_input
"""
keyboard.escape_next_key()
self.keyboard.escape_next_key()
####################### Commands and completions ##############################