Earlier quoted context omitted.
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/
Mouseless – keyboard-driven control of macOS/Linux/Windows
51–60 of 257 posts
Re: Mouseless – keyboard-driven control of macOS/Linux/Windows
#52Earlier quoted context omitted.
I'm curious if there's a program that uses a simple detection model for UX components to locate clickable areas. This would allow for global navigation similar to VimiumC
https://www.homerow.com/ Been using this for years.
Re: Mouseless – keyboard-driven control of macOS/Linux/Windows
#53Wow, 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.
There's plenty of TUIs for the dozens of you to use.
Re: Mouseless – keyboard-driven control of macOS/Linux/Windows
#54 :qa!Re: Mouseless – keyboard-driven control of macOS/Linux/Windows
#55Wow, 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
#56Anyone interested in this should really try out Homerow ( https://www.homerow.app ) (not affiliated, just a happy user for years now)
Re: Mouseless – keyboard-driven control of macOS/Linux/Windows
#57I think I prefer the approach that Homerow uses: https://www.homerow.com/ It's like vimium but for your entire mac. It hooks into the macOS accessibility APIs.
Re: Mouseless – keyboard-driven control of macOS/Linux/Windows
#58I consider myself a "keyboard power user" if this is a thing anyway, and I really dig the home row thing (Vimmer for 20+ years now), but frankly having my hands on the keyboard ALL the time throughout the day is really tiring. So, I actually like my mouse for a change of posture, the cursor that I can follow with my eyes, etc.
P.S. I have to admit, though, that I love even more the interfaces that don't require a mouse in the first place. It's a shame we stopped adding well-thought tab stops in the UI and keyboards shortcuts are just a free-for-all in the apps.
Re: Mouseless – keyboard-driven control of macOS/Linux/Windows
#59Wow, 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.