From 2853356b10f0d6946c330eabe5cf26e4be04113e Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Fri, 1 Apr 2016 15:48:12 -0700 Subject: [PATCH] use alt, not option --- docs/api/accelerator.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/api/accelerator.md b/docs/api/accelerator.md index 93d1f244c6b6..f952d0b1ba8e 100644 --- a/docs/api/accelerator.md +++ b/docs/api/accelerator.md @@ -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.