That is to say, I have this application that does something when you press the shift key. When the window is not in focus, it doesn't do anything upon pressing the shift key. I was wondering if there was a way to fix this.
Printable View
That is to say, I have this application that does something when you press the shift key. When the window is not in focus, it doesn't do anything upon pressing the shift key. I was wondering if there was a way to fix this.
Use the Key Object to check for the Shift Key (in or out of focus) and if detected, set focus to your app, then do your action. :)
The key object, of course! Thank you. :)