Skip to content
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

Hotkey doesn't trigger hotkey activation event for output #142

Open
DaveTorrey opened this issue Sep 18, 2024 · 0 comments
Open

Hotkey doesn't trigger hotkey activation event for output #142

DaveTorrey opened this issue Sep 18, 2024 · 0 comments

Comments

@DaveTorrey
Copy link

Hotkeys work if you exclusively map it as a controller input. In other words, if you map a button to a hotkey event, it will trigger it - start, stop, toggle, etc....

If you try to map hotkeys to output to the controller (for instance to handle LEDs), however, it only works if you actually hit the keyboard hotkey, not if the controller input triggered the hotkey.

Say I have Ctrl+Shift+* to toggle something like turning a video feed on and off through a hotkey. It will indeed toggle, but if i then try to output that event back to the controller to change the LED, it doesn't work because it was activated via the controller and not keyboard.

Long story short: Triggering a hotkey via a controller midi mapping doesn't trigger the hotkey event for midi output events

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant