Convert "Command" to "Ctrl" in accelerators on non-Mac.

This commit is contained in:
Cheng Zhao 2013-10-04 22:59:05 +08:00
parent ae98d9c8b6
commit 32432cc770
2 changed files with 5 additions and 8 deletions

View file

@ -23,5 +23,5 @@
## Notes on accelerator
On OS X, the `Ctrl` would automatically translated to `Command`, if you really
want `Ctrl` on OS X, you should use `MacCtrl`.
On Linux and Windows, the `Command` would be translated to `Ctrl`, so usually
you can use `Command` for most of the commands.