Before I clarify my question, I'll say what I'm doing.
We have 2 apps that we display at once for data entry.
1 taking up the left side of the screen, and 1 taking up the right side.
1 of those apps is the data entry application.
The other app is for viewing scanned info.
But they can't talk to each other directly.
So I'm creating a tool that runs in the background to intercept certain keys.
I want to be able to capture keys such of Ctrl + Home, Ctrl + Page Up, etc from the data entry application, and send it to the scanned image to rotate it or zoom, etc.
I believe I can do most of it, except 1 part.
Right now if I did Ctrl + PageUp, it will send the key press to both apps.
How do I prevent a keypress from the originating application?
We have 2 apps that we display at once for data entry.
1 taking up the left side of the screen, and 1 taking up the right side.
1 of those apps is the data entry application.
The other app is for viewing scanned info.
But they can't talk to each other directly.
So I'm creating a tool that runs in the background to intercept certain keys.
I want to be able to capture keys such of Ctrl + Home, Ctrl + Page Up, etc from the data entry application, and send it to the scanned image to rotate it or zoom, etc.
I believe I can do most of it, except 1 part.
Right now if I did Ctrl + PageUp, it will send the key press to both apps.
How do I prevent a keypress from the originating application?