diff options
author | John Baldwin <jhb@FreeBSD.org> | 2000-02-23 23:30:22 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2000-02-23 23:30:22 +0000 |
commit | f97d64c5037c40df3b9d2116d1ffc4655582e1e8 (patch) | |
tree | bb4f40f4b7b203a68c1179cad808ac2c01f55b9c /x11/imwheel/files/patch-af | |
parent | Update port to 2.01 (diff) |
The imwheel port maps mouse button events to X keyboard events. This
can be used to use the wheel on mice such as the Microsoft IntelliMouse
and the Logitech TrackMan+ in X.
Notes
Notes:
svn path=/head/; revision=26222
Diffstat (limited to 'x11/imwheel/files/patch-af')
-rw-r--r-- | x11/imwheel/files/patch-af | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/x11/imwheel/files/patch-af b/x11/imwheel/files/patch-af new file mode 100644 index 000000000000..bc9e2b1d26cb --- /dev/null +++ b/x11/imwheel/files/patch-af @@ -0,0 +1,34 @@ +--- imwheelrc.orig Wed Feb 23 15:14:20 2000 ++++ imwheelrc Wed Feb 23 15:25:12 2000 +@@ -34,6 +34,10 @@ + None, Down, KP_Subtract + None, Up, KP_Add + ++"^fxtv" ++None, Down, KP_Subtract ++None, Up, KP_Add ++ + "^Xman" + None, Down, F + Shift_L, Down, 3 +@@ -52,14 +56,14 @@ + None, Down, Shift_L|Page_Down + + "^rxvt" +-Alt_L, Up, Alt_L|Page_Up +-Alt_L, Down, Alt_L|Page_Down ++None, Up, Alt_L|Page_Up ++None, Down, Alt_L|Page_Down + + "^XTerm" +-Alt_L, Up, Shift_R|Page_Up +-Alt_L, Down, Shift_R|Page_Down +-Alt_L, Left, Control_L|A +-Alt_L, Right, Control_L|E ++None, Up, Shift_R|Page_Up ++None, Down, Shift_R|Page_Down ++None, Left, Control_L|A ++None, Right, Control_L|E + #Shift_L, Down, Shift_L|1 + + "^Netscape" |