Close PGUI on ctrl+w.
This commit is contained in:
parent
73df06730f
commit
8483a9f136
1 changed files with 1 additions and 0 deletions
1
PGUI.pyw
1
PGUI.pyw
|
@ -84,6 +84,7 @@ class PGUILauncher(tkinter.Frame):
|
|||
)
|
||||
self.filter_entry.bind('<Return>', self.launch_filtered)
|
||||
self.filter_entry.bind('<Escape>', self.quit)
|
||||
self.filter_entry.bind('<Control-w>', self.quit)
|
||||
|
||||
self.open_folder_button = tkinter.Button(
|
||||
self.upper_frame,
|
||||
|
|
Loading…
Reference in a new issue