summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2015-11-08 22:06:11 (GMT)
committerfvogel <fvogelnew1@free.fr>2015-11-08 22:06:11 (GMT)
commit97844543d417f9d8b2fb8fbd73985961e5de2aa0 (patch)
tree10dd35b6e6ad186671a088f3122718092ab4dbab /library
parent77e0e5439c5a1f5716149e2fa3ee0dcc8c63e56f (diff)
parent79468c974649ac8235e35f8b07d862476c72695e (diff)
downloadtk-97844543d417f9d8b2fb8fbd73985961e5de2aa0.zip
tk-97844543d417f9d8b2fb8fbd73985961e5de2aa0.tar.gz
tk-97844543d417f9d8b2fb8fbd73985961e5de2aa0.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>
}
#----------------------------------------------------------------------