| View previous topic :: View next topic |
| Author |
Message |
Young
Joined: 07 Oct 2005 Posts: 34
|
Posted: Sun Mar 26, 2006 5:34 pm Post subject: Tracing and handling any keystroke |
|
|
| Is there a way to trace and handle ANY (well, almost any) keystroke? It could be useful for implementing a mechanism of recording key macros (to memorize a sequence of key strokes made by a user in order to play it later). |
|
| Back to top |
|
 |
PhiLho
Joined: 27 Dec 2005 Posts: 6721 Location: France (near Paris)
|
Posted: Mon Mar 27, 2006 10:14 am Post subject: |
|
|
There is the Input command, and Chris plans to implement a kind of hotkey working for any key, but it isn't implemented yet.
Perhaps some use of DllCall or OnMessage could be useful too. _________________
vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2") |
|
| Back to top |
|
 |
Young
Joined: 07 Oct 2005 Posts: 34
|
Posted: Mon Mar 27, 2006 3:16 pm Post subject: |
|
|
| Thanks. It is a pity... |
|
| Back to top |
|
 |
|