mirror of
https://github.com/electron/electron.git
synced 2026-02-26 03:01:17 -05:00
docs: correct key code reqs for accel doc (#14824)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
> Define keyboard shortcuts.
|
||||
|
||||
Accelerators are Strings that can contain multiple modifiers and key codes,
|
||||
Accelerators are Strings that can contain multiple modifiers and a single key code,
|
||||
combined by the `+` character, and are used to define keyboard shortcuts
|
||||
throughout your application.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user