Releases: jbensmann/mouseless
Releases · jbensmann/mouseless
Release v0.2.0
Added
- 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).
Changed
- When
esc
is mapped, mouseless does not go to the initial layer when pressed (#44).
Fixed
- The middle mouse button was always released immediately.
Release v0.1.5
- Allow nesting of multiple layers with
toggle-layer
- Added a wildcard key
_
to match all not mapped keys
Release v0.1.4
- Added mouse acceleration and deceleration, thanks to @vilcans
- Auto detect all keyboards when no devices are specified in the config file
- Allow more than two actions in multi
Release v0.1.3
- Allow the activation of hold bindings when another key is still pressed. Previously the tap binding was activated immediately in this situation, which is wanted in most situations but also brings limitations. Maybe an option to activate the old behavior will be added in the future.
- Corrected the mouse speed on diagonal movement, which was too fast.
Release v0.1.2
Fixed the exec action.
Release v0.1.1
Fixed a random crash due to concurrent map access.
Release v0.1.0
This is the first release. It is a usable version with all important features, but still might have some minor glitches.
Features
- mouse movement
- mouse buttons and scrolling
- define arbitrary layers
- remap keys
- multiple purpose buttons via tap-hold bindings