up vote 4 down vote favorite
share [g+] share [fb]

In Windows, in any windows form / web browser, you can use the tab button to switch focus through all of the form fields. It will stop on textboxes, radiobuttons, checkboxes, dropdown menus, etc. However, in Mac OSX, tab skips dropdown menus. Is there anyway to change this behavior, or access them any other way without using a mouse?

link|improve this question

72% accept rate
feedback

4 Answers

up vote 12 down vote accepted

Go to System Preferences > Keyboard and Mouse, then choose Keyboard Shortcuts. At the bottom, ensure Full Keyboard Access is set to "All controls". It's a long time since I turned it on but I think that's all you need to do

link|improve this answer
Thank you! This has been bugging me for ages! :) – Martin McNulty Nov 2 '09 at 21:04
feedback

Apple Menu > System Preferences > Keyboard & Mouse > Keyboard Shortcuts:

Change the radio button at the bottom from "Text boxes and lists only" to "All controls."

Edit: Dammit. We're a fast group around here aren't we? :-)

link|improve this answer
feedback

I have found that I also need to set accessibility.tabfocus to 7 in Firefox's about:config.

link|improve this answer
feedback

It's in the System Preferences - this blog post shows where the setting is.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.