Skip Navigation
YSK: You can navigate Lemmy with just your keyboard (like RES)
  • ❀️ FOSS ❀️

  • ICYMI: This RES-like script allows you to navigate Lemmy with just your keyboard
  • This should be as easy as document.getElementsByClassName("form-select w-auto d-inline-block")[0].selectedIndex = 38, I gave it a try and works on console but can't get it to select after DOM load. I'll give it another try once I have the time and create a separate script as this is outside the scope of the original script ;)

  • YSK: You can navigate Lemmy with just your keyboard (like RES)
    github.com GitHub - vmavromatis/Lemmy-keyboard-navigation: RES-like script that allows you to easily navigate Lemmy with your keyboard

    RES-like script that allows you to easily navigate Lemmy with your keyboard - GitHub - vmavromatis/Lemmy-keyboard-navigation: RES-like script that allows you to easily navigate Lemmy with your key...

    GitHub - vmavromatis/Lemmy-keyboard-navigation: RES-like script that allows you to easily navigate Lemmy with your keyboard

    What's this?

    It's a RES-like browser extension that enables keyboard navigation, meaning you will no longer have to use your mouse to navigate Lemmy if want to use it for accessibility purposes or if you're lazy like myself 😌

    Why YSK:

    If you miss RES and have Chrome/Firefox/Opera/Edge (Safari still not supported) you can give it a spin and see if it makes your life easier.

    Hope this is helpful and enjoy! πŸš€

    Sharing the basic hotkeys below, you may also find everything on the github page: J = Next Post / Comment K = Previous Post / Comment L = Next Page / same-level Comment H = Previous Page / same-level Comment A = Upvote Z = Downvote X = Expand C = View Comments R = Reply Enter = View Link

    10
    ICYMI: This RES-like script allows you to navigate Lemmy with just your keyboard

    cross-posted from: https://lemmy.world/post/11244755

    Link here --> https://github.com/vmavromatis/Lemmy-keyboard-navigation > Feel free to give it a spin, all major browsers are supported (Chrome, Firefox, Opera, Edge). Feel free to leave any suggestions on github https://github.com/vmavromatis/Lemmy-keyboard-navigation/issues > > Hope you like it!

    4
    ICYMI: This RES-like script allows you to navigate Lemmy with just your keyboard

    Link here --> https://github.com/vmavromatis/Lemmy-keyboard-navigation

    Feel free to give it a spin, all major browsers are supported (Chrome, Firefox, Opera, Edge). Feel free to leave any suggestions on github https://github.com/vmavromatis/Lemmy-keyboard-navigation/issues

    Hope you like it!

    5
    What (free and open-source) applications do you use on a daily basis?
  • Shameless plug but I use Lemmy Keyboard Navigation (RES-like extension for keyboard navigation)

  • Lemmy Keyboard Navigation 2.5 released with lemmy 0.19 support
    github.com GitHub - vmavromatis/Lemmy-keyboard-navigation: RES-like script that allows you to easily navigate Lemmy with your keyboard

    RES-like script that allows you to easily navigate Lemmy with your keyboard - GitHub - vmavromatis/Lemmy-keyboard-navigation: RES-like script that allows you to easily navigate Lemmy with your key...

    GitHub - vmavromatis/Lemmy-keyboard-navigation: RES-like script that allows you to easily navigate Lemmy with your keyboard

    Feel free to give it a spin and add any feature requests on github!

    1
    What are the features Lemmy is missing that Reddit has?
  • my script covers the keyboard navigation part of RES if it's any help https://github.com/vmavromatis/Lemmy-keyboard-navigation

  • Baldur's Gate 3 Now Available on Mac
  • Yeah just open terminal and type /bin/launchctl setenv MTL\_HUD\_ENABLED 1

    I'm curious how you can run it at ultra. Maybe my 3440 ultrawide makes such a big difference?

  • Baldur's Gate 3 Now Available on Mac
  • Dropping my M2 Air 16GB settings in case it's useful:

    • All graphic settings at LOW (except textures I have at Ultra w/ anisotropic x16)
    • FSR1 activated at Performance (this is a MUST)
    • U3421WE Ultrawide native res is 3440x1440, I run at 2752x1152
    • Anti-aliasing I have off because I don't like this blurry stuff
    • Everything else is off
    • Gives stable 40 FPS, sure graphics are not great, but it's very much playable
  • What Lemmy Client(s) Do You Use?
  • Lemmy-UI and Mlmym with tampermonkey script lemmy-keyboard-navigation

  • As requested: https://old.lemmy.world (MLMYM)
  • This is a userscript which adds keyboard navigation RES-style to mlmym https://github.com/rystaf/mlmym/issues/5#issuecomment-1697980044

  • Lemmy Keyboard Navigation 2.3 released with mlmym support

    This is a gift for all you mlmym lovers out there:

    A userscript that allows you to navigate lemmy with HJKL keyboard navigation, now with mlmym support :) This is an initial release and only available on github for now.

    ALL credits go to InfinibyteF4 for making this happen πŸ†

    EDIT: to link the updated file which works for both vanilla lemmy and mlmym

    0
    Removed
    what 3rd party app did you use on Reddit before switching to lemmy
  • Apollo on mobile

    RES+old on web

  • Deleted
    Missing infinite scrolling
  • Oh an existing user in the wild! Glad for it. Let me know if you have any feedback btw, it's under constant development.

  • Deleted
    Missing infinite scrolling
  • Hey friend! I have a userscript for keyboard navigation for lemmy https://github.com/vmavromatis/Lemmy-keyboard-navigation. I just started a branch to support old lemmy as well. Contributions welcome!

  • Lemmy Keyboard Navigation 1.9 released - now with HJKL support
    github.com GitHub - vmavromatis/Lemmy-keyboard-navigation: RES-like script that allows you to easily navigate Lemmy with your keyboard

    RES-like script that allows you to easily navigate Lemmy with your keyboard - GitHub - vmavromatis/Lemmy-keyboard-navigation: RES-like script that allows you to easily navigate Lemmy with your key...

    GitHub - vmavromatis/Lemmy-keyboard-navigation: RES-like script that allows you to easily navigate Lemmy with your keyboard

    What is it?

    Lemmy Keyboard Navigation is a RES-like userscript that allows you to navigate Lemmy with the keyboard. Supports both HJKL and arrow navigation.

    What's new

    • Due to popular demand, default navigation is now HJKL (aka RES or Vim-style). Change vimKeyNavigation into false if you wish to use Keyboard Arrows instead.
    • Enter key for comments collapse βŽ†
    • S key for save post/comment πŸ’Ύ
    • R key to go to community of a post 🌐
    • Now also available as a Chrome Extension, however it's still at version 1.8, waiting for Google to approve 1.9, should be there in few days.

    Feel free to provide feedback and of course PRs are always welcome! Special thanks to @aglidden for the major contributions.

    0
    Lemmy Keyboard Navigation version 1.8 has been released adding hjkl support πŸŽ‰
    github.com GitHub - vmavromatis/Lemmy-keyboard-navigation: A userscript to navigate Lemmy with keyboard arrows

    A userscript to navigate Lemmy with keyboard arrows - GitHub - vmavromatis/Lemmy-keyboard-navigation: A userscript to navigate Lemmy with keyboard arrows

    GitHub - vmavromatis/Lemmy-keyboard-navigation: A userscript to navigate Lemmy with keyboard arrows

    Thanks to @aglidden for the PR work

    Direct link to userscript -> https://github.com/vmavromatis/Lemmy-keyboard-navigation/raw/main/lemmy-keyboard-navigation.user.js

    0
    YSK: You can use a web-browser script to navigate Lemmy with keyboard arrows
    github.com GitHub - vmavromatis/Lemmy-keyboard-navigation: A tampermonkey script to navigate Lemmy with keyboard arrows

    A tampermonkey script to navigate Lemmy with keyboard arrows - GitHub - vmavromatis/Lemmy-keyboard-navigation: 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

    34
    Easily Navigate Lemmy with Keyboard Arrows
    github.com GitHub - vmavromatis/Lemmy-keyboard-navigation: A tampermonkey script to navigate Lemmy with keyboard arrows

    A tampermonkey script to navigate Lemmy with keyboard arrows - GitHub - vmavromatis/Lemmy-keyboard-navigation: A tampermonkey script to navigate Lemmy with keyboard arrows

    GitHub - vmavromatis/Lemmy-keyboard-navigation: A tampermonkey script to navigate Lemmy with keyboard arrows

    Forked from @boobslider100@lem.ee's script - I just modified it to navigate Lemmy with arrows instead. I find it much easier than using J/K. Right/Left arrows have dual usage also, as they can both change the page and jump to next/previous same level comment :)

    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

    I made it for me but feel free to give it a go and let me know what you think!

    16
    afoutopatisa afoutopatisa @lemmy.world
    Posts 9
    Comments 76