Open kujohn opened 2 years ago
Thanks for the kind words, and +1 for the feature request!
Do you have any preference on how this persistent mode should be activated? Seems like there are two high-level options:
For (2), we don't really have any available modifiers, because Scoot will automatically pass along any pressed modifiers when simulating a click. From the README:
Scoot will pass along any pressed modifier keys when simulating clicks. This means that Command-click, Option-click, Control-click, and Shift-click are all supported (or any combination thereof). For example, ⌘↵ will Command-click the left mouse button at the current cursor location, ⌥↵ will Option-click, ⌃↵ will Control-click, ⇧↵ will Shift-click, etc.
Come to think of it, we don't currently use the space bar for anything, so that could technically function as a pseudo-modifier for (2), but that might be ergonomically problematic to use.
Another important factor for choosing between (1) and (2) is how many "persistent" clicks are needed in a given session.
Let me know what you think.
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 surviving the mouse click. There are times where you want to narrow down a tree that requires multiple grid activation.