If you have “Help” instead of “Ins”, replace it with Overgod-tier. Keep pressing it, it will come.
OC, feel free to share.
Where’s the ‘PtrSc’ key? On Peter’s keyboard presumably.
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.
Super/Windows key isn’t useless… It gives you another modifier key. Since apps don’t really use it, you can use it for global shortcuts without the risk of collisions with shortcut keys that individual apps support like you would with Ctrl, Alt and Shift.
Something that I have come to appreciate about MacOS. The ctrl modifier is completely free from the OS so, I don’t have to worry about terminal commands causing unexpected side effects.
I absolutely love being able to command+c and command+v in my terminals.
I use it to open the spell checker options while I’m typing. It’s annoying to have to switch from keyboard to mouse. My current laptop doesn’t have the key and I even added another short key.
The super key, again, is useful so you don’t have to switch between keyboard and mouse when searching for an app. It is also the modifier for all GUI shortcuts.
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.
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
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!
I must be in the minority. I haven’t used any of these keys in over a decade. Probably more like 15 years at this point. Command + something can replace almost all of these, so why waste an extra key on it.
Really you just need a command key, get rid of the rest. Hold it down for different lengths of time to indicate which key input you want.
There’s a comedy sketch from about twenty years ago where that happens but I can’t find it at the mo.
You joke, but my caps lock on my laptop keyboard is mapped to command and if I double tap it and hold it’s my hyper key. On my crkbd keyboard if I hold
a
it’s option and semicolon is control. I have quite a lot of keys like this. It’s very efficient.You still use keys?
Pressing ScrLk twice and then the number of the port switches to this port on the KVM switch in the office. Very specific use case, but still.
Pause … I have no idea. If I remember correctly you can, well, pause terminal output with it, but I never tried.
The rest of the keys I use regularly.
Fellow deutans, fuck you
Home is God-tier, just as useful as End when editing stuff.
Agreed, but I am more of a “Shift + I” kind of guy
Wait doesn’t Shift + I just type “I”?
To kill the joke, they’re talking about the popular and mode-based editor VIM where in normal mode each key on the keyboard does an action
Yeah when I searched for “insert-mode” from another comment, the next suggested result was “insert-mode vim” and “insert-mode visual studio” (which IIRC is just aping vim), plus it’s /c/programmerhumor so I had a feeling that it would be vim shenanigans.
Only if you are in insert mode. If you are in normal mode, Shift-I moves to the beginning of the line and then enters insert mode.
That’s some arcane gobbledygook. I think you mean M-m
Esc-meta-alt-ctrl-shift + m
Tied my left hand into a pretzel trying that one
Or
CTRL-{left arrow}
I think, I’m going off muscle memory
That jumps left one word rather than to the start of the line in everything I can think of
Ctrl+A does do that though if you wanted a Ctrl way of doing it
Nope you’re right, it was
Fn+{{left arrow}}
on mine. I don’t use it often though
Had to look for a new laptop for my wife. One of the requirements was a Home and an End key because both were missing on her old laptop for some inane reason. Not available with Fn, just nothing. Before that we wouldn’t even have thought of checking for that.
Insanely useful editing CLI
Yeah, weird to see someone who appreciates the end key but not the home key.
Editing a line and pressing home to jump to the start of it is incredibly useful.
More so when dealing with anything that was wrapped
I have my left mouse wheel click set to home, and right mouse wheel click to end. That way I can decide if I want to be at the start of the line or the end.
Why use the mouse when you are already on the keyboard?
Smells like windows if End is God Tier but Home isn’t. On the command line being without either would kill my speed something fierce
Ctrl-a and Ctrl-e are much faster to type than home/end and do the same thing (assuming a standard readline-enabled command line).
All the keys in the cluster above the arrow keys are really too hard to reach to be of real practical use, IMO. Actually that includes arrow keys as well. Just too far from home row.
Is this a joke I’m too
set -o vi
to understand?
On SSH that button is a killer, even works in vim. For home I never found any use.
oh shit it actually goes to the beginning of a line, instant upgrade to god tier
what, no SysRq?
boo!
Most tier lists use a tabular format, often horizontal. This one looks like a table organized vertically. Except it’s neither and instead uses color, but isn’t R/G colorblindness the most common form? Anyway, I’m saying that I found it confusing.
Then again, you posted infinitely more to Lemmy today than I did (at zero:-P), so there is no need at all to listen to my whining if you aren’t interested in such feedback on presentation style:-D.
I’m severely deutan, even then red and green are a clear difference. Yellow is a bit harder to see, but still visible. Should not be an issue unless you are suffering from dichromatism.
I’m fully protan and cannot tell the difference between the god-tier and yellow tier colors at all. They are literally the same to me.
Ins is so much more deserving of an indicator light than scroll lock - I almost never want Ins engaged in it’s normal meaning… I’d rather just delete word and retype the whole thing.
I’ll take home over pgup/down any day.
Also Menu key is pretty obscure, I consider it a yellow, since it’s useful when you don’t have a mouse, but there are other shortcuts that can do it (shift+f10)
Pause is useless but only because escape steals all it’s usecases in apps.The only tool I know that uses it prominently is Windbg
I saw the picture before reading the edit and was trying to imagine what OP was doing that made the end key significantly more useful than the home key, like not going backwards on principle or something.
Okay I’ll bite…: How are PgUp and PgDown yellow, when Menu is missing from the list?
Hey! Don’t remove the context menu key, I use that! The alternatives are 1. using the mouse (no!) and 2. Alt+F10 which is awkward.
Don’t take my pause key from me that’s the best key! I just want pausable games to bind with that key again like they used to, guys it’s right there by name and everything. Just started playing rollercoaster tycoon 2 again and, after the mandatory drowning of the first person I saw, I was delighted to find the pause key pauses the game. Even better is if I need to take a break from something pause/break is inclusive of it all. I can walk away from what I’m up to for minute and don’t have to worry that the machine is going to feel abandoned because it’s right there on the key just taking a break little buddy I’ll be back.
on debian based system PrntScr actually prints stuff you’re looking at in a terminal, if a printer is configured. learned that the hard way, accidentally printing hundreds of pages of html source