Subject: overriding key bindings in tktext
From: Martin DeMello <martindemello gmail.com>
Date: Wed, 9 Dec 2009 02:58:01 +0900
Does tktext let me completely override bindings? For instance, if I
wanted to disable the enter key, editor.bind("Any-Key-Return") {}
doesn't do anything - the newline gets inserted.
martin