-
Notifications
You must be signed in to change notification settings - Fork 49
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
Per-screen hotkeys for larger shows #328
Comments
The "easy" way would be a global switch, but it's too limiting and I don't think it's what you've in mind. I'd suggest to add a flag to identify which shortcuts should be scoped to the cue page, and extend the plugin to check this condition. I'm working on a mechanism to migrate the session files between version, so, for now don't worry about breaking compatibility. |
Thank you! I'm looking through the code and getting a handle on how things fit together. Right now I can't see how to inject knowledge of 'the currently visible page' into the process. As I understand it, the There is another possibility here, which is that I'm using it wrong :) I had a look at the QLab documentation, and it appears that Keyboard shortcuts are global in that too. That implies that most productions don't need this functionality, so they must be doing things in a different way. |
I guess most people with similar needs use a MIDI device or something similar :)
We could add a new abstract method to the base layout class
From the plugin you can access the layout with |
Is your feature request related to a problem? Please describe.
I've used linux-show-player run audio cues for the last 2 shows at my local theatre group. It works great, thank you!
I've been triggering cues from the cart layout using hotkeys, so for example B triggers the 'Blue Danube' cue, and I annotate the script with the hotkeys. This works nicely in the sound booth: there is no extra hardware to mess with, and my laptop has backlit keys.
However: the Christmas show has more than 26 cues...
Describe the solution you'd like
Ideally, hotkeys would be per-page in the cart view. I'd then have 'Act 1' and 'Act 2' pages, and the hotkeys would be scoped to those.
Describe alternatives you've considered
The alternatives I've looked at are:
Additional context
I'm up for implementing this, given a few pointers on how to fit it into the design. The obvious implementation would be a breaking change for existing users, which might be too disruptive?
The text was updated successfully, but these errors were encountered: