summaryrefslogtreecommitdiffstats
path: root/library/tk.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-22 10:50:31 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-22 10:50:31 (GMT)
commit5ceb0af52856340fadf841070f3d354e8498be52 (patch)
tree385cf3b7fb23d3e52d64169cb8b23c60f777daa9 /library/tk.tcl
parent0f9a010d1cf8a2bf2f14a573cf48eefdb46a0abd (diff)
parent45f103e38aaf48b0c33c4ce30f220b9933c6f71c (diff)
downloadtk-5ceb0af52856340fadf841070f3d354e8498be52.zip
tk-5ceb0af52856340fadf841070f3d354e8498be52.tar.gz
tk-5ceb0af52856340fadf841070f3d354e8498be52.tar.bz2
Merge 8.7
Diffstat (limited to 'library/tk.tcl')
-rw-r--r--library/tk.tcl7
1 files changed, 4 insertions, 3 deletions
diff --git a/library/tk.tcl b/library/tk.tcl
index c26718b..a6b499a 100644
--- a/library/tk.tcl
+++ b/library/tk.tcl
@@ -11,7 +11,7 @@
# this file, and for a DISCLAIMER OF ALL WARRANTIES.
# Verify that we have Tk binary and script components from the same release
-package require -exact Tk 8.7a4
+package require -exact tk 8.7a4
# Create a ::tk namespace
namespace eval ::tk {
@@ -379,7 +379,7 @@ switch -exact -- [tk windowingsystem] {
# On Darwin/Aqua, buttons from left to right are 1,3,2. On Darwin/X11 with recent
# XQuartz as the X server, they are 1,2,3; other X servers may differ.
- event add <<SelectAll>> <Control-slash>
+ event add <<SelectAll>> <Control-/>
event add <<SelectNone>> <Control-backslash>
event add <<NextChar>> <Right>
event add <<SelectNextChar>> <Shift-Right>
@@ -426,7 +426,7 @@ switch -exact -- [tk windowingsystem] {
event add <<Undo>> <Control-z> <Control-Lock-Z>
event add <<Redo>> <Control-y> <Control-Lock-Y>
- event add <<SelectAll>> <Control-slash> <Control-a> <Control-Lock-A>
+ event add <<SelectAll>> <Control-/> <Control-a> <Control-Lock-A>
event add <<SelectNone>> <Control-backslash>
event add <<NextChar>> <Right>
event add <<SelectNextChar>> <Shift-Right>
@@ -505,6 +505,7 @@ if {$::tk_library ne ""} {
SourceLibFile scale
SourceLibFile scrlbar
SourceLibFile spinbox
+ SourceLibFile systray
SourceLibFile text
}
}