Skip to content

Commit 743c695

Browse files
authored
Potential macOS Clean Snapshot keybind fix
1 parent 5b78c05 commit 743c695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ProperTree.command

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ class ProperTree:
293293
self.tk.bind_all("<{}-m>".format(key), self.strip_comments)
294294
self.tk.bind_all("<{}-e>".format(key), self.strip_disabled)
295295
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)
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)
297297
self.tk.bind_all("<{}-l>".format(key), self.reload_from_disk)
298298
if not str(sys.platform) == "darwin":
299299
# Rewrite the default Command-Q command

0 commit comments

Comments
 (0)