Hi, I've been searching all over and unable to find a way to do this. I'm not sure if it is possible but thought I would ask.
I have a program that runs in the background and hooks the keyboard keys to perform actions when a hotkey is pressed.
However I don't want it to do anything if the forground window (of another application) is in edit mode so if you map the v key, the user will still be able to enter it in a text box.
Is there a way to detect if the forground window or control is currently in edit mode?
I have a program that runs in the background and hooks the keyboard keys to perform actions when a hotkey is pressed.
However I don't want it to do anything if the forground window (of another application) is in edit mode so if you map the v key, the user will still be able to enter it in a text box.
Is there a way to detect if the forground window or control is currently in edit mode?