summaryrefslogtreecommitdiff
path: root/docs/docs/behavior/mod-tap.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docs/behavior/mod-tap.md')
-rw-r--r--docs/docs/behavior/mod-tap.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docs/behavior/mod-tap.md b/docs/docs/behavior/mod-tap.md
index f4ca50d..da8b438 100644
--- a/docs/docs/behavior/mod-tap.md
+++ b/docs/docs/behavior/mod-tap.md
@@ -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