mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 20:55:59 +01:00
Merge pull request #4 from FlafyDev/fix-ctrl-typo
fix CTLR instead of CTRL
This commit is contained in:
commit
08e7a3d302
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 |
|
| float | floating point number |
|
||||||
| color | color (e.g. `0x22334455` - alpha `0x22`, red `0x33`, green `0x44`, blue `0x55`) |
|
| 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`) |
|
| 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 >}}
|
{{< hint type=info >}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue