diff options
author | dpolukhin@chromium.org <dpolukhin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-04 04:12:51 +0000 |
---|---|---|
committer | dpolukhin@chromium.org <dpolukhin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-04 04:12:51 +0000 |
commit | 686147ed8c109e2c45a49642279c676afe97681f (patch) | |
tree | eba613c51376ef7162adfceb87472aa857636b7d /chrome/common/extensions | |
parent | f308267fafb0eef742ee1fe993cc786348f2db06 (diff) | |
download | chromium_src-686147ed8c109e2c45a49642279c676afe97681f.zip chromium_src-686147ed8c109e2c45a49642279c676afe97681f.tar.gz chromium_src-686147ed8c109e2c45a49642279c676afe97681f.tar.bz2 |
Add keyboard navigate for keyboard shortcuts for extensions overlay
'Tab' switches to next shortcut and 'Esc' cancels and clears shortcut.
R=finnur@chromium.org
BUG=315723
TEST=manual
Review URL: https://codereview.chromium.org/82763008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238557 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions')
-rw-r--r-- | chrome/common/extensions/docs/templates/intros/commands.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chrome/common/extensions/docs/templates/intros/commands.html b/chrome/common/extensions/docs/templates/intros/commands.html index e631cc5..f98ce3e 100644 --- a/chrome/common/extensions/docs/templates/intros/commands.html +++ b/chrome/common/extensions/docs/templates/intros/commands.html @@ -11,13 +11,15 @@ have many commands but only 4 suggested keys can be specified. The user can manually add more shortcuts from the chrome://extensions page.</p> <p>Supported keys: A-Z, 0-9, Comma, Period, Home, End, PageUp, PageDown, Insert, -Delete, Tab, Arrow keys (Up, Down, Left, Right) and the Media Keys +Delete, Arrow keys (Up, Down, Left, Right) and the Media Keys (MediaNextTrack, MediaPlayPause, MediaPrevTrack, MediaStop).</p> <p>Note: All key combinations must include either Ctrl* or Alt. Combinations that involve Ctrl+Alt are not permitted in order to avoid conflicts with the AltGr key. Shift can be used in addition to Alt or Ctrl, but is not required. -Modifiers (such as Ctrl) can not be used in combination with the Media Keys.<p> +Modifiers (such as Ctrl) can not be used in combination with the Media Keys. +Tab key was removed from list of supported keys in Chrome version 33 and above +for accessibility reasons.<p> <p>* Also note that on Mac 'Ctrl' is automatically converted to 'Command'. If you want 'Ctrl' instead, please specify 'MacCtrl'.</p> |