Trying to setup a macro that detects Keyboard Hotkey release. #612
-
Hello, I've been trying to setup SceneSwitcher so when I keep pressing a Hotkey "G" it keeps showing a Scene "1" as long as the Hotkey "G" is pressed. On release of Hotkey "G" it should then switch to a Scene "2". Thank you for your help :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hello, with the current implementation of the hotkey condition that is not possible. A build with this change should be available here in a few minutes: Using this build you can do something like this to achieve the effect you are looking for: Let me know if you have any questions or run into any issues! :) |
Beta Was this translation helpful? Give feedback.
Hello,
with the current implementation of the hotkey condition that is not possible.
I slightly tweaked the implementation to allow this with this PR:
#613
A build with this change should be available here in a few minutes:
https://github.com/WarmUpTill/SceneSwitcher/actions/runs/3607052462
Using this build you can do something like this to achieve the effect you are looking for:
Let me know if you have any questions or run into any issues! :)