iina
iina copied to clipboard
Key navigation fixes in player window input fields (fixes #3039, #3206)
- [x] I have read CONTRIBUTING.md
- [x] This implements/fixes issue #3039, #3206.
Description:
- Adds a check for arrow keys to text input fields, so that they always navigate inside the text instead of activating menu items.
- Updates all the Quick Settings controls which should never have keyboard focus to refuse first responder status, so that pressing
TABorSHIFT+TABin a text field doesn't create an unusable glowing focus ring around one of them.
Rebased + scaled down the changes so that only the text field issue is now addressed. The fix for table navigation was only halfway there anyway.
Rebased to fix merge problems + improved commit msg.
Thanks!