Skip Navigation

User banner
Posts
10
Comments
73
Joined
2 yr. ago

  • Too many rules πŸ˜… But hey it's open source so I won't be drowning in money from this lol

  • Sorry I'm just getting to know this place, I just tried now, will that work?

  • 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!

  • Hey sure! 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!

  • You don't have to write a new password just hit Save with existing password, it will force a new login

  • For your 2nd point, I made a script. It works with arrows so you may or may not like it. Also I see a PR was opened yesterday on Lemmy-ui for J-K navigation

  • Thank you!

    I will add them all when I have time, probably this afternoon. As for "Back", I am currently using the browser back functionality (CMD+Left arrow in mac) but I can see if I can implement something smarter, maybe with one key only.

  • I can try but no promises

    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.

  • Never heard it but looks interesting I'll check it out! But I do would wonder if it can do things like expand/collapse posts such as this script.

  • (it was a joke as per earlier in the thread πŸ˜›)

  • I never heard of Vimium before, looks cool :)

    However this script will allow you to select posts/comments, upvote/downvote, expand images, view links etc. I tried to make it as simple as possible to navigate Lemmy with just your keys:

     
        
    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
    Enter = View Link
    
      

    It's like a videogame πŸ˜›

  • Fixed! Thank you for the reminder, I just wrote it hastily