this post was submitted on 16 Jan 2024
0 points (50.0% liked)

Programmer Humor

32448 readers
917 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
0
Obscure button tier list (sh.itjust.works)
submitted 10 months ago* (last edited 10 months ago) by [email protected] to c/[email protected]
 

If you have "Help" instead of "Ins", replace it with Overgod-tier. Keep pressing it, it will come.

OC, feel free to share.

EDIT; Home is now G-od tier. I didn't know it would go to the beginning of a line, I always used macros "lol".

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 10 months ago (1 children)

No one's gonna throw shade at the ≣ key? Aka the Menu Key?

It's next to useless. It's almost always used to open the right-click menu, which is specifically for GUIs and based on the mouse position... so why not just right-click? What silly person is using their mouse except to bring up the context menu?

I'd say the same about the Super Key (❖) Aka The Windows Key, but I got i3wm on my laptop and I am loving having a GUI without needing to use my mortal enemy: the Trackpad. Plus it's a minor time-save above moving windows/clicking menus with the mouse; still doesn't apply to Menu when your finger's already hovering over the RMB.

[–] [email protected] 0 points 10 months ago (1 children)

I use the menu key in my terminal emulator to paste from the clipboard. Just Menu -> P. There's probably a shortcut, but this works.

[–] [email protected] 0 points 9 months ago (1 children)

Very nice! Jsyk, you can also use Shift + Ctrl + V for the one handed paste (likewise Shift + Ctrl + C to copy), or Shift + Insert (and Ctrl + Insert to copy) works too. If you're on Windows, right clicking in CMD/Powershell pastes, Enter copies anything highlighted, and Ctrl + V work as usual... Ctrl + C copies too, except when a command/script is actively running, in which case it sends the halt signal, so use it at your own risk.

I usually stick to the Ctrl + Shift shortcuts, but it messes me up when I'm trying to copy from firefox into my terminal and I accidentally bring up the devtools instead

[–] [email protected] 0 points 9 months ago

Jsyk, you can also use Shift + Ctrl + V for the one handed paste (likewise Shift + Ctrl + C to copy), or Shift + Insert (and Ctrl + Insert to copy) works too.

TIL, works in xfce4-terminal, thank you!