mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Update accelerator.md (#29214)
`Meta` is a valid alternative for `Super` and should be listed as an available modifier. Co-authored-by: Thomas Kainrad <7394822+tkainrad@users.noreply.github.com>
This commit is contained in:
@@ -35,7 +35,7 @@ Linux and Windows to define some accelerators.
|
||||
Use `Alt` instead of `Option`. The `Option` key only exists on macOS, whereas
|
||||
the `Alt` key is available on all platforms.
|
||||
|
||||
The `Super` key is mapped to the `Windows` key on Windows and Linux and
|
||||
The `Super` (or `Meta`) key is mapped to the `Windows` key on Windows and Linux and
|
||||
`Cmd` on macOS.
|
||||
|
||||
## Available modifiers
|
||||
@@ -48,6 +48,7 @@ The `Super` key is mapped to the `Windows` key on Windows and Linux and
|
||||
* `AltGr`
|
||||
* `Shift`
|
||||
* `Super`
|
||||
* `Meta`
|
||||
|
||||
## Available key codes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user