This repository has been archived by the owner on Jan 1, 2024. It is now read-only.
Multiple special actions sequentially on one trigger? #3186
Unanswered
WyntrHeart
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to setup DS4Windows such that when I press a key combo (PS+Options) it toggles the Windows on-screen keyboard. The issue is that to make this work I need to also load a profile to use the keyboard, and autoprofiles won't work for this because osk.exe does not have focus when it's in use (the program recieving keystrokes from osk gets focus). Launching OSK and loading the OSK profile works fine by creating two special actions with the same trigger: one launches osk.exe, one loads the OSK profile.
But closing the keyboard is giving me issues. To close the OSK I need to send a macro (Win+Ctrl+O) to toggle it off, and then load the default profile, But when I attempt to do this it doesn't execute both actions. It loads the default profile, but it doesn't send the macro to close the osk. If I disable the profile loading trigger I can verify that the OSK toggle macro does work, so my guess is that both actions are starting at the same time and the profile load is interrupting the macro.
Any ideas how I can change this so that DS4Windows will first close the OSK and then load the default profile (without having to use different triggers and pressing them in order)?
Beta Was this translation helpful? Give feedback.
All reactions