Fix a forgotten "self." that caused alt+k to traceback
This commit is contained in:
parent
c9b163a350
commit
369034a64a
1 changed files with 1 additions and 1 deletions
|
@ -1402,7 +1402,7 @@ class Core(object):
|
||||||
Tell the Keyboard object that the next key pressed by the user
|
Tell the Keyboard object that the next key pressed by the user
|
||||||
should be escaped. See Keyboard.get_user_input
|
should be escaped. See Keyboard.get_user_input
|
||||||
"""
|
"""
|
||||||
keyboard.escape_next_key()
|
self.keyboard.escape_next_key()
|
||||||
|
|
||||||
####################### Commands and completions ##############################
|
####################### Commands and completions ##############################
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue