summaryrefslogtreecommitdiff
blob: a502bac0eb7387545f81da48f1fb1ae23f2c39ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- KTerm.ad.orig	2004-01-07 06:25:15.000000000 +0900
+++ KTerm.ad	2004-01-07 06:27:43.550017672 +0900
@@ -125,3 +125,18 @@
 
 *VT100*translations: #override  Shift<Key>space: \
 	begin-conversion(_JAPANESE_CONVERSION)
+
+! default values added by portage
+*VT100*kanjiMode:       euc
+*inputMethod:           kinput2
+!*openIm:                true
+! To use wallpaper, uncomment and set it to your favorite image
+!*wallPaper: /path/to/filename.xpm
+
+! To enable wheel mouse
+KTerm*VT100.Translations: #override\n\
+	<KeyPress>Prior:scroll-back(1,page)\n\
+	<KeyPress>Next:scroll-forw(1,page)\n\
+	Shift<Key>space:begin-conversion(_JAPANESE_CONVERSION)\n\
+	<Btn4Down>:scroll-back(1,halfpage)\n\
+	<Btn5Down>:scroll-forw(1,halfpage)\n