Slashdot Log In
War Declared on Caps Lock Key
Posted by
CmdrTaco
on Wed Aug 16, 2006 09:10 AM
from the makes-perfect-sense-to-me dept.
from the makes-perfect-sense-to-me dept.
pieterh writes "I've launched a campaign to rid the world of the caps lock key. Sure, there are more serious problems to solve but please, think of the children! How am I going to explain to my kids why some of the most valuable keyboard real estate is squatted by a large, useless key that above all you must not press! Our campaign mission is simple: to send a message to the computer industry to force it (by any means necessary) to retire the CAPS key. It's going to be a hard, long, and possibly very embarassing war on uppercase, but some things just need to be done. "
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading ... Please wait.

gOOD lUCK (Score:5, Funny)
Re:gOOD lUCK (Score:5, Insightful)
Frankly...I find the idea of getting rid of the caps lock key...slightly appalling.
Next on Slashdot (Score:5, Funny)
Stories to be seen soon on Slashdot:
"Jihad declared on SysRq key" and "Crusade declared on 'Scroll Lock' Key"
Re:Yes, read my CAPSoff blog entry (Score:5, Funny)
Re:Yes, read my CAPSoff blog entry (Score:5, Funny)
What About INTERNATIONAL CAPS LOCK DAY? (Score:5, Funny)
On second thought, that's far too annoying.
If the proposed abolishment of caps lock keys is successful, I grow concerned about what myself and my predecessors will celebrate on INTERNATIONAL CAPS LOCK DAY [derekarnold.net] which happens to be October 22. And don't tell me it's not a real holiday because that is one convincing website. It has a news flash with a picture of a potato, uses the word "bitches" and has a countdown for the days remaining to INTERNATIONAL CAPS LOCK DAY. And look at this other reputable site, Out House Rag [typepad.com] that also backs INTERNATIONAL CAPS LOCK DAY. That's more than Adults Day in Japan [wikipedia.org] has to say! Please, if I have to put up with one more Nevada Day [wikipedia.org] (October 31) the least you can do is let me have my INTERNATIONAL CAPS LOCK DAY. Please don't remove your caps lock key [goodexperience.com] because they're not evil [photobucket.com]!
You know, there's this horrible site [c2.com] that actually encourages you to remap your caps lock to a more suitable function
Couldn't agree more! (Score:5, Funny)
DOWN WITH CAPS LOCK!
Slashdot and CapsLock (Score:5, Funny)
Reason: Don't use so many caps. It's like YELLING.
Data entry issues (Score:5, Informative)
THINK OF THE DATA ENTRY PEOPLE!!! (Score:5, Insightful)
Ooops. Sorry, caps.
Seriously though, I know lots of people who's business requires them to enter data into their company's systems using caps. I don't know about you, but my little pinky would get extremely disfigured having to swap to and hold the shift button all the time. You'd slow typists down immeasurably.
And Num-Lock too! (Score:5, Insightful)
While we're at it, can we get rid of NUM LOCK too? At least on normal 100+ key keyboards.
It should be on, not only by default, but all the time. We have arrow keys, Page up and down, Home and End, Insert and Delete between the letters and the right-side number pad. There's no need to duplicate those keys just beside it.
Only negative point: it was up to now a cool hack to make flash the LEDs indicating CAPS and NUM LOCK, like the Knight Rider car, or make it send messages in Morse.
maybe just a new placement? (Score:5, Insightful)
I need it (Score:5, Funny)
put control there instead (Score:5, Informative)
Replacing CapsLock with Left-Control on X
Create the file ~/.Xmodmap with these contents:
remove mod4 = Meta_L
remove mod1 = Alt_L
remove lock = Caps_Lock
keysym Meta_L = Alt_L
keysym Alt_L = Meta_L
add mod4 = Meta_L
add mod1 = Alt_L
add control = Caps_Lock
If you are running something like XFree86, add
xmodmap ~/.Xmodmap
to your ~/.xinitrc file or ~/.xsession file. If neither of those exist, you can always do it from the command line.
text stolen from http://bmrc.berkeley.edu/people/chaffee/swapx.htm
Re:put control there instead (Score:5, Funny)
Maximum effect is actually obtained by only changing a few keys, not just messing everything up.
But remember, if anyone should ask where you got the idea, I specifically said "do not."
KFG
Is this a fucking joke? (Score:5, Funny)
And really, if you don't like a key, remap it or remove it. I myself have removed the "Windows" key (it always interfered with my Doom playing) and the letter Q (because who the hell needs to use that one?).
Discriminatory (Score:5, Funny)
CapsUnlock (Score:5, Informative)
Get rid of Shift Instead? (Score:5, Interesting)
The Solution (Score:5, Funny)
2. Add drop of super glue.
3. QUICKLY REPLACE KEY.
4. OH CRAP!
Useful for Vi users (Score:5, Informative)
remove Lock = Caps_Lock
keycode 66 = Escape
I find that the Capslock key makes a nice Escape key so I don't have to reach up high for it.
Re:Helpful image to pass along (Score:5, Funny)
Re:Helpful image to pass along (Score:5, Insightful)
Re:Helpful image to pass along (Score:5, Insightful)
Aparently the "War on Caps Lock" is spearheaded by someones who's entire computer world revolves around chatting with immature pre-teens online.
Re:Helpful image to pass along (Score:5, Insightful)
It isn't that hard to convert a string in to all up case. In most programing languages it is a built in function.
I would say who ever wrote your billing software needs to be replaced.
BTW why would you want to enter data in all caps anyway? It is harder to read than even all lower case and any good software would convert index strings into all one case so it isn't a problem with searching. If it is just because that is the way it has always been done I can understand. But then the software should deal setting the case and not the users hitting the caps lock key.
Sounds like bad software and or practices to me.