docs: note accelerator case insensitivity (#40783)
* Fix PR#38673 As requested in PR#38673 , a line has been added that explicitly states that accelerators are case sensitive * Update docs/api/accelerator.md Co-authored-by: Erick Zhao <erick@hotmail.ca> * Update accelerator.md --------- Co-authored-by: Erick Zhao <erick@hotmail.ca>
This commit is contained in:
parent
84ba0c6c7d
commit
3a06047e61
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
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.
|
||||
throughout your application. Accelerators are case insensitive.
|
||||
|
||||
Examples:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue