iina icon indicating copy to clipboard operation
iina copied to clipboard

Key navigation fixes in player window input fields (fixes #3039, #3206)

Open svobs opened this issue 2 years ago • 1 comments

  • [x] I have read CONTRIBUTING.md
  • [x] This implements/fixes issue #3039, #3206.

Description:

  1. Adds a check for arrow keys to text input fields, so that they always navigate inside the text instead of activating menu items.
  2. Updates all the Quick Settings controls which should never have keyboard focus to refuse first responder status, so that pressing TAB or SHIFT+TAB in a text field doesn't create an unusable glowing focus ring around one of them.

svobs avatar Aug 17 '23 00:08 svobs

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.

svobs avatar Jan 11 '24 10:01 svobs

Rebased to fix merge problems + improved commit msg.

svobs avatar May 29 '24 05:05 svobs

Thanks!

uiryuu avatar Jun 08 '24 08:06 uiryuu