scoot
scoot copied to clipboard
Keyboard-driven MacOS cursor actuator
I have an external display as the main display connected via USB-C to HDMI adapter to my 2017 Macbook Pro running OS X 12.1 with the built-in retina as an...
Just want to say this is amazing. Much cheaper than hardware eye tracking (Talon, Precision Gauze) for not using the mouse. Would be great if the grid layout could persist...
Sparkle: https://sparkle-project.org Would be neat to do this entirely via GitHub (some ideas: https://github.com/sparkle-project/Sparkle/issues/648)
The current click simulation code is written as follows ([source](https://github.com/mjrusso/scoot/blob/8f7643969ee54600585f298ac7ad1791c5bd8ba1/Scoot/Mouse.swift#L39-L68)): ```swift func click(button: Mouse.Button) { // It should be possible to `pressDown()` and then `release()` (after a // short delay),...
First of all thank for this amazing contribution. I love using the app. Steps to reproduce: 1. Open any .dmg file 2. Do CMD+shift+L 3. vim bindings doesn't work. this...
(Alternative title: _Meta-Scoot: Scoot cannot "scoot" its own windows_) It isn't possible to interact with Scoot's windows (e.g., the Settings screen: #21, the About screen: a0fb6c2cad42e986762a5247eb8b234e5e391ecf, etc.), using element-based navigation....
https://github.com/sindresorhus/LaunchAtLogin looks promising.
It can be hard to read grid and element labels in a variety of circumstances, but especially when Scoot is rendering on top of light backgrounds with dark text. _(This...
In element-based nav mode (first introduced in #1), Scoot will find all elements in the focused window of the frontmost app. It would be better if Scoot could find _all_...
Improve this project's CI, for example to enable the app to automatically be built/signed/notarized/released. For example, see: https://betterprogramming.pub/indie-mac-app-devops-with-github-actions-b16764a3ebe7