Reputation: 2670
I am developing an application in cocoa which shows a view with two NSTextfields and two NSButtons.To enable tab keystroke the next key view is set to next control(From NSTextfield1 to NSTextfield2 then from NSTextfield2 to NSButton 1 then from NSButton1 to NSButton 2 then NSButton2 to NSTextfield1).But the problem is i am able to navigate from NSTextfield1 to NSTextfield2 using tab key,the next tab navigates to NSTextfield1 instead of navigating to NSButton 1.I am not getting whats going wrong here
Looking for a solution Thanks in advance
Upvotes: 0
Views: 1076
Reputation: 6589
Mac OS X by default only navigates some controls. This is normal. See the Keyboard Shortcuts tab of the Keyboard pane of System Preferences for more info.
Upvotes: 3