Live data from Hacker News

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

mouseless.click

191–200 of 257 posts

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

#191

Earlier quoted context omitted.

Some apps have crappy accessibility so Homerow doesn't always work in some apps. so I kind of want to try mouseless as well. I might end up rocking both at the same time.

Scoot supports element-based navigation (c/o accessibility APIs), plus grid-based navigation, via two separate modes: https://github.com/mjrusso/scoot Unfortunately both modes are necessary, because many apps have all sorts of accessibility issues.

This looks cool! I’ll have to try it

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

#193
post #174

Earlier quoted context omitted.

> To the point of making it harder to find a job Fwiw... (1) Lenovo sells compact keyboards with trackpoint. USB and bluetooth. There are mouse buttons below Space, but it cuts off there, with no pad. I once taped a kludgy bare usb pad to one, which was ok, but the extra couple of cm separation was annoying. I considered grinding out some of the case, but don't recall if that turned out plausible. (2) Lenovo has tabl…

> (1) Lenovo sells compact keyboards with trackpoint Where can I get it? They stopped selling them around 2 years ago AFAIK. I have a few of them, but they are not very durable, so used ones are probably not a good option. Only alternative I know of is https://tex.com.tw

There are two split-keyboards made by Ultimate Hacking Keyboard [1], UHK 60 and UHK 80, that have an optional trackpoint or trackball module. They're not cheap, though.

[1]: https://uhk.io/

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

#194

Earlier quoted context omitted.

A tiled window manager with Qutebrowser and it's vimium style shortcuts is the closest I have come to this.

I just hit tab 1 to N times and hope for the best. I wonder if VIM style search on elements with a new HTML tag attribute would work (at least for browsers).

Wait until you hear about tab+shift.

It would be great if they built Vim style shortcuts into the spec and browser like you suggested but in the time being we have the Vimium extensions for other browsers. Personally I am not a fan of extensions unless I write them myself.

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

#195

Earlier quoted context omitted.

Some apps have crappy accessibility so Homerow doesn't always work in some apps. so I kind of want to try mouseless as well. I might end up rocking both at the same time.

Scoot supports element-based navigation (c/o accessibility APIs), plus grid-based navigation, via two separate modes: https://github.com/mjrusso/scoot Unfortunately both modes are necessary, because many apps have all sorts of accessibility issues.

Brilliant, exactly what I need! (I think!)

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

#196
post #104
post #38

Earlier quoted context omitted.

Obviously depends on your workflow but I think I use mouse only on websites on macos (with aerospace)

If you're interested in keyboard navigation of websites, consider a browser or extension with link hinting support! It worked really well in my experience a few years ago, although I've since became much more of a mouse guy and stopped using it. Qutebrowser was my favorite browser for keyboard navigation but firefox, chrome, etc. have extensions for this as well.

Link hinting - love it

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

#197
post #137

Keynav – retire your mouse (2016) https://news.ycombinator.com/item?id=11945936 Wayland port: https://github.com/kovetskiy/waynav

I like wl-kbptr myself: https://github.com/moverest/wl-kbptr

Great demo videos. Very intelligent selection methods.

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

#198
post #104

Earlier quoted context omitted.

If you're interested in keyboard navigation of websites, consider a browser or extension with link hinting support! It worked really well in my experience a few years ago, although I've since became much more of a mouse guy and stopped using it. Qutebrowser was my favorite browser for keyboard navigation but firefox, chrome, etc. have extensions for this as well.

Vimium extension does that. Works well too. Works on Chrome and Firefox.

try out surfingkeys if vimmium isnt ur cup of tea

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

#199

Some existing similar tools for those who might be curious. For vim, there's easymotion or hop.nvim. For tmux, there's Morantron/tmux-fingers. For Chrome, there's Vimium. You can also flash your keyboard to have mouse controls ( https://docs.qmk.fm/features/mouse_keys ).

Huh, people use the mouse with vim? Or am I missing something?

For Vim it isn’t replacing mouse necessarily. It’s giving you another way to navigate the cursor around the buffer by giving you absolute references rather than relative motions.

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

#200
post #72

I prefer ShortCat's model: https://shortcat.app/ Similar to Vimium, but for the whole OS. Apparently Homerow is similar, judging from comments I'm seeing here. I really wish I knew an equivalent for Linux. I might even leave Gnome behind if a different DE has a good model for this.

>I really wish I knew an equivalent for Linux

I highly encourage you to vibecode something. Its really easy. You can get a small fast library that can do OCR with coordinates, and the rest is just interfacing with the x server to draw stuff over the top.

Post reply on HN