Is Caps Lock Dead? 1206
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?"
No! I use CapsLock as my "ESC" key (Score:5, Informative)
Re:No! I use CapsLock as my "ESC" key (Score:5, Funny)
Caps Lock has another very important purpose (Score:4, Funny)
Re:Caps Lock has another very important purpose (Score:4, Funny)
Re:No! I use CapsLock as my "ESC" key (Score:4, Insightful)
Re:No! I use CapsLock as my "ESC" key (Score:5, Insightful)
Re:No! I use CapsLock as my "ESC" key (Score:4, Funny)
<pedant> That's not entirely correct. Old UNIX keyboards had Caps lock and left-ctrl the other way round. I still have a PC keyboard with this layout. </pedant>
That being said, the only use that I can think of for caps lock is to keep us sysadmins busy answering "Why doesn't my password work" queries!
Re:No! I use CapsLock as my "ESC" key (Score:4, Informative)
Well my roomate has this... (Score:5, Interesting)
http://www.cs.ucr.edu/~beyert/articles/e
-Grump
bet you tim!
Swap caps lock and control (Score:5, Insightful)
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.
Re:Swap caps lock and control (Score:4, Interesting)
i feel ctrl is fine the way it is (ctrl+x,c,v)
But i'll give caps/ctrl a try.
thanks
-Grump
Re:Swap caps lock and control (Score:4, Insightful)
My "CapsLock" keys have the legend worn off of them, and one even has a groove from where my pinkie's fingernail hits it.
Re:Swap caps lock and control (Score:5, Interesting)
There are a few really big flaws in the kinesis layout though, one is the damn Caps Lock next to the A, the other is a tiny chicklet Escape key way up in left field. But the Kinesis layout is easy to re-program, so I tried a few different re-arrangements and evenutally settled on making the key next to A another Escape, just like mister Vim-User recommends.
Re:Swap caps lock and control (Score:5, Interesting)
The (conspiracy) theory I've heard is that both Gates and Jobs were trying to kill off all the old DOS wordprocessors that used control keys extensively in the late 80s, particularly WordStar. So hardly any control keys were used in early Windows apps (mostly ALTs if anything), and Gates "encouraged" keyboard manufacturers to follow his layout that made Control less convenient. After the DOS apps were well and truly dead he allowed control keys to be used more. Perosonally I have CAPSLOCK and CONTROL swapped.
Here's an interesting article [google.com] excerpt:
I use it all the time (Score:5, Funny)
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?
Re:I use it all the time (Score:4, Interesting)
Re:I use it all the time (Score:5, Insightful)
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.
Re:Swap caps lock and control (Score:4, Funny)
I don't see that 'feature' in emacs
Re:Well my roomate has this... (Score:5, Interesting)
Still use it sometimes.. (Score:3, Interesting)
Yes (Score:5, Insightful)
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.
Re:Yes (Score:5, Informative)
Go to this path in the registry editor:
HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ Keyboard Layout
In that registry path, add a new binary value, like so:
Name: Scancode Map
Type: REG_BINARY
Data:
00 00 00 00 00 00 00 00
02 00 00 00 1D 00 3A 00
00 00 00 00
This required a reboot to take effect (for me, anyway).
Re:Yes (Score:5, Interesting)
If you still want a caps-lock for some reason, you can swap them with this binary value:
It's the first thing I do when installing Windows on new systems. If a client gives me a computer for use during a project (even a short one), I make the same change and put it back before I leave on the last day.
However, I'm considering dropping the caps-lock key altogether and making both into control keys. When I swap them, most people have a lot of trouble using my keyboard -- which is either a problem or a feature, depending on your point of view.
Re:Yes (Score:5, Informative)
http://www.microsoft.com/downloads/details
Then that has a nice little thingy called remap.exe. Let's you remap any key to any other.
Re:Yes (Score:5, Informative)
Download is for "Windows Server 2003 Resource Kit"
Re:Yes (Score:5, Informative)
Re:Yes (Score:5, Interesting)
Here's the official way of remapping keys: (Score:5, Informative)
Here's the official way of remapping keys in Windows XP and Windows 2003 Server:
1) Download the Resource Kit Tools [microsoft.com].
2) Run Remapkey.exe to Remap the Windows Keyboard Layout anyway you want.
For some very strange reason, this sometimes does not work reliably in a DOS window when using a PS/2 to USB converter for the keyboard. Since the remapping is done at a fundamental level, the failure is difficult to understand.
Download .reg file here (Score:4, Informative)
I disabled mine long ago and haven't looked back.
Re:Yes (Score:4, Interesting)
Re:Yes (Score:5, Informative)
The first one will save you lots of money in mailing. If your company is in to saving money, then your mailing lists already do that. Compressability of data is *very* important for large-scale systems, and can have significant improvements with an ALL CAPS DATABASE. The last two just help reduce system load and operator error; both are good things to reduce.
frob
Re:Yes (Score:3, Funny)
Re:Yes (Score:3, Informative)
OF COURSE IT SERVES A PURPOSE (Score:4, Funny)
Re:OF COURSE IT SERVES A PURPOSE (Score:5, Funny)
Re:OF COURSE IT SERVES A PURPOSE (Score:3, Insightful)
Re:OF COURSE IT SERVES A PURPOSE (Score:5, Funny)
I call this the: clause.
Yes. (Score:4, Informative)
Re:Yes. (Score:5, Funny)
Re:Yes. (Score:5, Informative)
Re:Yes. (Score:4, Interesting)
Not everyone is a programer (Score:5, Insightful)
Re:Not everyone is a programer (Score:5, Interesting)
That's about all I notice when I skim over a license agreement, anyway.
Re:Not everyone is a programer (Score:5, Funny)
They might as well have renamed it the 'RTFM' key.
Computer freeze check (Score:5, Insightful)
Re:Computer freeze check (Score:5, Informative)
Re:Computer freeze check (Score:5, Informative)
We should keep capslock (Score:5, Funny)
OMG! (Score:5, Funny)
Re:OMG! (too much trouble) (Score:4, Interesting)
"Ok sir, your password is not working? Ok then, have you tried turning off your caps lock? Yes sir, the caps lock key. That's a key on the left side of the middle of your keyboard. Try pressing it once and then typing in your password again. Working now? Very good sir, have a good day."
Productivity in the US may increase by 10% if we got rid of the stupid thing. If you *need* to type in all caps, pick a menu-option in your word processor or other application.
Re:OMG! (too much trouble) (Score:3, Funny)
I hate being told to "Power Cycle". It must be someplace in the Comcast tech-support handbook. But it gives me a good chuckle.
For checking if system is dead (Score:3, Informative)
What a silly question (Score:5, Insightful)
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!
Re: (Score:3, Interesting)
Re:What a silly question (Score:5, Informative)
Only if you consider *nix an obscure program. Scroll lock in those (at least those that I've tried it in, which means a couple different flavors of Linux and FreeBSD) stops the screen from scrolling so you can read it. FreeBSD will even let you scroll up with the arrow keys so you can see text that has scrolled off the screen. It's actually quite useful. (For instance, you're maknig something with dependencies and a message comes up that you should actually read but it starts to compile the next thing, you can still read it. Also removes a lot of the benefit of piping stuff to more or less.) I would imagine there's a way to set this up under Linux too, but I haven't yet seen a distribution that has it working out of the box and I don't know how to configure it.
Re:What a silly question (Score:4, Informative)
Re:What a silly question (Score:4, Informative)
Re:What a silly question (Score:4, Informative)
I use it every day - it's a common shortcut key for KVM switches (Belkin, at least). Scroll Lock - Scroll Lock - Machine #.
That's still somewhat a testament to it's uselessness though. I'm fairly sure the KVM makers thought to themselves "we need a shortcut key on the keyboard... one that is almost never used for anything else..."
Now now young man (Score:5, Funny)
Re: (Score:3)
Re:Now now young man (Score:3, Informative)
Used to be the way to terminate a BASIC program (Score:3, Informative)
Yes, it is (Score:4, Insightful)
Caps Lock? Who cares about Caps Lock? (Score:5, Interesting)
Re:Caps Lock? Who cares about Caps Lock? (Score:4, Insightful)
Re:Caps Lock? Who cares about Caps Lock? (Score:3, Informative)
My Belkin KVM switch uses syslog to change systems. Linux uses it to pause fast moving console output. BSD uses it to view the console history.
Replace it with a key labelled [help] (Score:5, Insightful)
Re:Replace it with a key labelled [help] (Score:5, Informative)
It's right above the delete key in place of the infrequently used insert key.
Unlike the PC makers' latest trend of adding a bajillion buttons to the keyboards that will never be used, apple added four buttons above the numlock pad in place of the "lock" lights (which in place are located directly on their respective keys). The four (incredibly useful!) buttons are:
Volume Down
Volume Up
Mute
Eject Disc (less useful than other 3, especially if you have more than one optical drive. Still, since Mac OS requires a software dismount, it's necessary.
Oh yeah... did I mention that it has a USB hub in it? Why the hell are we still shipping PCs with 12-year-old PS/2 technology?
I just miss the power button. Even so, apple's relocated it to the monitor (another thing PC makers should have done years ago), which in my mind is the 'proper' place for the system's power button.
Re:Replace it with a key labelled [help] (Score:4, Insightful)
Re:Replace it with a key labelled [help] (Score:5, Informative)
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).
USN (Score:5, Informative)
Character Codes (Score:3, Interesting)
Still Useful (Score:3, Informative)
I'm not a touch typist, and I often just use my right hand to type, leaving the other hand free for holding books, documentation, operating equipment, etc. Caps lock is useful when I have to type in hexadecimal constants, or source code that is all in upper-case (FORTRAN, Assembler).
Comment removed (Score:3, Informative)
uControl nixes Caps Lock on Mac OS X (Score:3, Informative)
I also used it to remap the "Enter" key to the right of the spacebar on my 15" TiBook to "Command" -- I have no clue why Apple thought that was a good idea, but uControl saved the day.
It's very well designed -- if it thinks there's going to be a conflict when booting into an upgraded OS it will disable itself (vs. barfing and causing a system panic...)
Happy Hacking (Score:5, Informative)
Remap the key, keep the functionality. (Score:3, Interesting)
In most cases the 'Caps Lock' key takes two fingers to engage, and one to disengage. Mostly the two fingers are required because the mechinism is so disused that the key doesn't want to respond, but in any case it is a heavy key to use. To disengage the Caps Lock feature you hit the Shift key.
I would suggest that the Caps Lock key on it's own be treated as a Meta key, or Escape key, however if you do a 'Shift'-'Caps Lock' combination it engages the caps-lock, and if you hit and release 'Shift' again without another key (or perhaps with only a letter key) it drops the Caps Lock status.
Granted I suspect that most typists who learned on mechanical and early electric typewriters have adjusted to the computer keyboard, so you probably are not going to 'impress' anyone with the feature, but it would make sense as a result.
Just a thought....
-Rusty
scraping the bottom of the barrel! (Score:5, Insightful)
Engineering Drawings (Score:5, Interesting)
95.84% of all engineering drawings (for bridges, airplanes, refineries, etc.) use all caps. Even though we textually shout at the fabricators/contruction guys, every now and then someone installs a checkvalve backwards or forgets to grout some 10,000# machinery.
I figure the original forced use of caps on these drawings is (was) to force the draftsmen to raise the writing instrument for each letter, so as to avoid the sloppy penmanship that usually accompanies cursive.
COBOL isnt dead (Score:3, Interesting)
My univeristy still teaches a course in COBOL, its the first data processing course and it really was useful. Mainly because most major corperations that have mainframes still use COBOL for their data warehouses.
COBOL ain't dead... well... it may be. but it's still warm.
and where would we be without the all caps flame wars of the fark forums and irc??
I use it. (Score:5, Funny)
In fact, I'm developing an application right now that requires Caps Lock.
Press CAPS LOCK to proceed.
Press SCROLL LOCK to cancel.
Please don't take my CAPS away from me!
I definitely use it. (Score:3, Interesting)
- IP
The Military, for starters (Score:5, Informative)
Capslock is used all the time in the corp world. (Score:5, Informative)
Dear Slashdot (Score:5, Funny)
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!)
How to defeat 13-year-old AOLers (Score:5, Funny)
No, but Reagan is. (Score:5, Interesting)
I use the hell out of caps lock; it's my "prone" key in FPS shooters. Others use it for radio, etc. Aside from games though, I don't use it overmuch.
Keyboard update suggestions (Score:4, Insightful)
There are several keys that I think should be standard on all keyboards, not just to avoid having to use combinations, but mainly to avoid having a different combination in each program (ex., some programs use Ctrl+Z for undo, others use Alt+Backspace, etc.). Here's my list:
Most of these keys could simply emulate the most common shotcuts (ex., Help = F1, Cut = Ctrl+X, etc.), so they would automatically be compatible with most existing programs.
I doubt this will happen anytime soon, though, since Microsoft is pretty much the only company with the power to dictate a "standard", and the fact that the only new keys to appear in several years are the "winkeys" shows that their idea of a "useful" key is one that has their logo on it, even if it's only used about once a month (or, in my case, not even that).
Also, one thing I'd like to see is a mouse where, instead of a scroll wheel (or two wheels), there was a mini-trackball, that could be used to scroll both vertically and horizontally. I'm surprised no-one has come up with this yet (at least I've never seen one).
RMN
~~~
backspace for lefthand (Score:4, Interesting)
Anyone remember (Score:4, Interesting)
Using Caps Lock *instead* of Shift! (Score:4, Funny)
I have a cousin who comes over to my house for holidays (Thanksgiving, Christmas, etc...), and he used to run a web page. I was showing him some stuff, and he went to go update the page. I noticed he was typing pretty slowly, especially around capitals, and then I looked down at the keyboard...
He was using Caps Lock twice for each capital letter!
Like instead of [SHIFT]H[/SHIFT]ello, world! he would do [CAPS LOCK/]H[CAPS LOCK/]ello, world!...
It was truly painful to watch. So, I told him, you shouldn't use the Caps Lock key like that, because that's what Shift is for! At the time, he got annoyed at me and said something like, I've already learned it this way, it's quicker for me...
Lo and behold, the next time he runs into me, he says thanks, I can type much faster now... it's now become a sort of joke between the two of us...
I can't figure out where he would learn that from, though... any ideas?
Capslock? What's that? (Score:5, Funny)
Re:EASY IQ DETECTION (Score:5, Funny)
IT'S SPELLED MORANS, YOU DUMMY.
Re:for actually using a computer (writing document (Score:5, Funny)
Yeesh, mate. Shift. SHIFT.
Re:for actually using a computer (writing document (Score:5, Funny)
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???
Re:for actually using a computer (writing document (Score:3, Funny)
Yeah I see it. You're surely not suggesting that you used the caps lock key for that little "N" are you? If you are then not on is that a truly awful example of why caps lock is useful, it also shows that you have no idea of how to efficiently use your keyboard.
Re:for actually using a computer (writing document (Score:5, Insightful)
Re:SQL (Score:3)
SELECT * FROM dork
WHERE dork = hotchicks!
This seems to be the general convention in my favorite mySQL [amazon.com] book.
nick
Re:Insert Key (Score:3, Informative)
mark text
Ctrl+Ins = Copy
Shift+ins = Paste.
Works in most programs on both windows and linux...
---
Re:It should be replaced... (Score:5, Funny)