summaryrefslogtreecommitdiffstats
path: root/library/ttk
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2013-01-11 15:02:34 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2013-01-11 15:02:34 (GMT)
commitbc383b2ff62d6e2f22db785500be5f934df7b6da (patch)
tree2a20280658bf52732355449dd7c52bd8e9740487 /library/ttk
parent038232431f104e4cfa8cf943db15c52d57c2439e (diff)
downloadtk-bc383b2ff62d6e2f22db785500be5f934df7b6da.zip
tk-bc383b2ff62d6e2f22db785500be5f934df7b6da.tar.gz
tk-bc383b2ff62d6e2f22db785500be5f934df7b6da.tar.bz2
See bug 3600390
Diffstat (limited to 'library/ttk')
-rw-r--r--library/ttk/entry.tcl3
1 files changed, 0 insertions, 3 deletions
diff --git a/library/ttk/entry.tcl b/library/ttk/entry.tcl
index f5ba19e..7d9c9ef 100644
--- a/library/ttk/entry.tcl
+++ b/library/ttk/entry.tcl
@@ -141,9 +141,6 @@ bind TEntry <<NextLine>> {# nothing}
## Additional emacs-like bindings:
#
-bind TEntry <Control-Key-b> { ttk::entry::Move %W prevchar }
-bind TEntry <Control-Key-d> { ttk::entry::Delete %W }
-bind TEntry <Control-Key-f> { ttk::entry::Move %W nextchar }
bind TEntry <Control-Key-h> { ttk::entry::Backspace %W }
bind TEntry <Control-Key-k> { %W delete insert end }