this post was submitted on 19 Feb 2026
116 points (96.0% liked)

memes

20856 readers
2699 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/Ads/AI SlopNo advertisements or spam. This is an instance rule and the only way to live. We also consider AI slop to be spam in this community and is subject to removal.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

founded 2 years ago
MODERATORS
 
top 16 comments
sorted by: hot top controversial new old
[–] rumschlumpel@feddit.org 14 points 1 month ago* (last edited 1 month ago) (2 children)

Is that a combo you often hit on accident? Ctrl+Shift+C seems way too specific for that ...

Neat feature, though. Nice to see that they still do features that aren't about AI.

[–] HailHydra@infosec.pub 44 points 1 month ago (1 children)

If you're interacting with a command line terminal frequently then yes, since Ctrl+Shift+C is the shortcut for copy in most terminal emulators as Ctrl+C is used for terminating the current running command.

[–] rumschlumpel@feddit.org 6 points 1 month ago

Ah. Fair, I guess I forgot about it because I didn't make that mistake in a while.

[–] Object@sh.itjust.works 11 points 1 month ago (1 children)

Sometimes by accident, but mostly because out of habit, since you usually use Ctrl+Shift+C for copying things off terminal. Annoying part is it automatically opens up element selector, and I wonder for half a second why nothing got copied, and why the click didn't work.

[–] MareOfNights@discuss.tchncs.de 2 points 1 month ago (1 children)

Same. And I don't know a shortcut to close it D:

[–] SaltyIceteaMaker@lemmy.ml 2 points 1 month ago

pretty sure its either the same shortcut again or just escape

[–] slazer2au@lemmy.world 4 points 1 month ago (1 children)

Why are there 2 shortcuts for the inspector? I prefer F12

[–] WIPocket@lemmy.world 6 points 1 month ago

F12 just opens the developer tools as a whole, but there are also shortcuts to jump right to specific tabs (like the console or debugger, not just the inspector).

[–] SaltyIceteaMaker@lemmy.ml 3 points 1 month ago

finally. no more opening some menu when trying to copy paste commands i didnt ready and trust way too much.

jk, i use arch, ofc i think i know what i am doing

[–] grandel@lemmy.ml 3 points 1 month ago (1 children)
[–] airgapped@piefed.social 10 points 1 month ago* (last edited 1 month ago) (1 children)

I think this meme is to do with newly introduced about:keyboard in Firefox that allows you to edit default keyboard shortcuts. Ctrl+Shift+C is a common shortcut that ends up unnecessarily launching DOM inspector.

[–] grandel@lemmy.ml 1 points 1 month ago

Thank you kind stranger

[–] Passerby6497@lemmy.world 2 points 1 month ago* (last edited 1 month ago) (1 children)

Does this mean I can finally remap key combos for system shit in Firefox? Ctrl-J no longer opens downloads on my Linux box, which is fucking stupid

[–] boonhet@sopuli.xyz 2 points 1 month ago

I tried to and it didn't work.

[–] felsiq@lemmy.zip 1 points 1 month ago

Do your terminals not have settings for intelligently handling ctrl+c? I’m happy for anyone who has this problem and can now solve it, but it’s surprising how many people want to make everything else adapt to the terminal rather than just make the terminal adapt to the modern desktop (ctrl+c is copy if anything is selected).

[–] Noja@sopuli.xyz 1 points 1 month ago

I have it on the default and use it all the time, but it stopped working, now I'm looking into how to fix it..