From 446b1c840c73b5219b32a1b326bb63ab4c20326f Mon Sep 17 00:00:00 2001 From: Shigeyuki Fukushima Date: Sun, 28 Jan 2001 17:28:50 +0000 Subject: 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 --- japanese/kterm/files/patch-ab | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 japanese/kterm/files/patch-ab (limited to 'japanese/kterm/files') 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 : scroll-back(1,halfpage) \n\ ++ !Lock Ctrl : scroll-back(1,halfpage) \n\ ++ !Lock @Num_Lock Ctrl : scroll-back(1,halfpage) \n\ ++ ! @Num_Lock Ctrl : scroll-back(1,halfpage) \n\ ++ : scroll-back(5,line) \n\ ++ !Ctrl : scroll-forw(1,halfpage) \n\ ++ !Lock Ctrl : scroll-forw(1,halfpage) \n\ ++ !Lock @Num_Lock Ctrl : scroll-forw(1,halfpage) \n\ ++ ! @Num_Lock Ctrl : scroll-forw(1,halfpage) \n\ ++ : scroll-forw(5,line) \n\ ++ Ctrlspace: begin-conversion(_JAPANESE_CONVERSION) ++ -- cgit v1.2.3