summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorfvogelnew1@free.fr <fvogel>2015-11-08 22:06:11 (GMT)
committerfvogelnew1@free.fr <fvogel>2015-11-08 22:06:11 (GMT)
commit25357ca7eb716902d378d33134db403cce0c3e9c (patch)
tree10dd35b6e6ad186671a088f3122718092ab4dbab /library
parent2b3ec4bc74dbdd3e14cce287f7aabdb02a932235 (diff)
parent5aba7df3488f40e8f10d5edc9df63cd4455c1c9b (diff)
downloadtk-25357ca7eb716902d378d33134db403cce0c3e9c.zip
tk-25357ca7eb716902d378d33134db403cce0c3e9c.tar.gz
tk-25357ca7eb716902d378d33134db403cce0c3e9c.tar.bz2
Fixed bug [297442da29] - tk_strictMotif not correctly taken into account
Diffstat (limited to 'library')
-rw-r--r--library/tk.tcl1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/tk.tcl b/library/tk.tcl
index a9db8cb..d045222 100644
--- a/library/tk.tcl
+++ b/library/tk.tcl
@@ -308,7 +308,6 @@ proc ::tk::EventMotifBindings {n1 dummy dummy} {
event $op <<Cut>> <Control-Key-w>
event $op <<Copy>> <Meta-Key-w>
event $op <<Paste>> <Control-Key-y>
- event $op <<Undo>> <Control-underscore>
}
#----------------------------------------------------------------------