Helmut Giese <
[email protected]> wrote:
consider the following piece of code:
---
package require Tk
pack [text .t]
.t insert 1.0 "line 1\nline 2\nline 3\n"
bind .t # the result is nothing as expected
bind Text # the result on my machine (Windows 64 bit, Tcl
8.6.10) is:
[...]
No binding for 'up' or 'down' in sight (nor for 'ctrl p' or 'ctrl n'
It's those two: <<NextLine>> <<PrevLine>> and
% event info <<PrevLine>>
<Key-Up> <Control-Key-p> <Control-Lock-Key-P>
:-)
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)