Re: binding a keystroke to a perl process

2002-07-05 Thread John Deurbrouck
George --- The Windows call itself is SetWindowsHookEx(). You should read up on the hooks WH_KEYBOARD and WH_KEYBOARD_LL. This is a VERY powerful API. Make sure you can trust the module that executes this Windows call on your behalf! I'm not aware of one but there's no reason one couldn't exist.

Re: binding a keystroke to a perl process

2002-07-05 Thread George Bowling
Both the Shortcut key and macro approaches don't quite give what I need. I intend a persistent process maintaining state (including all copy-buffer contents) continuously. I could have a shortcut-launched program read in and write out the data at every invocation, but that would be a very resour