On Fri, Aug 21, 2009 at 10:34:32PM +0200, Johannes Truschnigg wrote: > what's today's preferred way of mapping keypress-sequences and -shortcuts > (like Ctrl+W, for instance) to buttons on a pointer device (e. g., my mouse), > so that pressing these buttons simulate the appropriate keystrokes? > I vaguely recall using a program called `imwheel` for tricks like these in > the > distant past (around 2004 or 2005) - is that still viable, or are there > other, > better ways to pull something like that off by now?
the XTest extension is your best bet. XTestFakeKeyEvent(3) Cheers, Peter _______________________________________________ xorg mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/xorg
