Rephrased with suggested description
Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com>
This commit is contained in:
parent
a4359f3216
commit
d2ff0180f8
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ These functions take the form: `XX(code)`
|
||||||
- `&kp LS(A)` = `LEFT_SHIFT`+`A` (a capitalized **A**).
|
- `&kp LS(A)` = `LEFT_SHIFT`+`A` (a capitalized **A**).
|
||||||
- They can be combined:
|
- They can be combined:
|
||||||
- `&kp LC(RA(B))` = `LEFT_CONTROL`+`RIGHT_ALT`+`B`
|
- `&kp LC(RA(B))` = `LEFT_CONTROL`+`RIGHT_ALT`+`B`
|
||||||
- Modifiers can be combined to activate two or more of them at the same time:
|
- They can be applied to a modifier keycode to create combined modifier keys:
|
||||||
- `&kp LS(LALT)` = `LEFT_SHIFT` + `LEFT_ALT`
|
- `&kp LS(LALT)` = `LEFT_SHIFT` + `LEFT_ALT`
|
||||||
- Some basic codes already include a modifier function in their definition:
|
- Some basic codes already include a modifier function in their definition:
|
||||||
- `DOLLAR` = `LS(NUMBER_4)`
|
- `DOLLAR` = `LS(NUMBER_4)`
|
||||||
|
|
Loading…
Add table
Reference in a new issue