]> andersk Git - moira.git/blame - clients/mmoira/Moira
*** empty log message ***
[moira.git] / clients / mmoira / Moira
CommitLineData
41f19e88 1! $Header$
2
30dd1a7c 3*traversalOn: True
4*keyboardFocusPolicy: explicit
5*highlightThickness: 2
6*highlightOnEnter: True
7
8*textwidget.columns: 50
30dd1a7c 9
10*logwidget.editMode: XmMULTI_LINE_EDIT
11*logwidget.editable: False
12*logwidget.scrollHorizontal: False
13*logwidget.rows: 24
14*logwidgetSW.y: 40
15*logwidgetSW.width: 673
16
41f19e88 17! The are the additional translations added to every field in a form
18! so that keyboard accelerators and navigation do the right thing.
7b4f7ec9 19*formTranslations: None<Key>Return: next-or-do-it()\n\
20 Ctrl<Key>C: cancel-form()\n\
21 Shift<Key>Return: execute-form()\n\
1d3fd8a1 22 Meta<Key>Return: execute-form()\n\
41f19e88 23 Meta<Key>?: help()\n\
24 Meta Shift<Key>?: help()
25! These are the additional translations added to the Motif text widget
26! for emacs style editing.
7b4f7ec9 27*textTranslations: <FocusOut>: focusOut() MoiraFocusOut() \n\
28 ~Shift ~Ctrl ~Meta ~Alt <Key>osfDelete: delete-previous-character() \n\
29 ~Shift ~Ctrl Meta ~Alt <Key>osfDelete: kill-previous-word() \n\
30 ~Shift ~Ctrl ~Meta Alt <Key>osfDelete: kill-previous-word() \n\
31 Ctrl<Key>D: delete-next-character() \n\
32 Meta<Key>D: kill-next-word() \n\
33 Alt<Key>D: kill-next-word() \n\
34 Ctrl<Key>K: kill-to-end-of-line() \n\
35 Ctrl<Key>W: kill-selection() \n\
36 Ctrl<Key>Y: unkill() \n\
37 Ctrl<Key>F: forward-character() \n\
38 Ctrl<Key>B: backward-character() \n\
39 Ctrl<Key>A: beginning-of-line() \n\
40 Ctrl<Key>E: end-of-line() \n\
41 Meta<Key>F: forward-word() \n\
42 Alt<Key>F: forward-word() \n\
43 Meta<Key>B: backward-word() \n\
44 Alt<Key>B: backward-word() \n\
45 ~Shift Meta<Key><: beginning-of-line() \n\
46 ~Shift Alt<Key><: beginning-of-line() \n\
47 Shift Meta<Key><: end-of-line() \n\
48 Shift Alt<Key><: end-of-line() \n\
49 Meta<Key>>: end-of-line() \n\
50 Alt<Key>>: end-of-line()
51
41f19e88 52! These are the additional translations added to the Motif text widget
53! for the log window. The two noop translations are here to avoid
54! nasty interactions with the selection mechanism. They match the
55! existing translations that involve shifted mouse buttons.
7b4f7ec9 56*logTranslations: ~Ctrl Shift ~Meta ~Alt<Btn1Down>: moiraRetrieve()\n\
57 ~Ctrl ~Meta ~Alt<Btn1Up>: noop()\n\
58 ~Ctrl Shift ~Meta ~Alt<Btn1Motion>: noop()\n\
59 ~Ctrl Shift ~Meta ~Alt<Btn2Down>: moiraModify()
60
61*helpFile: /afs/athena/system/moira/lib/mmoira.helpfile
This page took 0.068621 seconds and 5 git commands to generate.