From eb65b5fb63412b6ec7ea66863018a2be799db083 Mon Sep 17 00:00:00 2001 From: Lucy <11927498+lucypero@users.noreply.github.com> Date: Thu, 18 Aug 2022 15:09:26 -0300 Subject: [PATCH] Add control key in docs --- docs/config/keys.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/config/keys.md b/docs/config/keys.md index bedeb6f8dfe..ac908ba5dca 100644 --- a/docs/config/keys.md +++ b/docs/config/keys.md @@ -25,6 +25,7 @@ Possible Modifier labels are: * `SUPER`, `CMD`, `WIN` - these are all equivalent: on macOS the `Command` key, on Windows the `Windows` key, on Linux this can also be the `Super` or `Hyper` key. Left and right are equivalent. + * `CTRL` - The control key. Left and right are equivalent. * `SHIFT` - The shift key. Left and right are equivalent. * `ALT`, `OPT`, `META` - these are all equivalent: on macOS the `Option` key, on other systems the `Alt` or `Meta` key. Left and right are equivalent.