docs: Replace deprecated key names

Follow-up to #21.
This commit is contained in:
innovaker 2020-11-03 13:25:40 +00:00 committed by Pete Johanson
parent aebe90908d
commit b8f6d52ae5
8 changed files with 38 additions and 38 deletions

View file

@ -16,13 +16,13 @@ The Mod-Tap behavior either acts as a held modifier, or as a tapped keycode.
### Behavior Binding
- Reference: `&mt`
- Parameter #1: The keycode to be sent when activating as a modifier, e.g. `LSFT`
- Parameter #1: The keycode to be sent when activating as a modifier, e.g. `LSHFT`
- Parameter #2: The keycode to sent when used as a tap, e.g. `A`, `B`.
Example:
```
&mt LSFT A
&mt LSHFT A
```
### Configuration