summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-terms/kterm/files/kterm-ad-gentoo.patch')
-rw-r--r--x11-terms/kterm/files/kterm-ad-gentoo.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/x11-terms/kterm/files/kterm-ad-gentoo.patch b/x11-terms/kterm/files/kterm-ad-gentoo.patch
new file mode 100644
index 000000000000..b62fbc607b0d
--- /dev/null
+++ b/x11-terms/kterm/files/kterm-ad-gentoo.patch
@@ -0,0 +1,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