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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
|
--- KTerm.ad.orig Sun Jun 23 17:00:22 1996
+++ KTerm.ad Sat Jun 23 00:08:11 2001
@@ -51,37 +51,37 @@
*fontMenu.Label: VT Fonts
*fontMenu*fontdefault*Label: Default
-*VT100*fontList: -*-fixed-medium-r-normal--14-*,\
- -*-gothic-medium-r-normal--14-*,\
- -*-mincho-medium-r-normal--14-*
-!*VT100*boldFontList: -*-fixed-bold-r-normal--14-*,\
-! -*-gothic-bold-r-normal--14-*,\
-! -*-mincho-bold-r-normal--14-*
+*VT100*fontList: -*-fixed-medium-r-normal--14-*-c-*,\
+ -*-gothic-medium-r-normal--14-*-c-*,\
+ -*-mincho-medium-r-normal--14-*-c-*
+!*VT100*boldFontList: -*-fixed-bold-r-normal--14-*-c-*,\
+! -*-gothic-bold-r-normal--14-*-c-*,\
+! -*-mincho-bold-r-normal--14-*-c-*
*fontMenu*font1*Label: Unreadable
-*VT100*fontList1: -*-fixed-medium-r-normal--2-*,\
- -*-gothic-medium-r-normal--2-*,\
- -*-mincho-medium-r-normal--2-*
-*VT100*font1: -misc-nil-medium-r-normal--2-*-misc-fontspecific
+*VT100*fontList1: -*-fixed-medium-r-normal--2-*-c-*,\
+ -*-gothic-medium-r-normal--2-*-c-*,\
+ -*-mincho-medium-r-normal--2-*-c-*
+*VT100*font1: -misc-nil-medium-r-normal--2-*-c-*-misc-fontspecific
*fontMenu*font2*Label: Tiny
-*VT100*fontList2: -*-fixed-medium-r-normal--14-*,\
- -*-gothic-medium-r-normal--14-*,\
- -*-mincho-medium-r-normal--14-*
+*VT100*fontList2: -*-fixed-medium-r-normal--14-*-c-*,\
+ -*-gothic-medium-r-normal--14-*-c-*,\
+ -*-mincho-medium-r-normal--14-*-c-*
*fontMenu*font3*Label: Small
-*VT100*fontList3: -*-fixed-medium-r-normal--16-*,\
- -*-gothic-medium-r-normal--16-*,\
- -*-mincho-medium-r-normal--16-*
+*VT100*fontList3: -*-fixed-medium-r-normal--16-*-c-*,\
+ -*-gothic-medium-r-normal--16-*-c-*,\
+ -*-mincho-medium-r-normal--16-*-c-*
*fontMenu*font4*Label: Medium
-*VT100*fontList4: -*-fixed-medium-r-normal--18-*,\
- -*-gothic-medium-r-normal--18-*,\
- -*-mincho-medium-r-normal--18-*
+*VT100*fontList4: -*-fixed-medium-r-normal--18-*-c-*,\
+ -*-gothic-medium-r-normal--18-*-c-*,\
+ -*-mincho-medium-r-normal--18-*-c-*
*fontMenu*font5*Label: Large
-*VT100*fontList5: -*-fixed-medium-r-normal--24-*,\
- -*-gothic-medium-r-normal--24-*,\
- -*-mincho-medium-r-normal--24-*
+*VT100*fontList5: -*-fixed-medium-r-normal--24-*-c-*,\
+ -*-gothic-medium-r-normal--24-*-c-*,\
+ -*-mincho-medium-r-normal--24-*-c-*
*fontMenu*font6*Label: Huge
-*VT100*fontList6: -*-fixed-medium-r-normal--26-*,\
- -*-gothic-medium-r-normal--26-*,\
- -*-mincho-medium-r-normal--26-*
+*VT100*fontList6: -*-fixed-medium-r-normal--26-*-c-*,\
+ -*-gothic-medium-r-normal--26-*-c-*,\
+ -*-mincho-medium-r-normal--26-*-c-*
*fontMenu*fontescape*Label: Escape Sequence
*fontMenu*fontsel*Label: Selection
!fontescape and fontsel overridden by application
@@ -123,3 +123,18 @@
*tek4014*font3: 6x13
*tek4014*fontSmall: 6x10
+!This can be useful if you have an IntelliMouse. It maps the button
+!events generated by the wheel
+*VT100*Translations: #override \
+ !Ctrl <Btn4Down>: scroll-back(1,halfpage) \n\
+ !Lock Ctrl <Btn4Down>: scroll-back(1,halfpage) \n\
+ !Lock @Num_Lock Ctrl <Btn4Down>: scroll-back(1,halfpage) \n\
+ ! @Num_Lock Ctrl <Btn4Down>: scroll-back(1,halfpage) \n\
+ <Btn4Down>: scroll-back(5,line) \n\
+ !Ctrl <Btn5Down>: scroll-forw(1,halfpage) \n\
+ !Lock Ctrl <Btn5Down>: scroll-forw(1,halfpage) \n\
+ !Lock @Num_Lock Ctrl <Btn5Down>: scroll-forw(1,halfpage) \n\
+ ! @Num_Lock Ctrl <Btn5Down>: scroll-forw(1,halfpage) \n\
+ <Btn5Down>: scroll-forw(5,line)
+*VT100.translations: #override \
+ Shift<Key>space: begin-conversion(_JAPANESE_CONVERSION)
|