Skip to content

v0.9

Compare
Choose a tag to compare
@mjrusso mjrusso released this 27 Jan 01:44
· 75 commits to main since this release

This release improves support for simulating clicks, corrects an issue with the vi bindings, tweaks the menu bar icon, and improves logging.

Click simulation

Middle clicking and right clicking are now supported.

Some existing click-related keybindings were changed (specifically, the keybinding for holding down the left mouse button, and the keybinding for double clicking). Why? There are no longer any click-related shortcuts that require modifier keys to be held down to trigger. The benefit is that it is possible to hold down modifiers while clicking, and they'll be properly handled by the system. For example, you can now use Scoot to Command-click, or Command-Option-click, etc.

For more details, refer to the documentation.

Logging

Scoot generates better logs, and it's now significantly easier to find the relevant log messages.

To find the relevant logs, filter for subsystem:com.mjrusso.Scoot in Console.app.

Menu bar icon

Instead of tinting the menu bar icon, the icon now displays in an outlined fashion. (Whatever colour is underneath your menu bar will poke through, instead of Scoot introducing its own colour—which might not be appreciated on aesthetic grounds.)

Bug fixes

  • Corrects an issue with the vi keybindings: now 'j' and 'k' will now move in the direction you'd expect.