I was editing a project and for testing I assigned a key combination to a queue list. The key combination works well until the project is saved and reopened.
For example, if the "N" key is assigned to the next step button when saving and re-opening the project, the combination is "N..." and the key combination stops working and needs to be reconfigured.
See the attached example file.
Ubuntu 24.04
Qt6.8.0
QLC+ 4.13.2-GIT - Key combination issue
- sbenejam
- Posts: 606
- Joined: Sun Apr 12, 2015 6:28 pm
- Real Name: Santiago Benejam Torres
- Contact:
- mcallegari
- Posts: 4710
- Joined: Sun Apr 12, 2015 9:09 am
- Location: Italy
- Real Name: Massimo Callegari
- Contact:
Qt 6 has changed the key handling code.
It seems that key sequences of a project saved with a Qt5 build are not compatible.
If you grab-save-load them all with Qt6 then they are correct.
I am going to investigate if Qt5 sequences can be fixed in a Qt6 build.
It seems that key sequences of a project saved with a Qt5 build are not compatible.
If you grab-save-load them all with Qt6 then they are correct.
I am going to investigate if Qt5 sequences can be fixed in a Qt6 build.
- mcallegari
- Posts: 4710
- Joined: Sun Apr 12, 2015 9:09 am
- Location: Italy
- Real Name: Massimo Callegari
- Contact:
Should be fixed now upstream.
By the way, this is why I haven't released a version on Qt6 yet...so many deprecations!
By the way, this is why I haven't released a version on Qt6 yet...so many deprecations!
- sbenejam
- Posts: 606
- Joined: Sun Apr 12, 2015 6:28 pm
- Real Name: Santiago Benejam Torres
- Contact:
I'll test it tomorrow. I don't usually use key combinations. I set them up to do tests with a cue list without the NanoKontrol2 connected for a theater project that I will do next month.