FrancescoCeruti / linux-show-player

Linux Show Player - Cue player designed for stage productions
https://linux-show-player.org
GNU General Public License v3.0
205 stars 49 forks source link

allow config to disable go key while playing #190

Closed paulbdavis closed 4 years ago

paulbdavis commented 4 years ago

Adds a config option to allow disabling the Go hotkey in list layout mode while there are actively playing cues.

The Go button itself will still work, as will any programmed triggers, etc. It only disables the go key combo as to prevent accidentally triggering the next cue.

The text on the config screen is still ugly, wanted to see if this would be accepted in general before I dig into that.

FrancescoCeruti commented 4 years ago

Looks like it could be accepted :-) the only thing is that you should work with the development branch. I'm not going to merge new features in the current master, until the development branch is merged, and it's a lot of commits ahead

paulbdavis commented 4 years ago

Noted, closing this and opening another PR on the develop branch