docs: correct key code reqs for accel doc (#14825)

This commit is contained in:
trop[bot]
2018-09-27 12:49:58 +10:00
committed by Samuel Attard
parent 503b488153
commit d3c153e85a

View File

@@ -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.