voc / voctomix

Full-HD Software Live-Video-Mixer in python
https://c3voc.de/
MIT License
578 stars 107 forks source link

Space/Return sets stream live #275

Closed QbDesu closed 4 months ago

QbDesu commented 4 years ago

In any situation where you wouldn't trigger another action(transistion/cut usually) pressing space or return causes the stream to be set to live. If i'd have to guess, I guess it happens because of GTK stuff, that the live button is permanently selected/focused as part of GTK built-in features and pressing space/return just triggers the currently focused button in GTK. EDIT: Looking into the code I saw that you even tried making the button non-focusable but it didn't help. Strange..

Kunsi commented 4 months ago

fixed in #320