mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-19 20:45:18 -05:00
Compare commits
1 Commits
docs/recip
...
docs/codes
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0c48bc87c8 |
@@ -41,6 +41,6 @@ These functions take the form: `XX(code)`
|
||||
- Some basic codes already include a modifier function in their definition:
|
||||
- `DOLLAR` = `LS(NUMBER_4)`
|
||||
- There are left- and right-handed versions of each modifier (also see table above):
|
||||
- `LS`, `LC`, `LA`, `LG`, `RS`, `RC`, `RA`, `RG`
|
||||
- `LS(x)`, `LC(x)`, `LA(x)`, `LG(x)`, `RS(x)`, `RC(x)`, `RA(x)`, `RG(x)`
|
||||
- Modified keys can safely be rolled-over. Modifier functions are released when another key is pressed.
|
||||
- Press `&kp LS(A)`, then press `&kp B`, release `&kp LS(A)` and release `&kp B` results in **Ab**. Only the A is capitalized.
|
||||
|
||||
Reference in New Issue
Block a user