All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- It is now possible to map an action to a combo of two keys (#42).
- New config option
quickTapTime
to hold the tap key when pressed twice. - New config option
mouseLoopInterval
to change the rate at which the mouse pointer moves. - One can specify commands that are executed when a layer is entered/exited with
enterCommand
/exitCommand
(#53).
- When
esc
is mapped, mouseless does not go to the initial layer when pressed (#44).
- The middle mouse button was always released immediately.