A tampermonkey script to navigate Lemmy with keyboard arrows - GitHub - vmavromatis/Lemmy-keyboard-navigation: A tampermonkey script to navigate Lemmy with keyboard arrows
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
Edit: Someone got to it first! https://github.com/LemmyNet/lemmy-ui/pull/1892 However I personally dislike the key selection :/ J,K is neither comfortable, nor intuitive. Hopefully they will make it configurable.
There is an issue on lemmy-ui tracker https://github.com/LemmyNet/lemmy-ui/issues/984 apparently there is now also a WIP PR for it, yay :) However it seems to be with j,k keys, something which doesn't suit me, I prefer arrows.
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!