-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXmAddressBook_CDE
50 lines (46 loc) · 1.99 KB
/
XmAddressBook_CDE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
!
! fonts for application see DtStdAppFontNames(5)
! Use only with ISO_8859_1/15 locales
!
XmAddressBook*fontList: -dt-interface *-medium-r-normal-s*-*-*-*-*-*-iso8859-15
!
! geometry
!
!
! colors: Whatever default set by dtstyle
!
!
! keyboard translations to make the text widgets more Emacs-like
!
*XmTextField*translations:#override\n\
Meta<Key>BackSpace: delete-previous-word()\n\
Ctrl<Key>d: delete-next-character()\n\
Ctrl<Key>a: beginning-of-line()\n\
Ctrl<Key>g: process-cancel()\n\
Meta<Key>b: backward-word()\n\
Meta<Key>f: forward-word()\n\
Meta<Key>a: select-all()\n\
Ctrl<Key>e: end-of-line()\n\
Ctrl<Key>f: forward-character()\n\
Ctrl<Key>b: backward-character()\n\
<Key>osfDelete: delete-previous-character()
*XmText*translations:#override\n\
<Key>Return: newline()\n\
Ctrl<Key>k: kill-to-end-of-line()\n\
Meta<Key>d: kill-next-word()\n\
Ctrl<Key>y: unkill()\n\
Meta<Key>BackSpace: kill-previous-word()\n\
Ctrl<Key>d: kill-next-character()\n\
Ctrl<Key>a: beginning-of-line()\n\
Ctrl<Key>g: process-cancel()\n\
Meta<Key>b: backward-word()\n\
Meta<Key>f: forward-word()\n\
Meta<Key>a: select-all()\n\
Ctrl<Key>e: end-of-line()\n\
Ctrl<Key>p: previous-line()\n\
Ctrl<Key>n: next-line()\n\
Ctrl<Key>f: forward-character()\n\
Ctrl<Key>b: backward-character()\n\
<Key>Tab: next-tab-group()\n\
Ctrl<Key>i: next-tab-group()\n\
<Key>osfDelete: delete-previous-character()