mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-22 13:18:34 -05:00
The Enter key is connected to the `Edit` function and is handled by Qt with the highest priority in its key event handler. Alas the boolean return value is not propagated to the shortcut handling system, so the key event will always be consumed and as such the user will be stuck in editing state. To fix this, `Edit` needs to behave like a toggle, saving the current state of the input at a repeat press of Enter while in editing state.
43 KiB
43 KiB