ssanthosh243 / semicomplete

Automatically exported from code.google.com/p/semicomplete
0 stars 0 forks source link

Can we catch keystrokes using xdotool? #49

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi all,
i wanted to know that can we catch keystrokes using xdotool, as i wanted to do 
so in developing one of my application. If not, then what other options are 
available?

Original issue reported on code.google.com by dhruvkum...@gmail.com on 6 Apr 2011 at 6:52

GoogleCodeExporter commented 9 years ago
what kind of capturing? Like for hot-keys? Or do you want to observe all 
keystrokes?

For hotkeys there's all kinds of applications available bbkeys, for example. 
keynav can also do it.

For observing the keyboard, there is xspy: 
www.eigenheimstrasse.de/~ben/keyspeedapplet/xspy.c

Were you looking for a library to help you capture hotkeys?

Original comment by jls.semi...@gmail.com on 6 Apr 2011 at 8:17

GoogleCodeExporter commented 9 years ago
Issue 50 has been merged into this issue.

Original comment by jls.semi...@gmail.com on 6 Apr 2011 at 8:18

GoogleCodeExporter commented 9 years ago
i want to capture all kind of keystrokes.. even if my script is running in 
background and other windows are focused, i want to know which keys are being 
pressed.

Original comment by dhruvkum...@gmail.com on 6 Apr 2011 at 11:08