a9ea8b92f0
use example accelerators that align with best practices
1.3 KiB
1.3 KiB
Accelerator
An accelerator is a string that represents a keyboard shortcut. It can contain
multiple modifiers and key codes, combined by the +
character.
Examples:
CommandOrControl+A
CommandOrControl+Shift+Z
Platform notice
On Linux and Windows, the Command
key does not have any effect so
use CommandOrControl
which represents Command
on OS X and Control
on
Linux and Windows to define some accelerators.
Use Alt
instead of Option
. The Option
key only exists on OS X, whereas
the Alt
key is available on all platforms.
The Super
key is mapped to the Windows
key on Windows and Linux and
Cmd
on OS X.
Available modifiers
Command
(orCmd
for short)Control
(orCtrl
for short)CommandOrControl
(orCmdOrCtrl
for short)Alt
Option
AltGr
Shift
Super
Available key codes
0
to9
A
toZ
F1
toF24
- Punctuations like
~
,!
,@
,#
,$
, etc. Plus
Space
Backspace
Delete
Insert
Return
(orEnter
as alias)Up
,Down
,Left
andRight
Home
andEnd
PageUp
andPageDown
Escape
(orEsc
for short)VolumeUp
,VolumeDown
andVolumeMute
MediaNextTrack
,MediaPreviousTrack
,MediaStop
andMediaPlayPause
PrintScreen