correct key code reqs for accel doc (#14823)
This commit is contained in:
parent
1b4d425876
commit
be2c27d5b8
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Define keyboard shortcuts.
|
> 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
|
combined by the `+` character, and are used to define keyboard shortcuts
|
||||||
throughout your application.
|
throughout your application.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue