You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
822 B
822 B
title | sidebar_label |
---|---|
Mod-Tap Behavior | Mod-Tap |
Summary
The Mod-Tap sends a different keypress, if it's tapped or held. When you tap the key shortly, the first keycode is sent. If you hold the key for longer than 200ms, the second keycode is sent.
If you press another key within the 200ms, the 'mod' behavior is also activated.
Mod-Tap
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 #2: The keycode to sent when used as a tap, e.g.
A
,B
.
Example:
&mt LSFT A
Configuration
You can configure a different tapping term in your keymap:
&mt {
tapping_term_ms = <400>;
};
/ {
keymap {
...
}
}