Add "CommandOrControl" to represent "Command" on OS X and "Ctrl" on other platforms.
This commit is contained in:
parent
13261921a7
commit
8237edcf0d
2 changed files with 10 additions and 1 deletions
|
@ -23,4 +23,7 @@
|
|||
|
||||
## Notes on accelerator
|
||||
|
||||
On Linux and Windows, the `Command` key would not have any effect.
|
||||
On Linux and Windows, the `Command` key would not have any effect, you can
|
||||
use `CommandOrControl` which represents `Command` on OS X and `Control` on
|
||||
Linux and Windows to define some accelerators, you can also use its short
|
||||
alias `CmdOrCtrl`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue