We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b78c05 commit 743c695Copy full SHA for 743c695
ProperTree.command
@@ -293,7 +293,7 @@ class ProperTree:
293
self.tk.bind_all("<{}-m>".format(key), self.strip_comments)
294
self.tk.bind_all("<{}-e>".format(key), self.strip_disabled)
295
self.tk.bind_all("<{}-r>".format(key), self.oc_snapshot)
296
- self.tk.bind_all("<Shift-{}-R>".format(key) if tk.TkVersion >= 8.6 and str(sys.platform)=="darwin" else "<{}-R>".format(key), self.oc_clean_snapshot)
+ self.tk.bind_all("<Shift-{}-r>".format(key) if tk.TkVersion >= 8.6 and str(sys.platform)=="darwin" else "<{}-R>".format(key), self.oc_clean_snapshot)
297
self.tk.bind_all("<{}-l>".format(key), self.reload_from_disk)
298
if not str(sys.platform) == "darwin":
299
# Rewrite the default Command-Q command
0 commit comments