| View previous topic :: View next topic |
| Author |
Message |
sergiod
Joined: 17 Jul 2008 Posts: 2
|
Posted: Thu Jul 17, 2008 1:15 pm Post subject: Filter Keys |
|
|
Hi all,
I'm trying to write a script that emulates the behavior of Windows's Filter Keys (an accessibility function that removes involuntary repeated keystrokes).
Basically, what I want to do is to capture all keystrokes, and then, depending on the time since the last keystroke, send or not the pressed key.
My question is: Is there any way to capture all keystrokes or have I to write a hotkey for any possible key??
Thanks in advance,
Sergio |
|
| Back to top |
|
 |
infogulch
Joined: 27 Mar 2008 Posts: 130 Location: KC, MO
|
Posted: Thu Jul 17, 2008 4:22 pm Post subject: |
|
|
i don't know if this will help, but try looking at: Input
Accessibility Std Lib might be handy too _________________
 |
|
| Back to top |
|
 |
sergiod
Joined: 17 Jul 2008 Posts: 2
|
Posted: Mon Jul 21, 2008 9:33 am Post subject: |
|
|
Thanks! I will check it, Accessibility Std Lib looks promising.
Sergio, |
|
| Back to top |
|
 |
|