Skip to content

Instantly share code, notes, and snippets.

@tereshhhchenko
Created May 3, 2020 08:24
Show Gist options
  • Save tereshhhchenko/14ab7a75d5c7e677c4dabb8c4668d391 to your computer and use it in GitHub Desktop.
Save tereshhhchenko/14ab7a75d5c7e677c4dabb8c4668d391 to your computer and use it in GitHub Desktop.
Issue: can't focus links in a web browser on macOS

Issue: can't focus links in a web browser on macOS

Fix for macOS

System Preferences -> Keyboard -> Shortcuts -> Check the “all controls” radio at the bottom

Fix for Firefox on macOS

In Firefox, type "about:config" in the URL bar. There is no accessibility.tabfocus preference on the mac, so you'll have to make one. Right click in the window, create a new "integer" pref, and set it to 7.

Source

Fix for Safari on macOS

Safari Preferences -> Advanced -> Press Tab to highlight each item on a webpage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment