From 0bfc0da8527899df9dd26631ec187191bd357fb1 Mon Sep 17 00:00:00 2001 From: Flafy Date: Thu, 18 Aug 2022 21:14:52 +0300 Subject: [PATCH] fix CTLR instead of CTRL --- pages/Configuring/Basic-Config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Configuring/Basic-Config.md b/pages/Configuring/Basic-Config.md index 70c11b1..4d13ea8 100644 --- a/pages/Configuring/Basic-Config.md +++ b/pages/Configuring/Basic-Config.md @@ -17,7 +17,7 @@ the layout pages and not here. (See the Sidebar) | float | floating point number | | color | color (e.g. `0x22334455` - alpha `0x22`, red `0x33`, green `0x44`, blue `0x55`) | | vec2 | vector with 2 values (float), separated by a space (e.g. `0 0` or `-10.9 99.1`) | -| MOD | a string modmask (e.g. `SUPER` or `SUPERSHIFT` or`SUPERSHIFTALTCTLRCAPSMOD2MOD3MOD5` or empty for none) | +| MOD | a string modmask (e.g. `SUPER` or `SUPERSHIFT` or`SUPERSHIFTALTCTRLCAPSMOD2MOD3MOD5` or empty for none) | {{< hint type=info >}}