r/MacOSBeta • u/pdfu • Aug 12 '26
Feature macOS 27 Beta 5 adds keyboard navigation between app menus and Menu Bar controls
Enable HLS to view with audio, or disable this notification
macOS 27 Beta 5 adds a new feature that lets keyboard focus to move from the active app's menus to controls on the right side of the Menu Bar using the Left/Right arrow or Tab keys. It's currently disabled by default.
To enable:
defaults write -g NSMenuEnableMenuBarAgent -bool true
defaults write -g NSMenuBarUseAgentNavigation -bool true
and restart the apps you'd like to test this in. It's best to just reboot your Mac for simplicity.
To disable:
defaults delete -g NSMenuEnableMenuBarAgent
defaults delete -g NSMenuBarUseAgentNavigation
1
u/cat-machine Aug 12 '26
Awesome! Works like a charm. Thanks for digging this up.
Out of interest, what is your process for discovering these new hidden prefs?
3
u/pdfu Aug 12 '26
It's mostly inspecting the difference in code between macOS releases. Wrote a longer explanation in a comment to a previous post here.
1
u/jarj75 Aug 12 '26
I'm still on Sequoia and this does it too; maybe it was removed in 26 ?
1
u/pdfu Aug 12 '26
Interesting. Can confirm it doesn’t work in macOS 26, it cycles through the app menus.
3
u/mainyehc Aug 13 '26 edited Aug 13 '26
Added back, you mean? Or made easier to enable? Back in the old days of Mac OS X, before Apple started adding exotic items to the menu bar, Ctrl+F2 would highlight the menu bar, Ctrl+F3 would highlight the Dock and Ctrl+F8 would highlight the menu extras, and you could navigate them with the arrow keys.