diff options
Diffstat (limited to 'library/console.tcl')
-rw-r--r-- | library/console.tcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/console.tcl b/library/console.tcl index e1a537a..8c563ab 100644 --- a/library/console.tcl +++ b/library/console.tcl @@ -432,6 +432,7 @@ proc ::tk::ConsoleBind {w} { bind Console <Alt-Key> {# nothing } bind Console <Meta-Key> {# nothing} bind Console <Control-Key> {# nothing} + bind Console <Command-Key> {# nothing} bind Console <Fn-Key> {# nothing} foreach {ev key} { |