-
-
Save MelSumner/47b2844c47c00925bb6735539a2ce8a1 to your computer and use it in GitHub Desktop.
Revisions
-
svinkle revised this gist
Dec 29, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -25,7 +25,7 @@ In Safari settings, allow **"highlighting of each item"** in order to Tab to pag With these changes in place you should now be able to use the Tab key to navigate around page content as expected. ## Enable via Terminal Run the folliowing command the Terminal to enable keyboard control at the macOS level. Helpful if your organization uses a config script for new employee machines! -
svinkle revised this gist
Dec 29, 2017 . 1 changed file with 9 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -23,4 +23,12 @@ In Safari settings, allow **"highlighting of each item"** in order to Tab to pag <img width="882" alt="Screenshot of the Safari Preferences window. The screenshot is highlighting the selection of the 'Press Tab to highlight each item on a webpage' checkbox." src="https://user-images.githubusercontent.com/1392632/34269782-9fcdc5d6-e653-11e7-9adc-6bf1c04185b3.png"> With these changes in place you should now be able to use the Tab key to navigate around page content as expected. **Bonus!** Run the folliowing command the Terminal to enable keyboard control at the macOS level. Helpful if your organization uses a config script for new employee machines! ```bash defaults write NSGlobalDomain AppleKeyboardUIMode -int 3 ``` -
svinkle revised this gist
Dec 21, 2017 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,5 @@ # Safari Keyboard Navigation In order to allow for full keyboard navigation of all element in Safari on macOS, make sure the following options are enabled. ## All Controls in macOS -
svinkle created this gist
Dec 21, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,24 @@ In order to allow for full keyboard navigation of all element in Safari on macOS, make sure the following options are enabled. ## All Controls in macOS In the macOS settings, allow **"All Controls"** to be keyboard accessible. Enable this feature by going to: 1. Settings 2. Keyboard 3. Shortcuts (tab) 4. Select "All controls" (radio button) <img width="780" alt="Screenshot of the macOS Settings window. The screenshot is highlighting the selection of the 'All controls' radio button." src="https://user-images.githubusercontent.com/1392632/34268380-79798d34-e64e-11e7-817c-d069ee0210e0.png"> ## Highlight each item in Safari In Safari settings, allow **"highlighting of each item"** in order to Tab to page controls. Enable this feature by going to: 1. Preferences 2. Advanced (tab) 3. Select "Press Tab to highlight each item on a webpage" (checkbox) <img width="882" alt="Screenshot of the Safari Preferences window. The screenshot is highlighting the selection of the 'Press Tab to highlight each item on a webpage' checkbox." src="https://user-images.githubusercontent.com/1392632/34269782-9fcdc5d6-e653-11e7-9adc-6bf1c04185b3.png"> With these changes in place you should now be able to use the Tab key to navigate around page content as expected.