Live data from Hacker News

The Joys of Unix Keyboards

donatstudios.com

71–80 of 144 posts

Re: The Joys of Unix Keyboards

#71
post #28
post #22

Every keyboard I've ever used I've remapped the caps lock to control, whether in hardware (like on my pok3r) or in software (on my work computer). I have a hard time ever using a keyboard without this remapping done.

Seems like only a small win for such a large key. I type a lot of math and have been happy mapping Caps Lock to ”Change keyboard layout to Greek” (macOS). It gives me quick and effortless access to the full greek alphabet.

Big win if you use emacs.

Re: The Joys of Unix Keyboards

#72
post #55
post #31

Does anyone ever use Caps Lock? It seems like such a waste of space.

I do. If I need to type a full word, all uppercase (e.g. the name of a constant) or simply more than one uppercase letter I'll use caps lock, because it allows me to keep touch typing without having to change the hand that keeps shift pressed. I never understood why people seem to be against caps lock, to be fair.

I've never had a problem touch typing while my pinky is holding down the shift key. I type kinda weird though. I don't use the right shift key at all. Only the left one.

Re: The Joys of Unix Keyboards

#73
For my first 15 years of using UNIX on PC keyboards, I had to use xmodmap to remap the ~` key back to the correction location the right side of the keyboard... and move ESC to the key labeled ~`. Similarly with swapping Control/CapsLock. I finally gave it up nearly 15 years ago in an attempt to simplify my setup on new systems.

Re: The Joys of Unix Keyboards

#75

Earlier quoted context omitted.

Good to see that there are still really good keyboards being manufactured new. Thanks for the link, I think I will order one :-).

Can't comment on the quality, but audible click like the original -M is a no-no and who needs the number block on the right? Waste of valuable desk real-estate. Still looking for a quality *quiet* keyboard like the Cherry I had in the early nineties.

Says who? I very much prefer the audible feedback as long as I'm not in a shared space; many people do. And not everyone on the planet is a programmer; people who deal with lots of numbers (e.g. accountants) need the 10-key pad. In fact, my wife carries a USB 10-key for when she needs to work on a laptop lacking one.

If you're looking for a quiet keyboard, look for one with Cherry Brown keys (if you like tactile feedback) or Cherry Silent Black or Silent Red keys if you want the quietest. There are lots of folks making good quality, choose your key, keyboards.

Re: The Joys of Unix Keyboards

#76
post #19

Unicomp (the company that took over IBM/Lexmark's buckling spring tooling) makes a Sun layout keyboard which is also worth mentioning for those who like a larger keyboard: https://www.pckeyboard.com/page/product/40PSA (Not affiliated with Unicomp, I'm just a fan of the Sun keyboard layout)

Is it the same 1980's quality, as in you can defend yourself with one if necessary? I have a 1986 M that's still going strong with USB adapter.

Here's a review: https://www.youtube.com/watch?v=-A-vRZth7SI . The Unicomps also feature in this overview of the Model Ms: https://www.youtube.com/watch?v=r5H58uudo1Y .

Re: The Joys of Unix Keyboards

#77

> I can't imagine why anyone thought Caps Lock should have had this prominent of placement. Caps Lock was originally Shift Lock on typewriters, and was adjacent to the Shift key because it was literally a mechanical locking device to hold the Shift key down.

Yup, and remember the IBM PC was originally intended as a "business PC". So they modeled the keyboard on previous bushiness machines (typewriters, 3270 terminals, etc) so that those bushiness users IBM saw as their primary customers would have a familiar keyboard to work on. Definitely a consideration in a time where keyboard skills were considered important enough there was often a high school class devoted to it.

Re: The Joys of Unix Keyboards

#78
post #32
post #22

Every keyboard I've ever used I've remapped the caps lock to control, whether in hardware (like on my pok3r) or in software (on my work computer). I have a hard time ever using a keyboard without this remapping done.

Capslock is an Escape key for me because I use Vim a lot. I've heard lots of tmux users map it to Control and then configure tmux to use Ctrl+a as the activation mapping, which sounds very useful too.

I set my keyboard to tap Capslock for ESC or hold for CTRL. Seems like the best of both worlds.

Re: The Joys of Unix Keyboards

#79
post #32

Earlier quoted context omitted.

Capslock is an Escape key for me because I use Vim a lot. I've heard lots of tmux users map it to Control and then configure tmux to use Ctrl+a as the activation mapping, which sounds very useful too.

I set my keyboard to tap Capslock for ESC or hold for CTRL. Seems like the best of both worlds.

Agreed. For anyone else wanting to try this:

linux: github.com/alols/xcape windows: github.com/ililim/dual-key-remap mac: karabiner

Re: The Joys of Unix Keyboards

#80
post #3

> The ~ and \ have moved to the usual location of the Backspace. Working exclusively on UNIX systems now, I don't mind the \ being harder to reach. I could understand a Windows user finding this irritating. This guy has clearly never used LaTeX. I mapped my \ to a more accessible location and it improved my typing speed by factor 2 or so.

>it improved my typing speed by factor 2 or so.

Is it odd that I've never found my typing speed to be a bottleneck worth optimizing? Maybe I haven't thought about it enough. While I overall type slower than I think, the difference is very slight and the result is more time to think about how to phrase things. I often find my hands freezing for .5ish seconds while my brain get stuck deciding on what the next appropriate word is.

When coding, it is even less of an issue and if I ever have anything to optimize on the level of typing it would be the auto complete not being helpful enough.

Post reply on HN