mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-04 20:45:58 +01:00
fix CTLR instead of CTRL
This commit is contained in:
parent
fefb187cd3
commit
0bfc0da852
1 changed files with 1 additions and 1 deletions
|
@ -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 >}}
|
||||
|
||||
|
|
Loading…
Reference in a new issue