Fast post userscript for Lemmy

Paradox@lemdro.id to Fediverse@lemmy.world – 18 points –
GitHub - paradox460/Lemmy-Fast-Post-Userscript: Allows command/control + return to submit posts on lemmy instances
github.com

I got tired of hitting ⌘Enter and not having my post automatically go through, so I wrote a little userscript that enables exactly that.

12

Oh that's awesome! Any chance you can make it change the language option to English too?

Done! v0.0.2 supports this now.

You'll need to set your default language in your userscript manager's "Values" configuration. In ViolentMonkey, its one of the tabs in the script edit view.

Set language to "37" for English

Thank you!

Edit: works perfect!> language to "37"

FWIW, Lemmy is supposed to have Ctrl+Enter bindings natively. But they're only bound to Ctrl, which isn't great for Mac users.

You can see the code here

I'll open a pull request I guess, which might render this script irrelevant.


Pull request open!


And it was merged earlier this morning!

When it goes live, I'll add a check to see what UX the instances are running, and if they support it, I'll only handle the language stuff out of the box