I'm running a perl script for text analysis purposes and I want to be able to swap to that script from another application (eg Word). I was hoping I could press a combination of keys like Ctrl+ a letter for the perl script to come back up and get focused. Does anyone know how to write that in Perl ? Is there a special method that makes the perl script read keyboard input even if it's not the active process ?