summaryrefslogtreecommitdiff
blob: b62fbc607b0d66f551432066d708c0ef3e1d2718 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- a/KTerm.ad
+++ b/KTerm.ad
@@ -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