Skip to content

Commit 0b65f5e

Browse files
authored
Merge pull request #12051 from github/repo-sync
repo sync
2 parents d825cee + 435b255 commit 0b65f5e

7 files changed

Lines changed: 35 additions & 0 deletions

File tree

25.3 KB
Loading
78.3 KB
Loading

content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ children:
2323
- /deleting-your-user-account
2424
- /permission-levels-for-a-user-account-repository
2525
- /permission-levels-for-user-owned-project-boards
26+
- /managing-accessibility-settings
2627
- /managing-the-default-branch-name-for-your-repositories
2728
- /managing-security-and-analysis-settings-for-your-user-account
2829
- /managing-access-to-your-user-accounts-project-boards
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: Managing accessibility settings
3+
intro: 'You can disable character key shortcuts on {% data variables.product.prodname_dotcom %} in your accessibility settings.'
4+
versions:
5+
fpt: '*'
6+
ghes: '>=3.4'
7+
feature: keyboard-shortcut-accessibility-setting
8+
---
9+
10+
## About accessibility settings
11+
12+
{% data variables.product.product_name %} includes a variety of keyboard shortcuts so that you can perform actions across the site without using your mouse to navigate. While shortcuts are useful to save time, they can sometimes make {% data variables.product.prodname_dotcom %} harder to use and less accessible.
13+
14+
All keyboard shortcuts are enabled by default on {% data variables.product.product_name %}, but you can choose to disable character key shortcuts in your accessibility settings. This setting does not affect keyboard shortcuts provided by your web browser or {% data variables.product.prodname_dotcom %} shortcuts that use a modifier key such as `control` or `command`.
15+
16+
## Managing character key shortcuts
17+
18+
{% data reusables.user_settings.access_settings %}
19+
{% data reusables.user_settings.accessibility_settings %}
20+
1. Select or deselect the **Enable character key shortcuts** checkbox.
21+
![Screenshot of the 'Enable character key shortcuts' checkbox](/assets/images/help/settings/disable-character-key-shortcuts.png)
22+
2. Click **Save**.

content/get-started/using-github/keyboard-shortcuts.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ versions:
1818

1919
Typing <kbd>?</kbd> on {% data variables.product.prodname_dotcom %} brings up a dialog box that lists the keyboard shortcuts available for that page. You can use these keyboard shortcuts to perform actions across the site without using your mouse to navigate.
2020

21+
{% if keyboard-shortcut-accessibility-setting %}
22+
You can disable character key shortcuts, while still allowing shortcuts that use modifier keys, in your accessibility settings. For more information, see "[Managing accessibility settings](/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-accessibility-settings)."{% endif %}
23+
2124
Below is a list of some of the available keyboard shortcuts.
2225
{% if command-palette %}
2326
The {% data variables.product.prodname_command_palette %} also gives you quick access to a wide range of actions, without the need to remember keyboard shortcuts. For more information, see "[{% data variables.product.prodname_command_palette %}](/get-started/using-github/github-command-palette)."{% endif %}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Reference: #4999.
2+
# Documentation for the security manager org-level role
3+
versions:
4+
fpt: '*'
5+
ghes: '>=3.4'
6+
ghae: 'ghae-issue-5430'
7+
ghec: '*'
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
1. In the navigation on the left hand side, click the **Accessibility** link.
2+
![Screenshot of the user settings navigation. The Accessibility link is highlighted.](/assets/images/help/settings/accessibility-tab.png)

0 commit comments

Comments
 (0)