sorted by: new top controversial old
[-] afoutopatisa@lemmy.world 5 points 3 months ago

❤️ FOSS ❤️

[-] afoutopatisa@lemmy.world 2 points 3 months ago* (last edited 3 months ago)

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 ;)

[-] afoutopatisa@lemmy.world 5 points 3 months ago* (last edited 3 months ago)

Yep - Enter key hides the thread!

See https://i.imgur.com/LRE8ozY.gif

187

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
19
submitted 3 months ago* (last edited 3 months ago) by afoutopatisa@lemmy.world to c/lemmy@lemmy.ml

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!

17
submitted 3 months ago* (last edited 3 months ago) by afoutopatisa@lemmy.world to c/support@lemmy.world

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!

[-] afoutopatisa@lemmy.world 4 points 3 months ago* (last edited 3 months ago)

Shameless plug but I use Lemmy Keyboard Navigation (RES-like extension for keyboard navigation)

1

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

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

42

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

[-] afoutopatisa@lemmy.world 1 points 7 months ago

my script covers the keyboard navigation part of RES if it's any help https://github.com/vmavromatis/Lemmy-keyboard-navigation

[-] afoutopatisa@lemmy.world 3 points 7 months ago

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?

[-] afoutopatisa@lemmy.world 10 points 7 months ago

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
[-] afoutopatisa@lemmy.world 1 points 8 months ago

Lemmy-UI and Mlmym with tampermonkey script lemmy-keyboard-navigation

[-] afoutopatisa@lemmy.world 3 points 8 months ago

Yes, we made just that https://github.com/vmavromatis/Lemmy-keyboard-navigation (also works with mlmym) :)

11
submitted 8 months ago* (last edited 8 months ago) by afoutopatisa@lemmy.world to c/plugins@sh.itjust.works

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

10

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.

11

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

57
submitted 10 months ago* (last edited 10 months ago) by afoutopatisa@lemmy.world to c/memmy@lemmy.ml

Smash your update buttons

197
submitted 10 months ago* (last edited 10 months ago) by afoutopatisa@lemmy.world to c/youshouldknow@lemmy.world

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
16
submitted 10 months ago* (last edited 10 months ago) by afoutopatisa@lemmy.world to c/plugins@sh.itjust.works

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!

view more: next ›

afoutopatisa

joined 10 months ago