Live data from Hacker News

A small change to improve browsers for keyboard navigation

b.43z.one

31–40 of 72 posts

Re: A small change to improve browsers for keyboard navigation

#31

I installed Vimium a few months ago and haven't looked back -> https://vimium.github.io/ Mouseless as well for navigating anywhere on the computer without a mouse -> https://mouseless.click/

For macOS users, I highly recommend ShortCat: https://shortcat.app/ ShortCat uses the accessibility API to put Vimium-style keyboard links on buttons and text fields in any app. I find that Vimium works faster in Firefox than using ShortCat to click around websites, so I use both, but ShortCat technically should do everything (clicking-wise) that Vimium does.

omg this is amazing. shortcat that is

Re: A small change to improve browsers for keyboard navigation

#32

I installed Vimium a few months ago and haven't looked back -> https://vimium.github.io/ Mouseless as well for navigating anywhere on the computer without a mouse -> https://mouseless.click/

For macOS users, I highly recommend ShortCat: https://shortcat.app/ ShortCat uses the accessibility API to put Vimium-style keyboard links on buttons and text fields in any app. I find that Vimium works faster in Firefox than using ShortCat to click around websites, so I use both, but ShortCat technically should do everything (clicking-wise) that Vimium does.

I wish this was paid or open source…

Re: A small change to improve browsers for keyboard navigation

#33

I installed Vimium a few months ago and haven't looked back -> https://vimium.github.io/ Mouseless as well for navigating anywhere on the computer without a mouse -> https://mouseless.click/

i use i3wm so there are various keybindings you can use. for mouseless stuff i use xdotool to move the pointer in 16 or 64 pixel increments using the keyboard. if i could toggle the mouse pointer on and off i would.

Re: A small change to improve browsers for keyboard navigation

#34
post #33

I installed Vimium a few months ago and haven't looked back -> https://vimium.github.io/ Mouseless as well for navigating anywhere on the computer without a mouse -> https://mouseless.click/

i use i3wm so there are various keybindings you can use. for mouseless stuff i use xdotool to move the pointer in 16 or 64 pixel increments using the keyboard. if i could toggle the mouse pointer on and off i would.

You can use unclutter to hide the cursor after a period of inactivity. https://wiki.archlinux.org/title/Unclutter

Re: A small change to improve browsers for keyboard navigation

#36

Earlier quoted context omitted.

I use Space/Shift+Space and PageUp/PageDown and End¹ for vertical scrolling all the time . It’s nowhere near a disaster. I also disable JS by default, which… well, actually that might help sometimes. And hinder other times. Rarely , I find a page that doesn’t use the document scroll area, but makes its own which is not focused, and so you have to focus that (by Tab as many times as necessary, or by clicking) before y…

Just dropping a note to say I appreciate your asterism! :-)

▲ ▲

Re: A small change to improve browsers for keyboard navigation

#37
post #11

Incidentally, I've been trying to use the keyboard to scroll webpages recently, and it's a disaster. Nobody does it, apparently. PageUp/PageDown do not work correctly on sites that have a permanent topbar (some of the content is never shown). Cursor up/down often does something unexpected (for example in Mastodon, if you use PageDown several times and then cursor down, you will get yanked back). I think it is a sad r…

Sometimes page up/down seek the video on YouTube. That's terrible.

Re: A small change to improve browsers for keyboard navigation

#39

FWIW, using Chromium on Linux, I was able to use Ctrl+F + Escape + Enter to find and click on all of them except for the "span with an onclick handler".

The span one is the important one though as most of the modern web does not use anymore.

Re: A small change to improve browsers for keyboard navigation

#40
post #11

Incidentally, I've been trying to use the keyboard to scroll webpages recently, and it's a disaster. Nobody does it, apparently. PageUp/PageDown do not work correctly on sites that have a permanent topbar (some of the content is never shown). Cursor up/down often does something unexpected (for example in Mastodon, if you use PageDown several times and then cursor down, you will get yanked back). I think it is a sad r…

I wrote this Chrome extension to solve this problem for myself 2 years ago: https://chromewebstore.google.com/detail/focustoscroll/jbcpo...

Apparently no one else was interested in it. I still use it daily.

Post reply on HN