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

Dealing with keyboard input on plugin hosts #59

Closed
falkTX opened this issue Aug 28, 2022 · 4 comments
Closed

Dealing with keyboard input on plugin hosts #59

falkTX opened this issue Aug 28, 2022 · 4 comments
Labels

Comments

@falkTX
Copy link
Collaborator

falkTX commented Aug 28, 2022

Reaper by default does not give plugin UIs keyboard focus, which makes it super easy to press backspace and have it delete the plugin 😡

It is the same issue as dealt in DISTRHO/Cardinal#304
We need the same hacks here too, likely best pushed as direct DPF functionality.

@falkTX falkTX added the gui label Aug 28, 2022
@trummerschlunk
Copy link
Owner

lots of plugins have this issue in reaper. (Voxengo,...)

@falkTX
Copy link
Collaborator Author

falkTX commented Aug 28, 2022

the workaround I found that works the best is to force keyboard focus to the plugin UI whenever a user clicks on it.
it is super ugly, but nothing else I tried was working proper.

@trummerschlunk
Copy link
Owner

ok, then this is the way to go...

@falkTX
Copy link
Collaborator Author

falkTX commented Aug 31, 2022

bruteforce activated in 7b2948c

@falkTX falkTX closed this as completed Aug 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants