-
-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Buttons work outside of application, but not within it #59
Labels
wontfix
This will not be worked on
Comments
Check #47 (comment) for a workaround. |
MaZderMind
added a commit
to MaZderMind/streamdeck-ui
that referenced
this issue
Aug 31, 2020
Very short keypresses are sometimes coalesced and by the Desktop-System and do not reach the application, when it is not in focus. This might be the reason for various hotkey-problems when the target application is not in focus: timothycrosley#47 timothycrosley#59 timothycrosley#33
Closing this issue for now, as there is a better solution for directly communicating with OBS in the pipeline. This will avoid the whole switching between apps problem. |
rkmax
added a commit
to rkmax/streamdeck-ui
that referenced
this issue
Sep 17, 2023
* remove debug log * add delay while write text * add func docs * simplify replace special keys * add tests
rkmax
added a commit
to rkmax/streamdeck-ui
that referenced
this issue
Oct 6, 2023
* remove debug log * add delay while write text * add func docs * simplify replace special keys * add tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have buttons set to switch between scenes on OBS, and they seem to work fine on the desktop. But if I go into say, Civ 6, which I'm trying to record/stream, then the buttons don't actually work anymore.
The text was updated successfully, but these errors were encountered: