Live data from Hacker News

Show HN: Keynavish – Control the mouse with the keyboard (Windows)

github.com

1–10 of 12 posts

Re: Show HN: Keynavish – Control the mouse with the keyboard (Windows)

#2
This is also standard feature for qmk based keyboards (ergodox, dactyl etc):

https://beta.docs.qmk.fm/using-qmk/advanced-keycodes/feature...

It doesn't require any special support and works in every OS.

Here is how it looks in ZSA visual configuratior, for example: https://configure.ergodox-ez.com/moonlander/layouts/ZrQev/Eo...

Re: Show HN: Keynavish – Control the mouse with the keyboard (Windows)

#4
post #2

This is also standard feature for qmk based keyboards (ergodox, dactyl etc): https://beta.docs.qmk.fm/using-qmk/advanced-keycodes/feature... It doesn't require any special support and works in every OS. Here is how it looks in ZSA visual configuratior, for example: https://configure.ergodox-ez.com/moonlander/layouts/ZrQev/Eo...

keynavish (and the original keynav) use a different cursor movement system, as they work with a grid that you can recursively split/move to be centered around the target position, but yes, the end result is more or less the same as the qmk feature.

One advantage you get with this method is that you can e.g. bind a key that sets the grid size and position to match the active window, which you obviously can't do in keyboard firmware (example: https://lesderid.net/keynavish-demo.webm).

Re: Show HN: Keynavish – Control the mouse with the keyboard (Windows)

#7
post #6

Nice, what alternatives are there for linux here. Or rather what do people here prefer?

On KDE you can choose to control the mouse with the numeric keypad under accessibility settings - no need for external apps. BTW we also have KDE Connect, where you can control your mouse with your smartphone too.

Re: Show HN: Keynavish – Control the mouse with the keyboard (Windows)

#8
post #6

Nice, what alternatives are there for linux here. Or rather what do people here prefer?

On KDE you can choose to control the mouse with the numeric keypad under accessibility settings - no need for external apps. BTW we also have KDE Connect, where you can control your mouse with your smartphone too.

hm that is good to know! Haven't used KDE for a while though but maybe it's time to take it for a spin again.

Ah it seems that there is this program called keynav. Something I guess I could have guessed.

For browsers I love to use these pentadactyl/vimium/... extensions. Would there be anything similar for reguar desktop applications. I get that it would be a huge effort to support all the different toolkits though.

Re: Show HN: Keynavish – Control the mouse with the keyboard (Windows)

#9
post #8

Earlier quoted context omitted.

On KDE you can choose to control the mouse with the numeric keypad under accessibility settings - no need for external apps. BTW we also have KDE Connect, where you can control your mouse with your smartphone too.

hm that is good to know! Haven't used KDE for a while though but maybe it's time to take it for a spin again. Ah it seems that there is this program called keynav. Something I guess I could have guessed. For browsers I love to use these pentadactyl/vimium/... extensions. Would there be anything similar for reguar desktop applications. I get that it would be a huge effort to support all the different toolkits though.

> Ah it seems that there is this program called keynav.

Yep, I wrote this as a direct clone of the original keynav, so I can use the same config file on both operating systems.

> For browsers I love to use these pentadactyl/vimium/... extensions. Would there be anything similar for reguar desktop applications. I get that it would be a huge effort to support all the different toolkits though.

You can bind arbitrary keys to control the grid, and the default bindings are vim-like, but it only goes down to the window level. Interesting idea though, probably doable with LD_PRELOAD stuff.

Re: Show HN: Keynavish – Control the mouse with the keyboard (Windows)

#10
post #6

Nice, what alternatives are there for linux here. Or rather what do people here prefer?

On KDE you can choose to control the mouse with the numeric keypad under accessibility settings - no need for external apps. BTW we also have KDE Connect, where you can control your mouse with your smartphone too.

Can anyone comment on real world usage of KDE Connect after the changes to the Android permission structure that caused/(is causing?) them some turmoil?
Post reply on HN