Skip to content

Releases: jbensmann/mouseless

Release v0.2.0

19 Oct 10:54
Compare
Choose a tag to compare

Added

  • It is now possible to map an action to a combo of two keys (#42).
  • New config optionquickTapTime to hold the tap key when pressed twice.
  • New config optionmouseLoopInterval 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

14 May 12:29
Compare
Choose a tag to compare
  • Allow nesting of multiple layers with toggle-layer
  • Added a wildcard key _ to match all not mapped keys

Release v0.1.4

27 Mar 20:20
Compare
Choose a tag to compare
  • 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

24 Oct 20:18
Compare
Choose a tag to compare
  • 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

25 Jul 21:13
Compare
Choose a tag to compare

Fixed the exec action.

Release v0.1.1

06 Jul 19:47
Compare
Choose a tag to compare

Fixed a random crash due to concurrent map access.

Release v0.1.0

25 Jun 14:36
Compare
Choose a tag to compare

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