A small change to improve browsers for keyboard navigation
61–70 of 72 posts
Re: A small change to improve browsers for keyboard navigation
#62Re: A small change to improve browsers for keyboard navigation
#63(YAHE) https://gitlab.com/jpallari/yahe
(BTW, does anyone here remember extension called »Hit-A-Hint«?)
Re: A small change to improve browsers for keyboard navigation
#64Re: A small change to improve browsers for keyboard navigation
#65I 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/
map gf LinkHints.activateOpenInNewTab count=999999
map go LinkHints.click direct="focused" mode="newtab-active"
map gb LinkHints.click direct="focused" mode="newtab"
map gm toggleMuteTab
I would typically do something like this - I'd press "/", search for an occurence, it navigates to one, if it's a link, pressing "go" - opens it in a new tab, "gb" - opens it without switching to it. I promise you, you'd love this.Share your interesting options.
Re: A small change to improve browsers for keyboard navigation
#66Earlier quoted context omitted.
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.
Shortcat has a ~second delay before showing links, homerow ( https://www.homerow.app ) is faster.
Re: A small change to improve browsers for keyboard navigation
#67Earlier quoted context omitted.
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
#68Earlier quoted context omitted.
Shortcat has a ~second delay before showing links, homerow ( https://www.homerow.app ) is faster.
This delay is configurable. The delay is there so you can actually type a bit before the UI pops up, and then the UI will be filtered to just your selection.
Re: A small change to improve browsers for keyboard navigation
#69Earlier quoted context omitted.
Shortcat has a ~second delay before showing links, homerow ( https://www.homerow.app ) is faster.
I wonder if it has to do with accessibility API thread locking. I found a different extension I used to emulate an i3 style environment suffered when I used the Unity game engine. It ended up being limitations of the accessibility API.
Re: A small change to improve browsers for keyboard navigation
#70The battery link is more interesting