Isaiah Odhner
                                            Isaiah Odhner
                                        
                                    Main call-to-action sections should be at the top: Add to your project, Install desktop app. License goes with Add to your project, as that's when you generally care about the...
The screen overlay could show icons representing mouse control and head control, near the mouse (or centered?), when control switches — when moving the mouse manually to regain manual control,...
There is a feature for regaining mouse control (pausing the head tracker temporarily) by just moving the mouse normally. You don't want to interrupt head tracking by accident, so there's...
I haven't touched the menus yet. On macOS there's a default About screen in an "Electron" menu that doesn't exist on Ubuntu — describing Electron of course. Every app needs...
Since moving your head around is not an exact science, it's useful to be able to limit mouse movement to configurable boundaries. - Visually editing boundaries would be easier than...
For serious usage, people may want to automatically start the program.
Currently it always starts head tracking and dwell clicking when the app starts up. First need https://github.com/1j01/tracky-mouse/issues/5
The screen overlay and thus dwell clicking indicators go behind, on Ubuntu 22, the launcher's window picker (when switching between two or more windows), as well as the Activities screen,...
1. It should be visually obvious whether a click takes place or not. I could animate canceling a dwell click, with a blur, maybe shape it like an X. And...
It will have to work a little differently because on the web I have to use events (not query the current mouse position), whereas on the desktop I have to...