Re: navigating NSPopUpButton menu items with arrow keys
Re: navigating NSPopUpButton menu items with arrow keys
- Subject: Re: navigating NSPopUpButton menu items with arrow keys
- From: Ken Thomases <email@hidden>
- Date: Sun, 23 Aug 2015 18:42:37 -0500
On Aug 23, 2015, at 5:56 PM, Seth Willits <email@hidden> wrote:
>> On Aug 23, 2015, at 1:05 AM, sqwarqDev <email@hidden> wrote:
>>
>> When the user navigates to the last item in the list, further presses on the down arrow key do nothing, and the user has to reverse direction using the up arrow. If the user is at the first item and wants to choice the last, or vice versa, this is a bit irritating.
>
> It's the standard behavior that's been in Mac OS for ages. I suggest not trying to fight it and introduce non-standard behavior.
For what it's worth, another standard behavior is Option-up moving the insertion point all the way to the top of lists (tables, menus, etc.) and Option-down moving it all the way to the bottom. (In text, it moves by paragraph. I assume that the relevant list-like UI classes simply implement -moveTo{Beginning,End}OfParagraph: to move to the top/bottom.)
Cheers,
Ken
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden