docs(mod-morph): add note about sent modifiers
This commit is contained in:
parent
6e9a9c6fa8
commit
6994311383
1 changed files with 2 additions and 1 deletions
|
@ -12,8 +12,9 @@ The Mod-Morph behavior sends a different keypress, depending on whether a specif
|
||||||
|
|
||||||
## Mod-Morph
|
## Mod-Morph
|
||||||
|
|
||||||
The Mod-Morph behavior acts as one of two keycodes, depending on if the required modifier is being held during the keypress.
|
The Mod-Morph behavior acts as one of two keycodes, depending on if the required modifier is being held during the keypress.
|
||||||
|
|
||||||
|
When the modifier is being held it is sent along with the morphed keycode. This can cause problems when the morphed keycode and modifier have an existing relationship (such as `shift-delete` or `ctrl-v` on many operating systems).
|
||||||
### Configuration
|
### Configuration
|
||||||
|
|
||||||
An example of how to implement the mod-morph "Grave Escape":
|
An example of how to implement the mod-morph "Grave Escape":
|
||||||
|
|
Loading…
Add table
Reference in a new issue