phil294 / vimium-everywhere

OS-wide Keyboard navigation for Linux and Windows
GNU General Public License v3.0
157 stars 3 forks source link

How does this compare to keynav? #2

Closed ezhang7423 closed 1 year ago

ezhang7423 commented 1 year ago

https://github.com/jordansissel/keynav

phil294 commented 1 year ago

keynav moves the cursor based on a selected region. You basically cut the screen repeatedly in half until you've approximated enough where you want to click.

Vimium Everywhere instead uses the accessibility protocol of Linux distributions to figure out the interactive elements within the active window and lets you jump to one of those elements specifically.

I suggest you compare the beginning of this video of keynav https://yewtu.be/watch?v=OkOb2aD-dVg with the demo video of this very repository from the Readme and I think it should be clear how they work.

phil294 commented 1 year ago

oh and we might support wayland soon while keynav is limited to x11.