summaryrefslogtreecommitdiffstats
path: root/library/spinbox.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-08-10 10:20:50 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-08-10 10:20:50 (GMT)
commitb7a61d63d4aabbd30586eea219f7402f3da61ac6 (patch)
tree6270ad7be676303bb66e0b80674b1aba64a0b72b /library/spinbox.tcl
parent37ceb5fe2eba6473a2fbdb5407e449ef96345a43 (diff)
downloadtk-b7a61d63d4aabbd30586eea219f7402f3da61ac6.zip
tk-b7a61d63d4aabbd30586eea219f7402f3da61ac6.tar.gz
tk-b7a61d63d4aabbd30586eea219f7402f3da61ac6.tar.bz2
define two more virtual bindings, and correct various Mac
bindings according to Apple OSX documentation. Doc updated as well
Diffstat (limited to 'library/spinbox.tcl')
-rw-r--r--library/spinbox.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/spinbox.tcl b/library/spinbox.tcl
index 54d8fe6..06c002c 100644
--- a/library/spinbox.tcl
+++ b/library/spinbox.tcl
@@ -193,10 +193,10 @@ bind Spinbox <Control-Shift-space> {
bind Spinbox <Shift-Select> {
%W selection adjust insert
}
-bind Spinbox <Control-slash> {
+bind Spinbox <<SelectAll>> {
%W selection range 0 end
}
-bind Spinbox <Control-backslash> {
+bind Spinbox <<SelectNone>> {
%W selection clear
}
bind Spinbox <KeyPress> {