Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
Add keybind to close convert window
Browse files Browse the repository at this point in the history
  • Loading branch information
corpnewt authored May 21, 2019
1 parent 1a43e00 commit 36571fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ProperTree.command
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ class ProperTree:
self.tk.config(menu=main_menu)

# Set bindings
self.tk.bind("<{}-w>".format(key), self.close_window)
self.tk.bind_all("<{}-n>".format(key), self.new_plist)
self.tk.bind_all("<{}-o>".format(key), self.open_plist)
self.tk.bind_all("<{}-s>".format(key), self.save_plist)
Expand Down

0 comments on commit 36571fd

Please sign in to comment.