Added
- Added names for the keys
rfkill
andmicmute
(#883).
If you previously used the buttonsmissing247
andmissing248
, please update to the new names. - Added more MacOS keys (#936)
- Added keycodes above 255. If you are on linux you can use them now. (#935)
- Added
boot.initrd.services.kmonad.enable
NixOS option to use KMonad in the initrd (#941). - Added
key-seq-delay
, a more general version ofcmp-seq-delay
, which enforces a minimum delay
after each key event. (#908) - Added
tap-hold-next-press
which is liketap-next-press
but with an additional timeout. (#971) - Set unknown keyboard names to "Unknown External Keyboard" on Macos. (#980)
Changed
multi-tap
now holds when interrupted by another key while held. (#897)key-seq-delay
defaults to 1ms (#975).
If this slowdown in e.g.tap-macro
s bothers you, you may want to set it to 0.
If you usedcmp-seq-delay
, you probably no longer have to,
askey-seq-delay
effectivly already implies acmp-seq-delay
.