Ui.key.generalAccessKey
From MozillaZine Knowledge Base
Contents
Background
The key used to focus/activate various elements in Mozilla is determined by this preference. Until very recently, this preference affected both chrome and content-area elements.
Possible values and their effects
-1
Use ui.key.chromeAccess as the access key for chrome-area elements and ui.key.contentAccess as the access key for content-area elements. (Default in recent builds)
0
Disable the access key.
17
Use the "Ctrl" key as the access key. (Default in Mac OS X)
18
Use the "Alt" key as the access key. (Default in Windows)
(Other)
All possible values are defined in nsIDOMKeyEvent.idl
, though they are listed there in hex (base 16) — you will need to convert the values to decimal (base 10).
First checked in
Has an effect in
- Mozilla Suite (all versions since 1.1)
- Mozilla Firefox (all versions)
- SeaMonkey (all versions)
Related bugs
- Bug 128452 - in-page accesskeys conflict w/UI accelerators when accelkey is ALT
- Bug 136696 - Active Accessibility: Support get_accKeyboardShortcut
- Bug 179816 - support shift- as html accesskey
- Bug 340902 - Split ui.key.generalAccessKey into prefs for content and chrome
Related preferences
- accessibility.accesskeycausesactivation
- ui.key.accelKey
- ui.key.chromeAccess
- ui.key.contentAccess
- ui.key.menuAccessKey
- ui.key.menuAccessKeyFocuses