On Mon, Apr 05, 2004 at 05:48:17PM +0200, Guido Guenther wrote: > Hi Colin, > On Mon, Apr 05, 2004 at 04:39:39PM +0200, Colin LEROY wrote: > > Could you try latest version ? (0.12, still at > > http://geekounet.org/powerbook/files/mouseemu.tar.gz). It should fix it - > > I didn't test it as I'm not in front of my laptop, but it compiles and the > > logic is simple enough so I think i didn't mess it up :-) > Looks good after a quick test. I noticed another issue though (also > present in 0.11): I have <F10> for the middle button and when I paste in > vi it inserts: "<F10>marked_text", same in xterm, it basically ends up > doing the action assigned to middle click + what's assigned to "F10". I just put a new version (0.12-1) at: http://honk.physik.uni-konstanz.de/~agx/linux-ppc/debian/mouseemu/ containing your changes plus some packaging cleanups (defaults can now be set via /etc/default/mouseemu). And I fixed that minor typo:
Index: mouseemu.c
===================================================================
RCS file: /cvs/debian/mouseemu/mouseemu.c,v
retrieving revision 1.1.1.2
diff -u -p -r1.1.1.2 mouseemu.c
--- a/mouseemu.c 5 Apr 2004 14:23:54 -0000 1.1.1.2
+++ b/mouseemu.c 5 Apr 2004 16:37:18 -0000
@@ -428,7 +428,7 @@ err:
"\t[-nofork]\n",
argv[0]);
printf("Key codes can be found in "
- "/usr/src/linux/include/linux.h,\n"
+ "/usr/src/linux/include/input.h,\n"
"or by using `showkey` in console.\n"
"Use decimal values. BTN_LEFT(272) is usable as "
"B2_KEY or B3_KEY.\n\n");
Cheers,
-- Guido
signature.asc
Description: Digital signature

