Is Caps Lock Dead?
An anonymous reader asks "Recently I have noticed that I haven't used caps lock other for any purpose other than hitting it by accident. Once upon a time, COBOL was written in all caps, and other languages like BASIC and Fortran were not case sensitive. Capitals were the way to go for writing code. Does the caps lock key serve any purpose any more, and if not, should it be removed, moved, or replaced?"
especially useful in VIM.
escape and caps lock key switch.s cclock.ht m
http://www.cs.ucr.edu/~beyert/articles/e
-Grump
bet you tim!
Is it true that more people vote for the winner of American Idol, than vote for the president? -Ali G.
Caps Lock is EVIL!
I remapped my capslock into an extra control key months ago. I never type more than a couple of words in capitals, and can easily hold down the shift key.
Capslock is just a problem when you accidentally hit it when reading something you are keying in.
Writers and layout people use cap lock all the time. Most will use it from time to time in standard word processing. Computers aren't just for programers. Some of us use the software they write.
I use Caps Lock to check if Windows has completely frozen up. If the light on my keyboard doesn't come on, it's time to do a hard reset.
else it would be *very* discriminating against all those AOL'ers.
C|N>K
Of course caps lock is necessary. It's necessary for whenever you want to type in all-caps without holding shift the whole time. I can think of dozens of examples of this. Hell, where I work, the blank fields on our contracts must be typed in all caps. I wrote a screenplay once, and you need caps all over the place. When I'm coding, I write some macro names in all-caps.
No, the caps lock shouldn't be removed or replaced. It's handy to have a key that allows you to toggle lower to upper caps so you don't have to hold shift.
Pointless Ask Slashdot question!
"Sufferin' succotash."
Keep it as a tribute to the coders of old. It's like having a museum in your keyboard. You can even play with the exibit.
They still haven't even bothered to get rid of the Scroll Lock button yet... What makes you think Caps Lock is going away any time soon?
--The universe will not be altered by forum threads, even those which are very wry. --Tycho Brahe (Penny Arcade)
If caps lock were gone, how would morons get their misdirected points across?
IT'S SPELLED MORANS, YOU DUMMY.
yeah, how else will those nigerian spammers get their message across that they have FORTY MILLION DOLLARS(40,000,000 $) AND ARE WILLING TO GIVE YOU A SHARE OF IT IF YOU ARE A NOOB.
Actually, in the US Navy and other branches of the service radio messages all always in all caps. These were a pretty routine part of life on ship (for Officers / admin personnel etc) We would compose the messages on a PC w/ word processor, print hard copy, then have approved by CoC. Radio men would send them out encrpyed, hard copies were always kept for paper trail. A ship my send dozens or even hundreds of these a week, so the're quite common. There are a few who may need cap locks who aren't programmers. M
More useful than switching with escape is switching caps lock with Control.
You should have:
Option "XkbOptions" "ctrl:swapcaps"
In the InputDevice section for your keyboard (in XF86Config, of course).
Voila'! Ctrl assumes its rightful place on the keyboard. Ergonomic implications are massive.
Equivalent hack is available for NT too. It's done via registry, but I can't be bothered to google for it right now.
Save your wrists today - switch to Dvorak
Use the Happy Hacking keyboard. It has no Caps Lock. Its Control key is in the right place.
MY BAD, I ADMIT I WAS OUT FOR A BIT LAST NIGHT, and I'm not in top form i indeed got mixed up with the SHIFT KEY.
I appologize to Slashdot and to the "Shift Key" for any Confusion on my part.... again my bad.
in a pinch caps lock might work as a "ANY" key???
actually I am happy to see you, however that is in fact a banana in my pocket.
All I know is that everytime I play Diablo 2 or another game, the Windows Key become the absolute BANE OF MY EXISTENCE! X(
Join the TWIT army now!
Dear Slashdot,
Very recently, to my unimaginable surprise, I have noticed that I haven't used the tilde key for any purpose other than hitting it by accident. I know that once upon a time people were using the tilde key. They were using it like there was no tomorrow. I don't use it now, though, which makes me very sad. Does the tilde key serve any purpose any more? Does it still serve any purpose whatsoever? If not, will it ever serve a purpose? Will it ever make any sense? If not, should it be removed, moved, or replaced? If so, will we be able to see it in museum? What if later I find some use for this key, but it will have been gone long ago? What then? What will be the future of this little key? What, I ask?
Thank you very much, Slashdot, for your answer!
Sincerely,
Concerned reader.
P.S. I love reading Slashdot and especially the Ask Slashdot section, when people always ask so interesting questions! THANK YOU VERY MUCH! (Oh, God damn it! I used caps lock!)
Sincerely,
Pan Tarhei Hosé, PhD.
"Homo sum et cogito ergo odi profanum vulgus et libido."
I call this the: clause.
And then one day you find, ten years have gone behind you....
There are all sorts of programming situations where having a caps lock key helps keep things readable. For example...
SELECT *
FROM tblWhatever a
INNER JOIN tblYaddaYadda b
ON a.ID = b.ID
WHERE b.foo = 1
Not to mention data entry work... lots of places that do data entry use all caps.
Oh, and did I mention that THIS IS A STUPID ARTICLE? SURELY THERE MUST BE SOMETHING EXCITING ENOUGH GOING ON IN THE WORLD THAT WE DON'T NEED TO PUT THIS CRAP ON THE FRONT PAGE OF THE SITE?
-1 Uncomfortable Truth
My little brother used to sneak on my computer all the time before he got a decent laptop, and I'd always be annoyed to find the caps lock key on from whatever flaming/shouting/n00bing he was doing there. So one day I remapped caps lock to switch to a Cyrillic keyboard--it helps a lot with my Russian homework, and I never did find it enabled again after my brother had been using my computer.
In short, there is no possible way on any but the fastest of current machines for a USB mouse to approximate the responsivity of a PS/2 port mouse being sampled at 200Hz (the maximum rate the port will tolerate).
LRC, the best-read libertarian site on the web
You say it doesn't help if you have a syntax highlighting editor; you can't count on having a syntax highlighted editor all the time.
While I think there are benefits to it, many interns that I've worked with seem paralyzed if they don't have syntax highlighting. A few are paralized if they don't have auto-complete. If the code REQUIRES syntax highlighting to be understandable, clearly you need to adopt a different style.
If you don't have SQL syntax highlighting, the more complex the SQL statement is the more it benefits from the all-cap keywords. That in itself is enough to justify (for me) it's use. Since I compose my SQL statements in my C++ interface code, I don't have SQL syntax highlighting; the C++ editor highlights them all as strings. Using caps really helps readability, especially when the SQL statements are complex and require several lines to compose.
//TODO: Think of witty sig statement
Um, what's a capslock?