Go to the first, previous, next, last section, table of contents.

Customising TextFields

Current key bindings for TextFields:


Ctrl-a       -- beginning of line
Ctrl-e       -- end of line
Ctrl-k       -- kill text from point to end of line.
Ctrl-b,Left  -- move backward
Ctrl-f,Right -- move forward
Ctrl-d       -- delete char at point
DEL,BSpace   -- delete char before point.
Return, Enter, LineFeed -- terminate input.
Mouse-1      -- move cursor to point
Mouse-1drag  -- select text
Mouse-1doubleclick -- select whole line
Mouse-2      -- paste text

Resources


activeBackground:  grey75
activeForeground:  black
disabledColour:    grey50
activeBorderWidth: 2
foreground:	    black
background:	    pink
borderWidth:       2
relief:	    raised
justify:	    centre
state:	            normal


Go to the first, previous, next, last section, table of contents.