Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
kmonad | 2024-09-11 | 14.5 MB | |
0.4.3 source code.tar.gz | 2024-09-11 | 124.1 kB | |
0.4.3 source code.zip | 2024-09-11 | 165.9 kB | |
README.md | 2024-09-11 | 1.3 kB | |
Totals: 4 Items | 14.8 MB | 1 |
Added
- Added
stepped
. It performs the next button from a circular sequence whenever it is pressed. - Implemented named source blocks.
To name a source block add
:name <name>
at the beginning of thedefsrc
block. To use it add:source <name>
after the layer name to thedeflayer
block. (#831) - Added
around-only
, which works likearound
but releases the outer button when others are pressed. (#859) - Added
around-when-alone
, which also represses the outer button when only the inner button is pressed and all others have been released. (#859) - Allow customization of implicit
around
s (#859)
Changed
- Update Karabiner-DriverKit to 3.1.0 (#780)
- Added tests to check that every button has documentation (#857)
defsrc
with duplicate keycodes are now forbidden (#860)
Fixed
- Fixed crash on non-US backslash under MacOS (#766)
- Fixed broken keyboard due to circular event handling under MacOS (#781)
- Fixed crash on unhandled buttons by ignoring them (#807)
- Fixed parse errors relating to whitespace (#796, [#875])
- Fixed broken compose sequences (#823, [#869])
- Fixed parse errors when using keys only available on Darwin OS (#828)
- Fixed
around-next
wasn't parsable (#857) - Fixed most buttons which behave weird in nested tap situations (#873)