vote up -4 vote down star
  1. Do you find CAPS LOCK useful, and for what?
  2. Do you use any funky scripts or programs that change default behaviour of the key?
flag

77% accept rate
Why not get a keyboard where the Caps Lock location is used by the key that's actually supposed to be there? pfusystems.com/hhkeyboard/hhkeyboard.html/… – bzlm Oct 14 at 14:29

27 Answers

vote up 4 vote down check

I never use the Caps Lock key. In fact, I've taken to remapping it. I've had two laptops now that, because of the placement of the trackpad, my hands always seem to be a little too far left. I remap the Caps Lock key to be another 'A'. I still have a problem being shifted left, but at least I don't go into caps mode.

link|flag
I have remapped mine to be the "Windows" key that my laptop does not otherwise have. – Chris Noe Oct 23 '08 at 19:32
vote up 24 vote down

I use it all the time!

I like flipping the light on my keyboard while I'm thinking.

link|flag
1  
That's about all it's good for. – __ Oct 23 '08 at 19:05
How could anyone find this offensive? – toolkit Oct 23 '08 at 20:07
1  
@toolkit: people are idiots – BoltBait Dec 3 '08 at 22:46
Ha I do that too ... except I also flip the num lock and scroll lock in sequence – John W Aug 20 at 22:03
A sad side-note: my new laptop doesn't have any indicator lights for Caps Lock or Num lock, and doesn't support scroll lock at all; now, I don't know what I'll do! (Dell Studio 17) – Nescio Nov 16 at 15:40
show 1 more comment
vote up 9 vote down

CAPS LOCK IS CRUISE CONTROL FOR COOL

link|flag
You so don't deserver an upmod for this answer, but it made me laugh, and you already have more rep than you have a use for, so it makes no difference! – ddaa Oct 23 '08 at 19:17
Not just COOL - FOUR POPPED COLLARS COOL – John W Aug 20 at 22:02
EVEN WITH CRUISE CONTROL YOU STILL HAVE TO STEER – CesarB Nov 13 at 13:32
vote up 4 vote down

Yes, some types of programming do use the caps lock key. For example, in C and C++ it is common for constants to be in all caps.

Also, some organizations have coding standards that require certain things to be in all caps. For example, I worked somewhere that required that all SQL keywords be in all caps.

I'm not saying this is a good thing. I'm just saying that I often use my caps lock key, and I'd be unhappy if I had to hold down the Shift key instead.

link|flag
1  
I hold down the shift key, no matter how long the name of my constant. – Mnebuerquo Oct 23 '08 at 19:15
Yeah, holding the shift is so more natural. With CL I would have to do a pause to actually take it OFF. – Krzysztof Koźmic Oct 23 '08 at 19:20
Don't you find it irritating to switch from one shift key to the other, when the identifier mixes letters from both ends of the keyboard? – finnw Aug 25 at 22:34
I use the left shift key and hit the furthest left key column with my left ring finger (so it has to cover two columns). – mmyers Nov 16 at 16:13
vote up 3 vote down

Well, if you program in LOLCODE you have no choice.

link|flag
vote up 2 vote down

I only use it when I program in BASIC.

link|flag
vote up 2 vote down

Yes, I have it remapped to CTRL. It's much more useful that way.

link|flag
vote up 2 vote down

alt text

link|flag
vote up 2 vote down

NO I NEVER USE IT.

link|flag
vote up 2 vote down

Yes, I use it a lot! Now that I changed it behavior with AutoHotkey...

; A substitute for AltGr key: no need for finger gym.
; Plus provide alternative way to get some other special chars
; that I usually get with Alt+Numpad0 Numpad... and others with the char applet.
; Type CapsLock followed by a key below to get the corresponding character.
CapsLock::
    Input key, I L1 T2, {Escape}
    el := ErrorLevel
    If (el = "Timeout" or el = "EndKey:Escape")
    {
    	; Timeout (or escaped), do nothing
    	Goto NoCapsLock
    }
    pos := InStr(keysCapsLock, key, true)
    If (pos > 0)
    {
    	StringMid c, charsCapsLock, pos, 1
    	; Manage dead-keys by adding a space after
    	If c in ~,``,^
    		c := c . " "
    }
    Else If key in !,?,:,;, ,`%,q
    {
    	If (key = "q")
    		c := "’"
    	Else If (key = " ")
    		c := " "
    	Else
    		c := " " . key
    }
    Else
    {
    	c := key
    }
    SendRaw %c%
Return

; To call from Auto-execute section
CapsLockAltGr:
    keysCapsLock = "'(-_à)=eaAoO0279<>éèç
    charsCapsLock = #{[|\@]}€æÆœŒÀÉÈÇ«»~``^
Return

; If timeout or Escape to cancel the CapsLock, warn the user
NoCapsLock:
    ToolTip CapsLock: %el% %key%
    SetTimer RemoveToolTip, 1000
Return

And I still can lock caps (although I never do it) with Ctrl+CapsLock anyway.
OK, it is more useful for people using accented characters (I am French) but it can be still an interesting abbreviation expander.

I also do:

Numlock::   Return

because I don't want to go out of numeric keypad mode accidently.

link|flag
vote up 1 vote down

Never use it. I'd like to disable it if it was easy and reliable to do so.

link|flag
Just pry the key off the keyboard. It's much harder to hit the little nub accidentally – tloach Oct 23 '08 at 19:03
If you are going to do that, it would be better to remap it to ctrl – 1800 INFORMATION Oct 23 '08 at 19:07
I would remap it to tab. The most frequent accidental use of caps lock is when I hit tabs – Federico Ramponi Oct 23 '08 at 19:37
vote up 1 vote down

I'm surprised at the lack of obscene comments about using it while typing one handed.

link|flag
vote up 1 vote down

I sometimes use the flipping LED to see if the PC has locked up. But, if necessary, I could switch to NumLock.

link|flag
vote up 1 vote down

Enso uses the caps lock key open the command window.

link|flag
vote up 1 vote down

I use Caps lock to enter postcodes and social security "number" into phishing sites. So all the time :-)
( The UK use capital letters and numbers for postcodes and socsec 'numbers', not just numbers. )

link|flag
vote up 0 vote down

VERY rare to use it. I have a Sun keyboard where the control and caps lock are in their proper places (swapped from "normal" convention).

link|flag
vote up 0 vote down

IS THERE ANY REASON TO EVER, EVER USE THE CAPS LOCK KEY?

link|flag
vote up 0 vote down

No........

link|flag
vote up 0 vote down

Whenever I try to use my caps lock, I also try to use regular sentence case. tHEREFORE, i OFTEN HAVE SENTENCES THAT LOOK LIKE THIS. Because of this, I rarely use that key

link|flag
vote up 0 vote down

I don't. I do know someone who uses it instead of shift however.

link|flag
Isn't it like twice the keystrokes? – Krzysztof Koźmic Oct 23 '08 at 19:21
It is common behaviour among people trained with typewriters. – Martinho Fernandes Jul 15 at 14:49
vote up 0 vote down

I've been known to map it for games, but my typical usage of capslock is only on that rare occasion when I'm writing more caps than lowercase. Especially when I'M MAKING A JOKE IN IM ABOUT PEOPLE WHO DON'T HAVE AN INSIDE VOICE or I'm mocking VisiSoft's VSE.

Column 8 is your friend; lower-case letters in source code are a complicated and redundant way for software programmers to ensure job security.

link|flag
vote up 0 vote down

Yes, I do use it, in the following situations:

1 - If I am coding something where all-caps is a reasonable convention, such as CONSTANT_NAME = 5;

2 - I know this is a holy war, but I do like to type SQL keywords in all-caps.

But those uses don't really justify the position on the keyboard. It should probably be up where scroll lock is.

link|flag
All-caps is never a reasonable convention. NEVER! – bzlm Oct 14 at 14:27
vote up 0 vote down

I press my caps-lock key constantly, it just doesn't produce the caps-lock function. I use Sysinternals Ctrl2cap to make it my Ctrl key, which is much more logical. It's my Ctrl key that I never, ever, touch.

link|flag
vote up 0 vote down

I do use caps-lock occasionally:

  • To type TLAs and other acronyms.
  • The Python convention is that constants should be named in ALL_CAPS_WITH_UNDERSCORE style.
  • SQL is traditionally written with way too many uppercase words. I tend to follow this tardition (sic!) sometimes.

I tried once to swap my caps-lock and ctrl keys, but I switched back. The reason: being a touch-typist, I use both the right-ctrl and the left-ctrl keys. I find it disturbing if both ctrl keys are not in symmetrical positions, and all the keyboards I know have only one caps-lock key on the left.

link|flag
vote up 0 vote down

I use caps lock when playing Oblivion (or one of a handful of other games), where it functions as a sticky run toggle. Other than that, its only function in my life is to make me curse at whoever chose it should exist because I accidentally hit it instead of shift.

On non-gaming systems, I have it mapped to either ctrl or nothing, depending on my mood when setting up the mapping.

link|flag
vote up 0 vote down

I remap caps lock to be another CTRL key. Very useful.

link|flag
1  
Damn, you're a CTRL freak. – bzlm Oct 14 at 14:28
vote up 0 vote down

vi/vim users may find it useful to map it to ESC.

But I've always used backspace for that instead.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.