summaryrefslogtreecommitdiffstats
path: root/library/ttk
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-03 07:23:24 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-03 07:23:24 (GMT)
commit2e1a2e301249b913cac77a3a9631f3005115e246 (patch)
treea7d8607222c83d320eae6db152a05517eb4883af /library/ttk
parentb098fed752fbc72a9b83c0d4869e140a12913857 (diff)
downloadtk-2e1a2e301249b913cac77a3a9631f3005115e246.zip
tk-2e1a2e301249b913cac77a3a9631f3005115e246.tar.gz
tk-2e1a2e301249b913cac77a3a9631f3005115e246.tar.bz2
Handle "Commmand-" bindings platform-dependant too
Diffstat (limited to 'library/ttk')
-rw-r--r--library/ttk/button.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/ttk/button.tcl b/library/ttk/button.tcl
index e8c24a1..14460a2 100644
--- a/library/ttk/button.tcl
+++ b/library/ttk/button.tcl
@@ -42,7 +42,7 @@ ttk::copyBindings TButton TRadiobutton
bind TRadiobutton <Up> { ttk::button::RadioTraverse %W -1 }
bind TRadiobutton <Down> { ttk::button::RadioTraverse %W +1 }
-# bind TCheckbutton <plus> { %W select }
+# bind TCheckbutton <+> { %W select }
# bind TCheckbutton <minus> { %W deselect }
# activate --