Re: [Ilugc] Re: How to trap key strokes

2010-02-12 Thread Saravanan S
On Sat, Jan 9, 2010 at 12:35 PM, Vijay Kumar wrote: Saravanan S dearsarava...@... writes: Hi all, I used xmodmap to block few key strokes in my distro. How to initiate/trigger a key combination like say (Ctrl+Shift+Y) as if the user has pressed those keys?? Keystrokes can be

Re: [Ilugc] Re: How to trap key strokes

2010-01-10 Thread Saravanan S
Good info Mr. Vijay, but is there any way to understand this better.??? Saravanan Sundaramoorthy Red Hat Certified Engineer +91 99404 32545 ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Re: [Ilugc] Re: How to trap key strokes

2010-01-09 Thread Satish Eerpini
I had sometime ago tried writing a simple program to emulate mouse clicks based on the code given here : www.einfochips.com/download/dash_jan_tip.pdf but even after running the program, nothing happens, as in I don see the mouse clicks emualted. What might I be missing here ?? Satish --

Re: [Ilugc] Re: How to trap key strokes

2010-01-09 Thread Satish Eerpini
I had sometime ago tried writing a simple program to emulate mouse clicks based on the code given here : www.einfochips.com/download/dash_jan_tip.pdf the code given at the above link seems to use the uinput API directly and not the libsuinput. but even after running the program, nothing