maurice_chevalier has asked for the wisdom of the Perl Monks concerning the following question:
hail thee, monks.
platform is windows with active perl.
what i'd like to do is the following:
main part will be a perl tray-application sitting there waiting.
whenever a user marks something in another application and presses
a ctrl+key combination ( i.e. "ctrl+a+b" )
i'd like to pass the marked string
to the tray app for further computings.
question is how to "catch" the ctrl+key combination and how to reference the marked text ?
any tips greatly appreciated.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: catching ctrl+key combination (hotkey)
by Anonymous Monk on Jul 30, 2013 at 08:24 UTC | |
|
Re: catching ctrl+key combination
by samwyse (Scribe) on Jul 30, 2013 at 18:19 UTC | |
by SuicideJunkie (Vicar) on Jul 30, 2013 at 18:30 UTC |