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