diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2001-01-28 17:28:50 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2001-01-28 17:28:50 +0000 |
commit | 446b1c840c73b5219b32a1b326bb63ab4c20326f (patch) | |
tree | 4aaa19e7f314a3c120f6315f3b4f430654b24a35 /japanese/kterm | |
parent | Forgotten to bump PORTREVISION due to addition of patch-lp, which fixed (diff) |
Add KTerm.ad patch.
This can be useful if you have an IntelliMouse.
It maps the button events generated by the wheel.
Submitted by: MITA Yoshio <yoshio.mita@ma2.justnet.ne.jp>
Notes
Notes:
svn path=/head/; revision=37679
Diffstat (limited to 'japanese/kterm')
-rw-r--r-- | japanese/kterm/files/patch-ab | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/japanese/kterm/files/patch-ab b/japanese/kterm/files/patch-ab new file mode 100644 index 000000000000..165bb6ca2831 --- /dev/null +++ b/japanese/kterm/files/patch-ab @@ -0,0 +1,21 @@ +--- KTerm.ad.orig Thu Dec 21 17:52:07 2000 ++++ KTerm.ad Thu Dec 21 17:53:18 2000 +@@ -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) \n\ ++ Ctrl<Key>space: begin-conversion(_JAPANESE_CONVERSION) ++ |