You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 8, 2023. It is now read-only.
this is more of a question than an issue.
First of all thanks for writing this! It helped me a lot!
The problem I have is: I have a shortcut Cmd + F3 which is supposed to trigger something in my app which is running in the background. My app will in turn control another app and send key commands to it.
The problem is: as soon as the other app comes to the front, it doesn't behave correctly as the down Cmd key is also sent to that app. Is there any chance for DDHotKey to "consume" the modifier keys so that they do NOT appear pressed to all other apps?