Specifications
Athena Widget Set libXaw 1.0.7
XawselectPara-
graph
Selects the entire paragraph.
XawselectPosition Selects the current pointer position.
XawselectWord Selects whole words as the pointer movesonto them.
The default selectType array is:
{XawselectPosition, XawselectWord, XawselectLine, XawselectParagraph, XawselectAll, XawselectNull}
The selection array is not copied by the text widgets. The application must allocate space for the
array and cannot deallocate or change it until the text widget is destroyed or until a newselection
array is set.
5.3. Default Translation Bindings
The following translations are defaults built into every Textwidget. Theycan be overridden, or
replaced by specifying a newvalue for the Textwidget’s translations resource.
Ctrl<Key>A: beginning-of-line( ) \n\
Ctrl<Key>B: backward-character( ) \n\
Ctrl<Key>D: delete-next-character( ) \n\
Ctrl<Key>E: end-of-line( )\n\
Ctrl<Key>F: forward-character( ) \n\
Ctrl<Key>G: multiply(Reset) \n\
Ctrl<Key>H: delete-previous-character( ) \n\
Ctrl<Key>J: newline-and-indent( ) \n\
Ctrl<Key>K: kill-to-end-of-line( )\n\
Ctrl<Key>L: redraw-display( ) \n\
Ctrl<Key>M: newline( ) \n\
Ctrl<Key>N: next-line( ) \n\
Ctrl<Key>O: newline-and-backup( ) \n\
Ctrl<Key>P: previous-line( ) \n\
Ctrl<Key>R: search(backward) \n\
Ctrl<Key>S: search(forward) \n\
Ctrl<Key>T:transpose-characters( ) \n\
Ctrl<Key>U: multiply(4) \n\
Ctrl<Key>V:next-page( ) \n\
Ctrl<Key>W:kill-selection( ) \n\
Ctrl<Key>Y:insert-selection(CUT_BUFFER1) \n\
Ctrl<Key>Z: scroll-one-line-up( )\n\
Ctrl<Key>\: reconnect-im( )\n\
Meta<Key>B: backward-word( ) \n\
Meta<Key>F: forward-word( ) \n\
Meta<Key>I: insert-file( )\n\
Meta<Key>K: kill-to-end-of-paragraph( )\n\
Meta<Key>Q: form-paragraph( )\n\
Meta<Key>V:previous-page( ) \n\
Meta<Key>Y:insert-selection(PRIMARY, CUT_BUFFER0) \n\
Meta<Key>Z: scroll-one-line-down( ) \n\
:Meta<Key>d: delete-next-word( ) \n\
:Meta<Key>D: kill-word( ) \n\
:Meta<Key>h: delete-previous-word( ) \n\
81