use alt, not option

This commit is contained in:
Zeke Sikelianos 2016-04-01 15:48:12 -07:00
parent b2ad0a05d7
commit 2853356b10

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.