You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-terms/kterm/files/kterm-ad-gentoo.patch

22 lines
664 B

--- 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