diff options
author | jan.nijtmans <jan.nijtmans@noemail.net> | 2013-01-13 18:19:33 (GMT) |
---|---|---|
committer | jan.nijtmans <jan.nijtmans@noemail.net> | 2013-01-13 18:19:33 (GMT) |
commit | 4bd74fbd936bea6e2436a1afd2e8c908ca6b087f (patch) | |
tree | ca434713e929d8fd7e89222605e831afb986d8d2 | |
parent | 8d7dd70fbd72a00ae8db4b9eb7ab3c3623a7e32e (diff) | |
download | tk-4bd74fbd936bea6e2436a1afd2e8c908ca6b087f.zip tk-4bd74fbd936bea6e2436a1afd2e8c908ca6b087f.tar.gz tk-4bd74fbd936bea6e2436a1afd2e8c908ca6b087f.tar.bz2 |
removed one entry too much from ttk:entry
FossilOrigin-Name: 52c4c0bfd30b55766f5f72f4af255cf550561ba3
-rw-r--r-- | library/ttk/entry.tcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/ttk/entry.tcl b/library/ttk/entry.tcl index 7d9c9ef..be2299f 100644 --- a/library/ttk/entry.tcl +++ b/library/ttk/entry.tcl @@ -141,6 +141,7 @@ bind TEntry <<NextLine>> {# nothing} ## Additional emacs-like bindings: # +bind TEntry <Control-Key-d> { ttk::entry::Delete %W } bind TEntry <Control-Key-h> { ttk::entry::Backspace %W } bind TEntry <Control-Key-k> { %W delete insert end } |