Xaw3_1TextTr.c revision 749
830N/A/* $XConsortium: TextTr.c,v 1.13 89/11/01 17:01:24 kit Exp $ */
830N/A
830N/Achar *_XawDefaultTextTranslations1 =
830N/A"\
943N/ACtrl<Key>A: beginning-of-line() \n\
830N/ACtrl<Key>B: backward-character() \n\
830N/ACtrl<Key>D: delete-next-character() \n\
919N/ACtrl<Key>E: end-of-line() \n\
919N/ACtrl<Key>F: forward-character() \n\
919N/ACtrl<Key>G: multiply(Reset) \n\
919N/ACtrl<Key>H: delete-previous-character() \n\
919N/ACtrl<Key>J: newline-and-indent() \n\
919N/ACtrl<Key>K: kill-to-end-of-line() \n\
919N/ACtrl<Key>L: redraw-display() \n\
919N/ACtrl<Key>M: newline() \n\
919N/ACtrl<Key>N: next-line() \n\
919N/ACtrl<Key>O: newline-and-backup() \n\
919N/ACtrl<Key>P: previous-line() \n\
919N/ACtrl<Key>R: search(backward) \n\
919N/ACtrl<Key>S: search(forward) \n\
919N/ACtrl<Key>T: transpose-characters() \n\
919N/ACtrl<Key>U: multiply(4) \n\
919N/ACtrl<Key>V: next-page() \n\
919N/ACtrl<Key>W: kill-selection() \n\
830N/ACtrl<Key>Y: insert-selection(CUT_BUFFER1) \n\
830N/ACtrl<Key>Z: scroll-one-line-up() \n\
830N/A", *_XawDefaultTextTranslations2 = "\
830N/AMeta<Key>B: backward-word() \n\
830N/AMeta<Key>F: forward-word() \n\
830N/AMeta<Key>I: insert-file() \n\
830N/AMeta<Key>K: kill-to-end-of-paragraph() \n\
830N/AMeta<Key>Q: form-paragraph() \n\
830N/AMeta<Key>V: previous-page() \n\
830N/AMeta<Key>Y: insert-selection(PRIMARY, CUT_BUFFER0) \n\
830N/AMeta<Key>Z: scroll-one-line-down() \n\
830N/A:Meta<Key>d: delete-next-word() \n\
830N/A:Meta<Key>D: kill-word() \n\
830N/A:Meta<Key>h: delete-previous-word() \n\
830N/A:Meta<Key>H: backward-kill-word() \n\
830N/A:Meta<Key>\\<: beginning-of-file() \n\
830N/A:Meta<Key>\\>: end-of-file() \n\
830N/A:Meta<Key>]: forward-paragraph() \n\
830N/A:Meta<Key>[: backward-paragraph() \n\
830N/A~Shift Meta<Key>Delete: delete-previous-word() \n\
830N/A Shift Meta<Key>Delete: backward-kill-word() \n\
830N/A~Shift Meta<Key>BackSpace: delete-previous-word() \n\
830N/A Shift Meta<Key>BackSpace: backward-kill-word() \n\
830N/A", *_XawDefaultTextTranslations3 = "\
830N/A<Key>Right: forward-character() \n\
830N/A<Key>Left: backward-character() \n\
830N/A<Key>Down: next-line() \n\
830N/A<Key>Up: previous-line() \n\
830N/A<Key>Delete: delete-previous-character() \n\
830N/A<Key>BackSpace: delete-previous-character() \n\
830N/A<Key>Linefeed: newline-and-indent() \n\
830N/A<Key>Return: newline() \n\
830N/A<Key>: insert-char() \n\
<FocusIn>: focus-in() \n\
<FocusOut>: focus-out() \n\
<Btn1Down>: select-start() \n\
<Btn1Motion>: extend-adjust() \n\
<Btn1Up>: extend-end(PRIMARY, CUT_BUFFER0) \n\
<Btn2Down>: insert-selection(PRIMARY, CUT_BUFFER0) \n\
<Btn3Down>: extend-start() \n\
<Btn3Motion>: extend-adjust() \n\
<Btn3Up>: extend-end(PRIMARY, CUT_BUFFER0) \
";