Skip to content

Commit

Permalink
Update interface.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Qirky committed Feb 25, 2019
1 parent 7bd3383 commit 1c5bc99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interface/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def __init__(self, client, title, language, logging=False):
self.text.bind("<{}-x>".format(CtrlKey), self.cut)
self.text.bind("<{}-v>".format(CtrlKey), self.paste)

# # Undo -- not implemented
# # Undo
self.text.bind("<{}-z>".format(CtrlKey), self.undo)
self.text.bind("<{}-y>".format(CtrlKey), self.redo)

Expand Down

0 comments on commit 1c5bc99

Please sign in to comment.