keynavish
keynavish copied to clipboard
Control the mouse with the keyboard, on Windows.
Thank you for the development of the Windows port of `keynav`, I want to make this tool available on `scoop` repos. I want to load `keynavrc` config on the same...
If the process launching keynavish isn't foregrounded (i.e. doesn't own the window returned by `GetForegroundWindow()`), keynavish will be drawn below other windows. We can't simply foreground the grid window, as...
keynavish was not developed with multi-display support in mind. A good start would be to figure out to what extent it's broken on systems with more than one display, and...
To be compatible with keynav, key names in key bindings are inherited from X. The current list of keys is enough to support the (built-in) default configuration and the example...
The recording/macro file format is not compatible with keynav's. It would be nice if these were compatible, but it might not be worth the time and code complexity.
I didn't implement this because it would require fairly big changes to the code and I'm wondering if anyone actually uses it. If you use keynav and use the `grid-nav`...
Dragging with a modifier (`ctrl`, `shift`, etc.) doesn't work properly. When you try to drag with a modifier, it sends the keystrokes but the result is a regular drag operation.
keynavish is probably not properly DPI aware right now, which might cause issues with grid position and size. A good start would be to make a list of what needs...
I have my .keynavrc set up with `m drag 1`- [here is my full config](https://github.com/lesderid/keynavish/files/9925704/default.keynavrc.txt), in case it's helpful. My process for clicking and dragging something is: - bring up...