https://github.com/vmavromatis/lemmy-keyboard-navigation
RES-like script that allows you to easily navigate Lemmy with your keyboard
https://github.com/vmavromatis/lemmy-keyboard-navigation
Last synced: about 1 year ago
JSON representation
RES-like script that allows you to easily navigate Lemmy with your keyboard
- Host: GitHub
- URL: https://github.com/vmavromatis/lemmy-keyboard-navigation
- Owner: vmavromatis
- License: gpl-3.0
- Created: 2023-07-08T06:05:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-09T16:18:50.000Z (over 1 year ago)
- Last Synced: 2025-03-12T02:51:17.873Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 267 KB
- Stars: 30
- Watchers: 4
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

A RES-like userscript to easily navigate Lemmy with your keyboard.
Works on both lemmy-ui (such as https://lemmy.world/) and mlmym (such as https://old.lemmy.world/)

## Installation
| Greasy Fork
v2.8 | Chrome
v2.8 | Firefox
v2.8 | Edge
v2.8 | Opera
v2.8 |
| -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
| [
](https://greasyfork.org/en/scripts/470498-lemmy-keyboard-navigation)| [
](https://chrome.google.com/webstore/detail/lemmy-keyboard-navigator/lamoeoaekeeklbcekclbceaeafjkdhbi) | [
](https://addons.mozilla.org/en-US/firefox/addon/lemmy-keyboard-navigation/) | [
](https://microsoftedge.microsoft.com/addons/detail/lemmy-keyboard-navigation/bjnfcimfnaefjmefhagbfabgclhgmfdo/) | [
](https://addons.opera.com/en/extensions/details/lemmy-keyboard-navigation/) |
## Usage
### Default keybinds:
Posts
Comments
J = Next Post
J = Next Comment
K = Previous Post
K = Previous Comment
L = Next Page
⇧ Shift + J or L = Next same-level Comment
H = Previous Page
⇧ Shift + K or H = Previous same-level Comment
Hint 💡 Turn Vim-mode off from Options to use arrow navigation (↓↑→←<) instead!
T = Go to Top
T = Go to Top
A = Upvote
A = Upvote
Z = Downvote
Z = Downvote
S = Save Post
S = Save comment / Show more options
E = Edit Post
E = Edit comment / Show more options
X = Expand/Collapse Post (⇧ Shift + X to expand all posts)
X or ⏎ Enter = Toggle collapse / Show more replies
- = Shrink Expanded Image
1 ... 0 = Click links in comment
= = Grow Expanded Image
Q = Show context
G = Open Navigation Dialog
G = Open Navigation Dialog
O = Open Options Page
O = Open Options page
. = Open Quick Search
. = Open Quick Search
C = View Comments (⇧ Shift + C to open in new tab)
P = Parent Comment
R = Go to community (⇧ Shift+ R to open in new tab)
R = Reply
U = Go to poster's profile (⇧ Shift + U to open in new tab)
U = Go to commenter's profile (⇧ Shift + U to open in new tab)
⏎ Enter = Visit Link (⇧ Shift + ⏎ Enter to open in new tab)


### Options ('Ο'):

### Quicknav ('G'):

### Quick Search ('.'):

## Development:
#### For Chrome or Firefox extension
Select the following files and compress into a zip:
- manifest.json
- icon16.png
- icon48.png
- icon128.png
- lemmy-keyboard-navigation.user.js
- lemmy-keyboard-navigation-mlmym.user.js
Then upload the zipped file to publish new version.
## Licence & Credits:
- GPL 3.0
- Initially based on boobslider100's [script](https://lemmy.world/post/1003536)
- Major contributions and HJKL support by @aglidden
- Rebased entirely from @InfinibyteF4 to support extra features like Save Comment/Post (S) , View Community (R) and bugfixes
