mirror of
https://github.com/electron/electron.git
synced 2026-01-08 15:13:52 -05:00
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:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user