From 4de4ef1ccca514b7b5315dbb52c427dcf66641d4 Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Fri, 24 Jul 2015 07:19:43 +0100 Subject: [PATCH] Remove change to "mapped onto" in accelerator.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove the change to “mapped onto” in `accelerator.md` after feedback from @OlsonDev. --- docs/api/accelerator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/accelerator.md b/docs/api/accelerator.md index 8c1b3e70ce4c..8858d18e856e 100644 --- a/docs/api/accelerator.md +++ b/docs/api/accelerator.md @@ -14,7 +14,7 @@ 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. -The `Super` key is mapped onto the `Windows` key on Windows and Linux and onto +The `Super` key is mapped to the `Windows` key on Windows and Linux and `Cmd` on OS X. ## Available modifiers