My keyboard just died :(, and other keyboard layout discussions

WHy do keyboards have three different speech marks ("'`) but no degree symbol? I need a degree more often than I need two speech marks, let alone three, and when I do it is usually something dodgy like metaprogramming that probably should be done another way.
Couldn't you check your OS for different keyboard layouts?
 
Couldn't you check your OS for different keyboard layouts?
I am sure I could, and I could use xmodmap to set any key to be any character. I may just have to try that.
 
You should! For some strange reason the ‘Spanish for Spain’ is the layout that best maps out and also most closely (read: least imperfectly) matches my needs in terms of symbols needed in this particular partition/OS, in terms of Latin character sets at least.
 
Can't you just remap one of your keys?
Yes. Depending on your OS, for me it is:

xmodmap -e 'keycode <value>=<action>'
 
WHy do keyboards have three different speech marks ("'`) but no degree symbol? I need a degree more often than I need two speech marks, let alone three, and when I do it is usually something dodgy like metaprogramming that probably should be done another way.

I suspect that ASCII is to blame. 95 characters should be enough for anyone, right? And the degree symbol did not make the list. That the standard Qwerty layout has exactly the same characters cannot be a coincidence. Other languages which cannot be represented by ASCII, needed to break with that anyway and then rethought what character they would like. Although even they would not get rid of the ASCII character set, just put the supposedly lesser useful ones in awkward places.

Qwertz has an easy to reach degree symbol, but the curly braces are quite awkward. Which is good for writing weather reports, less so for writing C.
 
It's been over a year and my keyboard was getting pretty gross with lots of cat hair added to the mix of other stuff. So it is now reborn, clean and shiny.
 
To get hair and such stuff out from between and under the keys I recommend sewing needles.
 
To get hair and such stuff out from between and under the keys I recommend sewing needles.
I take all the keys off and wash them in bowl; use compressed air on keyboard base and then "scrub it" with Q-tips dipped in alcohol.
 
I hold it upside down over the bath and shake it.
 
I take all the keys off and wash them in bowl; use compressed air on keyboard base and then "scrub it" with Q-tips dipped in alcohol.
You remind me of olden days when we'd lovingly take the VHS player apart and do such maintenance.
 
Wow, I'd forgotten about those, but yes!
 
Top Bottom