Merge pull request #4989 from atom/document-option-vs-alt

use alt, not option
This commit is contained in:
Cheng Zhao 2016-04-02 19:19:09 +09:00
commit 70ca49e36a

View file

@ -14,6 +14,9 @@ On Linux and Windows, the `Command` key does not have any effect so
use `CommandOrControl` which represents `Command` on OS X and `Control` on
Linux and Windows to define some accelerators.
Use `Alt` instead of `Option`. The `Option` key only exists on OS X, whereas
the `Alt` key is available on all platforms.
The `Super` key is mapped to the `Windows` key on Windows and Linux and
`Cmd` on OS X.