summaryrefslogtreecommitdiffstats
path: root/library/tk.tcl
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2015-11-08 22:14:04 (GMT)
committerfvogel <fvogelnew1@free.fr>2015-11-08 22:14:04 (GMT)
commit37f4c8b8dec83f87b9e662ce1a9c70a4b624a9bf (patch)
treed8e573fe1ac1481ccc5b821424035e6327a1da06 /library/tk.tcl
parente34ce9c14352ff92bd3dc7c5e916b855ce5e0855 (diff)
parenta3cbc8450cd46d22821a752b8d135ba65c6d53e2 (diff)
downloadtk-37f4c8b8dec83f87b9e662ce1a9c70a4b624a9bf.zip
tk-37f4c8b8dec83f87b9e662ce1a9c70a4b624a9bf.tar.gz
tk-37f4c8b8dec83f87b9e662ce1a9c70a4b624a9bf.tar.bz2
Fixed bug [297442da29] - tk_strictMotif not correctly taken into account
Diffstat (limited to 'library/tk.tcl')
-rw-r--r--library/tk.tcl1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/tk.tcl b/library/tk.tcl
index 9a6a581..946ab7e 100644
--- a/library/tk.tcl
+++ b/library/tk.tcl
@@ -311,7 +311,6 @@ proc ::tk::EventMotifBindings {n1 dummy dummy} {
event $op <<Cut>> <Control-Key-w> <Control-Lock-Key-W> <Shift-Key-Delete>
event $op <<Copy>> <Meta-Key-w> <Meta-Lock-Key-W> <Control-Key-Insert>
event $op <<Paste>> <Control-Key-y> <Control-Lock-Key-Y> <Shift-Key-Insert>
- event $op <<Undo>> <Control-underscore>
event $op <<PrevChar>> <Control-Key-b> <Control-Lock-Key-B>
event $op <<NextChar>> <Control-Key-f> <Control-Lock-Key-F>
event $op <<PrevLine>> <Control-Key-p> <Control-Lock-Key-P>