Open GoogleCodeExporter opened 8 years ago
Hmm... I don't think this would work. The only way would be is if there were
Xlib APIs that you can use to achieve this.
Original comment by cdekter
on 15 May 2012 at 2:26
Hi. I'm not sure exactly on which aspect you're talking, but the way the above
hacks work is simple. When the Space is pressed, dispatch a Shift press event
instead. When the Space is released, send a Shift release, and if the last
event was the Space press, then add a press and a release of the Space, and
you're done.
I've heard that XTest extension is used to synthesize events in Space2ctrl and
Keydouble. My hack modifies the X input driver itself, so there's no synthesis
of events.
Thanks for your reply. Regards.
Original comment by te...@lavabit.com
on 15 May 2012 at 12:37
Original issue reported on code.google.com by
te...@lavabit.com
on 11 May 2012 at 4:04