Live data from Hacker News

Mouseless – keyboard-driven control of macOS/Linux/Windows

mouseless.click

1–10 of 257 posts

Re: Mouseless – keyboard-driven control of macOS/Linux/Windows

#4

Wow, as cool as this is, it's kind of a shame that we need to say "use coords to show where the mouse should click" instead of designing interfaces that keep pointing-device-free users in mind.

With Windows in particular, you absolutely can navigate Windows + Office keyboard only. I do it every day.

Now, third party software, is always going to be all over the place. Stuff that was largely built on Win32 components works fine, but "modern" stylized applications rarely have strong support.

Re: Mouseless – keyboard-driven control of macOS/Linux/Windows

#7

Wow, as cool as this is, it's kind of a shame that we need to say "use coords to show where the mouse should click" instead of designing interfaces that keep pointing-device-free users in mind.

With Windows in particular, you absolutely can navigate Windows + Office keyboard only. I do it every day. Now, third party software, is always going to be all over the place. Stuff that was largely built on Win32 components works fine, but "modern" stylized applications rarely have strong support.

You’re right that lots of Windows apps were designed with Keyboard only workflows in mind. It’s a shame that MacOS has so many points where if you don’t have a mouse you’re out of luck.

There is one major improvement you can do on Mac, at least for menus:

https://varun.ch/posts/macos-keyboard/

Re: Mouseless – keyboard-driven control of macOS/Linux/Windows

#9
Opensource alternatives:

- https://github.com/moverest/wl-kbptr

- https://github.com/petoncle/mousemaster

- https://github.com/y3owk1n/neru

- https://github.com/mjrusso/scoot

- https://github.com/jbensmann/mouseless

- https://github.com/rvaiya/warpd (not really maintained anymore)

Post reply on HN