YSK: You can use a web-browser script to navigate Lemmy with keyboard arrows

afoutopatisa@lemmy.world to You Should Know@lemmy.world – 194 points –
GitHub - vmavromatis/Lemmy-keyboard-navigation: A tampermonkey script to navigate Lemmy with keyboard arrows
github.com

What's this?

It's a new UserScript (typically installed with browser extensions such as Tampermonkey/Violentmonkey/Greasomonkey) which enables keyboard arrow navigation, meaning you will no longer have to use your mouse to navigate Lemmy if you're lazy like myself 😌

Why YSK:

For some people like me, this could be the turning point to actually start using Lemmy (few but still!). I loved Lemmy and the only thing I disliked was being unable to navigate it with a keyboard like I used to do with Reddit/RES so I created one :)

Hope this is helpful and enjoy! 🚀

Sharing the hotkeys below, you may also find everything on the github page:

Down = Next post / comment
Up = Previous post / comment
Right = Next page / parent comment
Left = Previous page / parent comment
A = Upvote
Z = Downvote
X = Expand
C = View Comments
R = Reply
Enter = View Link
33

You are viewing a single comment

I can try but no promises

I'd create a GitHub issue and discuss it with the developers first. As long as users can opt out it might be reasonable.

But having a lot of people use the extension in the meantime would prove the demand.

j/k is what I'm used to from vim, RES, etc

Hey that's solvable! You could either use boobslider's original script (from which I based mine) or just use my script and replace ArrowDown/ArrowUp with KeyJ/KeyK!

Oh yeah, I'm just saying that j/k is pretty widely used.

Also, I think it's more comfortable because they're on the home row whereas the cursor keys aren't. Configurability is always good though.