http://www.perlmonks.org?node_id=345505


in reply to Watch for keyboard key sequence

Quick thought: write a little script using Winamp::Control, create a shortcut to it, then just associate a Windows hot key combo to that shortcut. I use this for a number of Perl utilities I use frequently, though not Winamp yet. This means your app doesn't have to be watching the keyboard all the time.

--
I'd like to be able to assign to an luser

Replies are listed 'Best First'.
Re: Re: Watch for keyboard key sequence
by mdog (Pilgrim) on Apr 15, 2004 at 20:01 UTC
    Great idea! I should have thought of that! Thanks a bunch!