Live data from Hacker News

A small change to improve browsers for keyboard navigation

b.43z.one

1–10 of 72 posts

Re: A small change to improve browsers for keyboard navigation

#3
Good idea!

I think browsers should also come with headingMaps [0] and landmarks by default for all websites. With a keyboard shortcut to access them, navigation would be great (assuming websites have a semantic DOM).

[0]: https://addons.mozilla.org/en-GB/firefox/addon/headingsmap

Re: A small change to improve browsers for keyboard navigation

#8
post #5

When you press Enter in the search box, Firefox finds the next occurrence of your search pattern. An easy fix that doesn't require an extension is to press Esc first, which closes the search box, and then you can press Enter.

This works on links and buttons in chrome. In firefox just on links. In both it doesn't work for other html elements.

Re: A small change to improve browsers for keyboard navigation

#9
It may be well-known, but I’m quite happy with Vimium C for keyboard-based browsing. It provides a sufficiently good set of Vim keybindings* and highlights all clickable elements when you press 'f', not just ones.

Firefox: https://addons.mozilla.org/ko/firefox/addon/vimium-c/

Chrome: https://chromewebstore.google.com/detail/vimium-c-all-by-key...

* not exactly the same with Vim

Re: A small change to improve browsers for keyboard navigation

#10
post #7

On a related note, highly recommend the Firefox Vimium extension if you're a "keyboard warrior". https://addons.mozilla.org/en-US/firefox/addon/vimium-ff

I used to use vimium (and tried similar extensions) but it always scared me how big the codebase was for most of the popular extensions. In the end I came up with a tiny extension for just the things I need https://github.com/h43z/jkscroll
Post reply on HN