Browse Source

use example accelerators that align with best practices

Zeke Sikelianos 9 years ago
parent
commit
ac419038c6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/api/accelerator.md

+ 2 - 2
docs/api/accelerator.md

@@ -5,8 +5,8 @@ multiple modifiers and key codes, combined by the `+` character.
 
 Examples:
 
-* `Command+A`
-* `Ctrl+Shift+Z`
+* `CommandOrControl+A`
+* `CommandOrControl+Shift+Z`
 
 ## Platform notice