! $Header$ *traversalOn: True *keyboardFocusPolicy: explicit *highlightThickness: 2 *highlightOnEnter: True *textwidget.columns: 50 *logwidget.editMode: XmMULTI_LINE_EDIT *logwidget.editable: False *logwidget.scrollHorizontal: False *logwidget.rows: 24 *logwidgetSW.y: 40 *logwidgetSW.width: 673 ! The are the additional translations added to every field in a form ! so that keyboard accelerators and navigation do the right thing. *formTranslations: NoneReturn: next-or-do-it()\n\ CtrlC: cancel-form()\n\ ShiftReturn: execute-form()\n\ MetaReturn: execute-form()\n\ Meta?: help()\n\ Meta Shift?: help() ! These are the additional translations added to the Motif text widget ! for emacs style editing. *textTranslations: : focusOut() MoiraFocusOut() \n\ ~Shift ~Ctrl ~Meta ~Alt osfDelete: delete-previous-character() \n\ ~Shift ~Ctrl Meta ~Alt osfDelete: kill-previous-word() \n\ ~Shift ~Ctrl ~Meta Alt osfDelete: kill-previous-word() \n\ CtrlD: delete-next-character() \n\ MetaD: kill-next-word() \n\ AltD: kill-next-word() \n\ CtrlK: kill-to-end-of-line() \n\ CtrlW: kill-selection() \n\ CtrlY: unkill() \n\ CtrlF: forward-character() \n\ CtrlB: backward-character() \n\ CtrlA: beginning-of-line() \n\ CtrlE: end-of-line() \n\ MetaF: forward-word() \n\ AltF: forward-word() \n\ MetaB: backward-word() \n\ AltB: backward-word() \n\ ~Shift Meta<: beginning-of-line() \n\ ~Shift Alt<: beginning-of-line() \n\ Shift Meta<: end-of-line() \n\ Shift Alt<: end-of-line() \n\ Meta>: end-of-line() \n\ Alt>: end-of-line() ! These are the additional translations added to the Motif text widget ! for the log window. The two noop translations are here to avoid ! nasty interactions with the selection mechanism. They match the ! existing translations that involve shifted mouse buttons. *logTranslations: ~Ctrl Shift ~Meta ~Alt: moiraRetrieve()\n\ ~Ctrl ~Meta ~Alt: noop()\n\ ~Ctrl Shift ~Meta ~Alt: noop()\n\ ~Ctrl Shift ~Meta ~Alt: moiraModify() *helpFile: /afs/athena/system/moira/lib/mmoira.helpfile