Slashdot Mirror


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?"

185 of 1,206 comments (clear)

  1. No! I use CapsLock as my "ESC" key by ClarkEvans · · Score: 5, Informative

    especially useful in VIM.

    1. Re:No! I use CapsLock as my "ESC" key by Anonymous Coward · · Score: 5, Funny

      I find a drop of superglue under the key ensures its continued usefulness.

    2. Re:No! I use CapsLock as my "ESC" key by dragonman97 · · Score: 2, Insightful

      I did the same thing after I got fed up with the key, and found a nice utility to remap it on my Windows machine at work - life's so much easier that way.

    3. Re:No! I use CapsLock as my "ESC" key by Cainam · · Score: 2, Insightful

      Why not just use the Esc key as your "ESC" key?

    4. Re:No! I use CapsLock as my "ESC" key by LS · · Score: 2, Informative

      I understand your pain when it comes to moving your hands away from the home row. But there's another way to escape that doesn't involve remapping the caps-lock: it's ctrl-[

      LS

      --
      There is a fine line between being a cultivated citizen and being someone else's crop. - A. J. Patrick Liszkie
    5. Re:No! I use CapsLock as my "ESC" key by mirko · · Score: 4, Insightful

      Or in Quake : I use it mapped to the "Always Run" function.

      --
      Trolling using another account since 2005.
    6. Re:No! I use CapsLock as my "ESC" key by Z4rd0Z · · Score: 2, Informative

      I remap caps lock to ctrl, and use 'ctrl-[' instead of escape. I thought abouting remapping caps lock to esc, but realized I need ctrl a lot too. I get the best of both worlds this way.

      --
      You had me at "dicks fuck assholes".
    7. Re:No! I use CapsLock as my "ESC" key by andy+landy · · Score: 3, 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!

      --
      perl -e 'print "Just another Perl newbie\n";'
    8. Re:No! I use CapsLock as my "ESC" key by EvilMidnightBomber · · Score: 5, Insightful

      The problem with making ANY remapping changes to your keyboard is that in a programming environment where you frequently have to hop on other people's comps to "drive", you instantly take on the role of "goober who can't type" rather than "superhero debugger". It's bad enough there isn't universal standardization of the all-important backslash key, which 2/3 of the time is a std-sized key below enter and 1/3 of the time a 2x length above it.

    9. Re:No! I use CapsLock as my "ESC" key by efti · · Score: 3, Informative

      The Windows key is a better candidate for this as it's not used for anything on a Linux system anyway.

      Adding the following to your ~/.bashrc or similar will turn your left Windows key into another escape key:

      xmodmap -e 'keysym Super_L = Escape'
      --
      I signed up for a /. account and all I got was this crappy sig
    10. Re:No! I use CapsLock as my "ESC" key by Weirdofreak · · Score: 2, Insightful

      On my keyboard (UK) it's to the left of Z.

      When I first got Linux up and running, it was using an American layout. To use backslash I had to press hash, and God knows where the hash key was mapped to, because the backslash key didn't do anything. I found myself copy and pasting from the Perl scripts I'd transported over from my parents' Windows box. Thankfully though, I only needed it in said Perl scripts. " was @ and @ was ".

      Now, not only have I figured out how to change the layout, I've also managed to figure out how to stop num lock from being on when I log in. I've got nothing against the key, it's the LED that I hate.

    11. Re:No! I use CapsLock as my "ESC" key by davids-world.com · · Score: 3, Informative

      You might want to join the Anticapslock community :-)

    12. Re:No! I use CapsLock as my "ESC" key by plaa · · Score: 2, Interesting

      I guess a rather large number of Linux users have mapped their Caps Lock to some other function, the most common probably being Control or Esc.

      I've mapped it to Enter instead, for a purely ergonomic reason: On the Finnish keyboard, the keys have been rearranged to allow for the letters ä, ö and å, and there are two keys between my right little finger and the enter key (from my right hand: j, k, l, ö, ä, ', Enter). When I started using IRC more, my right little finger started getting really sore from hitting enter. I added the Caps Lock enter, and the hurting stopped immediately. Now I'm not even sure which one I use more - it just comes naturally.

      Of course, my big brother complains about this every time he uses my computer (not very often). He has his Caps Lock mapped to Control, and every time he tries to cancel some command using Ctrl-C, something awful happens... ;)

      --

      I doubt, therefore I may be.
    13. Re:No! I use CapsLock as my "ESC" key by trburkholder · · Score: 2, Funny

      Try the "flashing VCR" repair, plain old black electrical tape.

    14. Re:No! I use CapsLock as my "ESC" key by marcansoft · · Score: 2, Interesting

      On my Spanish keyboard it's Alt Gr (Right Alt)+the key left to the 1. Used to be a pain under Windows. But / is just slighty easier, it's Shift+7. At least Shift is used more often.

      The absolute worst is ~ for home, since under windows I had to type ALT+NUMPAD1,2,3 at lest on old ones (ASCII code) and you know those 8-letterized filenames under DOS. Now under linux AltGr+4 is much easier (it works under Windows but it's treated as an accent i.e. you need to type a space after it, for example typing ~n makes ñ) but still, it's annoying when you type # or ½ due to missing the 4.

      Spanish keybords are, IMHO, a complete mess symbols-wise. What's more important, or #? Well they've got mapped to shift+3 and # mapped to altgr+3.

      I just learned that AltGr+7,8,9,0 is {[]}. They're usually AltGr+the keys left to Enter (so there are 2 possible ways of typing them). What a mess. '=' is also wretched, you need shift. Backticks are a grave-accent and thus need space.

      I'd remap them, but I'm too used to standard keyboard and I wouldn't be able to type on others, let aside the fact that I don't know how to type without looking every once in a while, and having keys do something other than printed would be a mess.

    15. Re:No! I use CapsLock as my "ESC" key by Quantuminium · · Score: 2, Funny

      Didn't you know all touch typists have small chubby fingers?

    16. Re:No! I use CapsLock as my "ESC" key by tunah · · Score: 2, Interesting

      Windows key is _really_ useful for me in X. It's a modifier that no applications check for, so I can use it for global shortcuts, exactly the ones I want: win+arrow to change virtual desktops, win+d for desktop and win+r for run (XP got this right IMO) and a few for frequently used apps.

      --
      Free Java games for your phone: Tontie, Sokoban
    17. Re:No! I use CapsLock as my "ESC" key by ignorant_newbie · · Score: 2, Funny

      >Despite your low slashdot ID,
      >you clearly didn't cut your teeth on a Sun
      >mainframe. :)

      And neither did you, given that Sun doesn't make mainframes, and never has.

      Misuse of the word 'mainframe' in popular media is starting to really piss me off ( just watched 'the Net' a couple of hours ago... ) but on slashdot? come on. too many of us are going to realize that you're 12 and running winme.

  2. Well my roomate has this... by ForestGrump · · Score: 5, Interesting

    escape and caps lock key switch.
    http://www.cs.ucr.edu/~beyert/articles/es cclock.ht m

    -Grump
    bet you tim!

    --
    Is it true that more people vote for the winner of American Idol, than vote for the president? -Ali G.
    1. Re:Well my roomate has this... by EvanED · · Score: 4, Interesting

      Sounds dangerous... with the number of times I've hit caps by accident, I don't think I'd want to hit esc by accident...

  3. Still use it sometimes.. by angst7 · · Score: 2, Interesting

    Mostly for entering product keys.

    --
    StrategyTalk.com, PC Game Forums
    1. Re:Still use it sometimes.. by jakek101 · · Score: 2, Interesting

      Alt is very useful, Alt+F4 and Alt+Tab being the most common. Scroll lock is useful is you use spreadsheets often, but it really could be done in software. Pause is still used in some games, and I find PgUp, Home and their kin to be useful in word. To tell the truth I think Caps Lock and Num Lock could be eliminated. What was the last time anyone used the function keys that are on the numpad?

    2. Re:Still use it sometimes.. by el_gordo101 · · Score: 2, Insightful

      I use Home, PgUp, PgDn, and End all day long. Combined with the Ctrl and Shift keys, they are very powerful for navigating aound your documents, editing code, etc. Once you master using these keys and their Ctrl/Shift combos, you will rarley use a mouse again.

      --
      TODO: Insert witty sig
    3. Re:Still use it sometimes.. by jrockway · · Score: 2, Informative

      Not really. Once you master C-a, C-e, C-v, M-v, etc, THEN you'll never use a mouse again. Home and its friends are just too far away from the home row to be really useful. Thank God for emacs keybindings :)

      --
      My other car is first.
  4. Yes by linuxpoweredtrekkie · · Score: 5, Insightful

    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.

    1. Re:Yes by falzer · · Score: 5, Informative

      Here's how I made capslock an extra control in Windows 2000/XP.

      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).

    2. Re:Yes by ptbarnett · · Score: 4, Interesting
      Here's how I made capslock an extra control in Windows 2000/XP.

      If you still want a caps-lock for some reason, you can swap them with this binary value:

      00 00 00 00 00 00 00 00
      03 00 00 00 1D 00 3A 00
      3A 00 1D 00 00 00 00 00

      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.

    3. Re:Yes by Anonymous Coward · · Score: 3, Funny

      When would I need to do this? When sending email to an AOL user?

    4. Re:Yes by ejdmoo · · Score: 4, Informative

      It's much easier to download this:
      http://www.microsoft.com/downloads/details. aspx?Fa milyID=9d467a69-57ff-4ae7-96ee-b18c4790cffd&Displa yLang=en

      Then that has a nice little thingy called remap.exe. Let's you remap any key to any other. :)

    5. Re:Yes by Hatta · · Score: 2, Informative

      tr '[:lower:]' '[:upper:]' from the shell. gUip in vim to uppercase the current paragraph. Any decent text editor will have a similar feature.

      --
      Give me Classic Slashdot or give me death!
    6. Re:Yes by Audity · · Score: 4, Informative

      For those too timid to enter binary codes into the windows registry, there's a program out there called KeyTweak for you. Thats for win2k/xp, nearly everyone else can head here.

    7. Re:Yes by DanTilkin · · Score: 5, Interesting

      I find it humorous that in showing how to not have a caps lock key, you made a post that could have used the caps lock key.

    8. Re:Yes by JPriest · · Score: 5, Informative

      Fixed link
      Download is for "Windows Server 2003 Resource Kit"

      --
      Saying Java is nice because it works on all OS's is like saying that anal sex is nice because it works on all genders.
    9. Re:Yes by Gabrill · · Score: 3, Interesting

      You guys are forgetting that the caps lock key is older than your silly programming languages. There was and still are uses for all caps sequences in many facets of typing. Caps are more easily readable on envelopes, some database and spreadsheet entries, titles of chapters, and many more writing applications. Sheesh. Newbies.

      --
      Always going forward, 'cause we can't find reverse.
    10. Re:Yes by Frobnicator · · Score: 4, Informative
      Caps are more easily readable on envelopes, some database and spreadsheet entries, titles of chapters, and many more writing applications.
      I work with several different databases. All of our database data is stored in caps. Why? In decreasing order of significance:
      • Postal Service Discount Requirements - Unless you like spending lots of money on mailings, use one of the discount mail formats, such as automatable mail. Automatable mail means CASS cerification, which means using all caps. Otherwise, the best bet is using an all-caps, 8-18 point sans serif, uniform stroke width font, 3/4 to 3 point space between characters. We found that 10 or 12 point ariel fits the requirements. If you use bulk mailing and you don't fit the requirements, the mail can be thrown out, not returned, so you wouldn't know that your mixed-case address had problems.
      • Compression size - Your compressor should notice that almost all the data are of about 30 values {0-9, the common A-Z values, space}, and a few other symbols for the database system. That tiny alphabet, and considering the rarity of certain alphabet letters, will make dynamic huffman VERY happy. Mixed case would at least double the size of the compressed alphabet, meaning larger backups. If you do backups (you do, don't you?) it helps. If you have to distribute the database to different sites, it really helps. In one example I encountered recently, the client had about 6 GB of compressed data and wanted to send it to all of their stores nightly. Each store is equipped with a dedicated high-speed line, but 6GB daily (over 9 hours on dedicated T1) is too much for a nightly transfer. After looking at their data, simply converting everything to caps let it compress to just over 1 GB of data (under 2 hours over a T1 network).
      • Uniform - It's easier to search for names that some people like to have different capitalization rules on (Shrudili/ShruDili/ShruDiLi, MacKay/Mackay, etc) Yes, you can do a case insensitive match (you insensitive clod) but it takes more CPU work; That's bad when a batch run already takes a long time for simple case sensitive matches.
      • Readability - It's much easier to read names and addresses on the screen when they aren't mixed case.

      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

      --
      //TODO: Think of witty sig statement
    11. Re:Yes by hyc · · Score: 2, Interesting

      Hm, the last time I dealt with CASS for an automated mailing, the only requirement was a ZIP+4 barcode. Mixed-case address info was fine, the automated routing equipment only cares about the bar code...

      --
      -- *My* journal is more interesting than *yours*...
    12. Re:Yes by odie_q · · Score: 2, Informative
      "Readability - It's much easier to read names and addresses on the screen when they aren't mixed case."

      This puts you in the minority. I have worked with readability (mostly related to layout, contrast and fonts), and to the overwhelming majority of us all caps text is significantly more difficult to read than mixed or even lower case text.

      And if your compression algorithm compresses all caps text twice as much as mixed case, your compression algorithm sucks. Text is not random characters, it contains a lot of compressable repetitions, the very small portion of these that are affected by mixed case is negligible.

      Consider this example:
      $ ls -l
      total 2196
      -rw-r--r-- 1 odie users 922449 Jun 6 12:03 ALL_CHAPTERS.TXT
      -rw-r--r-- 1 odie users 177417 Jun 6 12:05 ALL_CHAPTERS.TXT.bz2
      -rw-r--r-- 1 odie users 922449 Jun 6 12:01 all_chapters.txt
      -rw-r--r-- 1 odie users 182350 Jun 6 12:05 all_chapters.txt.bz2
      --
      ...ceterum censeo Carthaginem esse delendam.
    13. Re:Yes by odie_q · · Score: 2, Insightful
      Ok, that might complicate matters, but there is just no way compressed size can double. Consider the following example (still not completely relevant, I know):
      $ ls -l
      total 3316
      -rw-r--r-- 1 odie users 922449 Jun 6 12:03 ALL_CHAPTERS.TXT
      -rw-r--r-- 1 odie users 177417 Jun 6 12:05 ALL_CHAPTERS.TXT.bz2
      -rw-r--r-- 1 odie users 922449 Jun 7 01:50 aLl_cHApTErs.TXt
      -rw-r--r-- 1 odie users 198291 Jun 7 01:52 aLl_cHApTErs.TXt.bz2
      -rw-r--r-- 1 odie users 922449 Jun 6 12:01 all_chapters.txt
      -rw-r--r-- 1 odie users 182350 Jun 6 12:05 all_chapters.txt.bz2
      -rwxr-xr-x 1 odie users 100 Jun 7 01:50 random_caps.pl
      We're talking 12% here, not 100%.

      --
      ...ceterum censeo Carthaginem esse delendam.
  5. OF COURSE IT SERVES A PURPOSE by blue_adept · · Score: 4, Funny

    how else are you supposed to shout?

    --

    "Is this just useless, or is it expensive as well?"
    1. Re:OF COURSE IT SERVES A PURPOSE by abhisarda · · Score: 5, Funny

      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.

    2. Re:OF COURSE IT SERVES A PURPOSE by randyest · · Score: 2, Insightful

      hold down shift?

      --
      everything in moderation
    3. Re:OF COURSE IT SERVES A PURPOSE by Anonymous Coward · · Score: 2, Funny
      Obligatory Maddox quote

      SEVEN SIXTEENTHS OF ONE INCH

      THAT'S THE DISTANCE YOU'D HAVE TO MOVE YOUR PINKY IN ORDER TO NOT SOUND LIKE AN IDIOT. I know the burden of pressing shift to capitalize is a great one, but c'mon Turing, you can do better than that. I used to type emails in caps like yours, but then I decided that I didn't want a job mixing concrete.

    4. Re:OF COURSE IT SERVES A PURPOSE by isthisthingon · · Score: 5, Funny
      Kidding (somewhat) aside, if you've ever read anthing in legalese there is ALWAYS at least one obligatory section that warrants being written in all caps.

      I call this the:
      "If you don't read anything else in this contract read this one,
      or our hungry attack lawyers will eat you and your young
      for lunch."
      clause.

      --
      And then one day you find, ten years have gone behind you....
  6. EASY IQ DETECTION by Anonymous Coward · · Score: 2, Funny

    If caps lock were gone, how would morons get their misdirected points across?

    1. Re:EASY IQ DETECTION by Anonymous Coward · · Score: 5, Funny

      If caps lock were gone, how would morons get their misdirected points across?

      IT'S SPELLED MORANS, YOU DUMMY.

  7. Yes. by HenryKoren · · Score: 4, Informative

    Naming convention in C++: Constants in ALL CAPS

    1. Re:Yes. by geoffspear · · Score: 4, Funny

      And do you give your constants names so long that you really need to use your caps lock key instead of just using shift?

      --
      Don't blame me; I'm never given mod points.
    2. Re:Yes. by Pooua · · Score: 4, Informative
      Some people actually know how to type, which means they use all the fingers on both hands to reach the necessary keys. More to the point, it means that holding down the shift key with one finger while trying to touch-type puts an odd strain on the hand and is poor typing posture. The shift key should only be used for at most 3 letters in sequence, and probably should be avoided for more than a single capital letter in a word.

      --
      Taking stuff apart since 1969 (TM)
    3. Re:Yes. by Talking+Goat · · Score: 3, Interesting

      And I suppose I'm not supposed to even slightly glance down at the keyboard at any time either? I got enough of this fascism in grade-school, further propagation via /. won't be necessary. Somehow, believe it or not, some of us have managed swimmingly. I think typing-nazi's belong in the same group with instructors at finishing schools and clerks at the DMV, which would also be the first group, coincidentally, against the wall...

      --

      + G to tha Izzo, A to tha Tizee, Talking Giz-oat, Ya'll Bettah Feel Me... +
    4. Re:Yes. by noda132 · · Score: 2, Insightful

      Pressing capslock puts the keyboard into upper case until the shift key is pressed. Then it should go off.

      While I think this is a clever idea, it would nullify the point above. People who use capslock to type in long constants would have to press it after each underscore. As any decent programmer will tell you, ACONSTANTNAME is much worse than A_CONSTANT_NAME.

      I personally touch-type and hold down the Shift key for long constants; I find it faster than synchronizing my Shift keypresses with my '_' keypresses.

  8. Not everyone is a programer by Dark+Bard · · Score: 5, Insightful

    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.

    1. Re:Not everyone is a programer by Slayk · · Score: 5, Interesting

      Legal docs have quite a few all-caps sections, I believe.

      That's about all I notice when I skim over a license agreement, anyway.

    2. Re:Not everyone is a programer by icannibal · · Score: 2, Informative

      Most if not all text in an engineering drawing are in CAPS.

    3. Re:Not everyone is a programer by FrostedWheat · · Score: 4, Funny

      The Amiga had a Help key. I believe it was where the PC's Escape key is. Or it could be on the other side not sure, been a while. The thing that always amused me was the fact that for most programs, even Workbench, the help key did nothing. Not a thing.

      They might as well have renamed it the 'RTFM' key.

  9. Computer freeze check by TheOtherAgentM · · Score: 5, Insightful

    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.

    1. Re:Computer freeze check by Cerv · · Score: 5, Informative

      But Num Lock and and Scroll Lock make Caps Lock redundant if that's all you ever use it for.

      --
      sig
    2. Re:Computer freeze check by Lehk228 · · Score: 4, Informative

      no, it's a low level windows fault, when the keyboard drivers are no longer functioning it is windows which has crashed

      --
      Snowden and Manning are heroes.
  10. We should keep capslock by inode_buddha · · Score: 5, Funny

    else it would be *very* discriminating against all those AOL'ers.

    --
    C|N>K
  11. OMG! by Ikari+Gendou · · Score: 4, Funny

    oF COURSE cAPSlOCK IS STILL USEFUL! iMAGINE ALL THE USERS OF THE WORLD NOT ABLE TO SEND LONG SHOUTING EMAILS IF cAPSlOCK WAS REMOVED! wHAT WOULD THEY DO THEN?! sTaRt UsInG aLt-ShIfT? tHE HORROR!

    --

    Call on God, but row AWAY from the rocks!

    1. Re:OMG! by wizrd_nml · · Score: 2, Funny

      (CAPSLOCK)I(CAPSLOCK) have met so many people that use (CAPSLOCK)CAPS(CAPSLOCK) (CAPSLOCK)LOCK(CAPSLOCK) to capitalise just the first letter of every sentence (or every word in a title). (CAPSLOCK)I(CAPSLOCK) call that the (CAPSLOCK)C(CAPSLOCK)an't-(CAPSLOCK)P(CAPSLOCK)ush -(CAPSLOCK)M(CAPSLOCK)ore-(CAPSLOCK)T(CAPSLOCK)han -(CAPSLOCK)O(CAPSLOCK)ne-(CAPSLOCK)K(CAPSLOCK)ey-( CAPSLOCK)A(CAPSLOCK)t-(CAPSLOCK)T(CAPSLOCK)he-(CAP SLOCK)S(CAPSLOCK)ame-(CAPSLOCK)T(CAPSLOCK)ime syndrome.

  12. For checking if system is dead by ivansanchez · · Score: 3, Informative

    Well, as I am using a mixture of Debian/Sid/Experimental and lots of unstable (and non-official) packages, my system freezes once in a while. However, pressing Caps Lock helps me check if the keyboard driver is still live (so that I can use the MagicSysRq Keys) or I must reboot by hand. Could use NumLock for that matter, but CapsLock is usually nearest to one of my hands. The truly useless key is ScrollLock, BTW...

    1. Re:For checking if system is dead by TrixX · · Score: 2, Insightful

      I usually use NumLock for that...

      Scroll lock is useful to stop the console scrolling (in linux VCs) when some program is spewing lots of data to stdout/err

      It can be dangerous. I remember once pressing it accidentally while burning a CD. cdrecord locked trying to write its progress to the console, the CDwriter buffer emptied, and I lost the CD.

  13. What a silly question by Overly+Critical+Guy · · Score: 5, Insightful

    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."
    1. Re:What a silly question by DrEldarion · · Score: 2, Interesting

      Agreed. If you're going to get rid of a key, maybe scroll lock would be a better one. I don't think I've ever actually seen anyone use it for anything besides playing with the pretty lights.

      Now, I'm not saying that it's NEVER used by ANYONE, because I'm sure someone will reply and tell me that it does some obscure function in some obscure program.

      While you're at it, get rid of SysRq.

    2. Re:What a silly question by Janek+Kozicki · · Score: 2, Interesting

      While you're at it, get rid of SysRq.

      SYSRQ KEY DOCUMENTATION v1.2

      Good use for SysRq was introduced long time ago. And still it is *very* useful. Eg. in bleeding-edge 2.6.x kernels

      without sysrq key I could have lost some important documents, I can't see a life without this key.

      --
      #
      #\ @ ? Colonize Mars
      #
    3. Re:What a silly question by EvanED · · Score: 4, Informative

      "Now, I'm not saying that it's NEVER used by ANYONE, because I'm sure someone will reply and tell me that it does some obscure function in some obscure program."

      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.

    4. Re:What a silly question by Soul-Burn666 · · Score: 3, Informative

      Microsoft excel. With no scroll lock, it moves the current selection cursor. With scroll lock, it moves the whole sheet (as if u used the scrollbar) and doesn't move the selection.

      --
      ^_^
    5. Re:What a silly question by hackstraw · · Score: 2, Insightful

      It's necessary for whenever you want to type in all-caps without holding shift the whole time.

      That is a software issue not a hardware one. Caps lock have nothing to do with >>99.9% of computing, and 99.9% of the time it is invoked accidentally, and it has negative effects on the users computing experience. The password entry should never be in all caps, neither should commandline interfaces, most editors (emacs, vi, etc) dont make sense when cap locks is enabled, and for some reason, all caps is difficult to read, and it LOOKS LIKE SOMEONE IS YELLING AT YOU!!!

      I always disable it in windows, my mac, linux, etc. Its one of the 1st things I do when I get a new computer. Let the damn thing be emulated in software if its needed.

    6. Re:What a silly question by tlianza · · Score: 4, Informative
      If you're going to get rid of a key, maybe scroll lock would be a better one. I don't think I've ever actually seen anyone use it for anything besides playing with the pretty lights.

      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..."

    7. Re:What a silly question by BJH · · Score: 4, Informative

      Scroll lock works in the Linux console, but there's a better thing for stopping scrolling - Ctrl-S/Ctrl-Q, which works in any normal terminal. Shift-PageUp/Shift-PageDown move up and down through the buffer.

  14. Now now young man by kunudo · · Score: 5, Funny

    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.

    1. Re:Now now young man by MoonBuggy · · Score: 2

      In a similar vein, what's that 'Pause/Break' key supposed to do? I'm guessing it was used for something before my time.

      I'll probably be mocked for newbieness but it's been bugging me.

    2. Re:Now now young man by prog-guru · · Score: 3, Informative

      I use it often when working on hardware, to pause the boot process so I can read where my IRQs are going, what controller my drive is on, etc.

      --

      chris@xanadu:~$ whatis /.
      /.: nothing appropriate.

  15. Move the key by 88NoSoup4U88 · · Score: 2, Insightful

    Just move the caps-lock key to the scroll lock button ;). Anyone ever uses -that- button anymore nowadays ?

  16. IT HAS IT'S USES by mizhi · · Score: 2, Funny

    FOR IMPERSONATING PHBS IN EMAILS.

    And for getting denied a posting on slashdot.

    --
    Humorless sig goes here.
  17. Yes, it is by Ice_Balrog · · Score: 3, Insightful
    Yes, Caps Lock is useless and annoying. Infact, I find it so annoying when I accidentally hit my Caps Lock that I added this to my xorg.conf (XF86Config for those still using XFree86):
    Option "XkbOptions" "ctrl:nocaps"
    There are quite a few other things you can do with your Caps Lock key in Xorg/XF86, just Google for them.
    --
    #include "sig.h"
  18. Caps Lock? Who cares about Caps Lock? by sycomonkey · · Score: 5, Interesting

    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)
  19. Replace it with a key labelled [help] by mikael · · Score: 4, Insightful

    I am still amazed that after 20 years of the desktop PC, we still have to press the key labelled [F1] to get any type of GUI help, rather than having a key labelled [HELP], although Microsoft did find a way of squeezing in a key with the Windows logo.

    --
    Vintage computer adverts: http://www.vintageadbrowser.com/computers-and-software-ads
    1. Re:Replace it with a key labelled [help] by AsimovBesterClarke · · Score: 2, Insightful

      20 years, eh? Seems like 20 years ago, most every dumb terminal I used had a 'Help' key. And it has probably been nearly 5 years since sitting at a Sun console, but I seem to recall a help key there, too.

      Now, in the over 20 years, I have never expected pressing this key would actually provide anything resembling help, but the key has been around.

      Oh, and this gets an "Insightful"??? and scored 4???

      --
      Ads are broken.
    2. Re:Replace it with a key labelled [help] by moosesocks · · Score: 4, Informative

      Apple has done this already.

      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.

      --
      -- If you try to fail and succeed, which have you done? - Uli's moose
    3. Re:Replace it with a key labelled [help] by Gary+Destruction · · Score: 3, Insightful

      Mice and keyboards are simple devices that would have nothing to gain by going to USB. The only possible advantage would on systems without IOAPIC's. You would gain extra IRQ's by using USB mice and keyboards.

    4. Re:Replace it with a key labelled [help] by runderwo · · Score: 5, Informative
      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?
      Easy. Because USB is not a perfect replacement for PS/2 input devices.
      • There is a large amount of latency on the USB bus as well as software latency incurred due to processing the USB packets. There is practically no wire latency with PS/2 and the protocol is dead simple to parse. You can create a little microcontroller project to interface almost any simple device to a PS/2 port. With USB, you need a separate ASIC to even begin to get anything done.
      • USB controllers typically share interrupt levels with other PCI devices. On systems without an IO-APIC, this translates into increased software overhead on every interrupt, because the interrupt handler for every device sitting on that interrupt is invoked. Whereas with PS/2 devices, you have an IRQ reserved for the keyboard and an IRQ reserved for the mouse. Since they are edge triggered ISA interrupt lines, there is no possible way for them to be shared even if you wanted to. Therefore the correct interrupt handler (and ONLY the correct one) is invoked in response to a PS/2 event.

      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).

  20. Re:Changed since 2000? by verbal · · Score: 2, Informative

    Or actually, just that it should not be another enter key... sorry

  21. We still use it :) by Ragnarr · · Score: 2, Interesting

    In the military it is still a popular key. It seems that whenever you're typing official documents (such as order requests, or log books), people like it in black and white. I find myself using it more often than not during the duty day!

  22. USN by mysterious_mark · · Score: 5, Informative

    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

  23. Re:for actually using a computer (writing document by Ieshan · · Score: 4, Funny

    Are you trying to say that you hit the caps key twice for every capital letter you need to type that's not in a big row of them? You really hit the caps key at the start of every sentence?

    Yeesh, mate. Shift. SHIFT.

  24. Still Useful by Detritus · · Score: 2, Informative
    It's still useful for situations when you need to type something in all-caps with one hand. Take your mind out of the gutter.

    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).

    --
    Mea navis aericumbens anguillis abundat
  25. Swap caps lock and control by ultrabot · · Score: 5, Insightful

    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
    1. Re:Swap caps lock and control by ForestGrump · · Score: 3, Interesting

      But the reason we have both swapped esc and caps lock is because caps lock is so rarely used, while esc is used alot in VI(changing modes) and chat boxes (close window)

      i feel ctrl is fine the way it is (ctrl+x,c,v)
      But i'll give caps/ctrl a try.

      thanks
      -Grump

      --
      Is it true that more people vote for the winner of American Idol, than vote for the president? -Ali G.
    2. Re:Swap caps lock and control by jesup · · Score: 3, Insightful

      Ah. A vi user. If you're an Emacs user, having the capslock key mapped to control is the ONLY way to fly. As others have said, that's the One True Position for the control key. (Check Sun keyboards, for example.)

      My "CapsLock" keys have the legend worn off of them, and one even has a groove from where my pinkie's fingernail hits it.

    3. Re:Swap caps lock and control by Soul-Burn666 · · Score: 2, Insightful

      Oh man!
      The horrors of clicking caps-lock by mistake in VI...

      suddenly hjkl do stuff like finding a man page for a command or removing a newline instead of moving around.........

      --
      ^_^
    4. Re:Swap caps lock and control by Alrua · · Score: 2, Informative
    5. Re:Swap caps lock and control by jrockway · · Score: 3, Funny

      But real men SURELY don't have clippy tell them how to use the editor.

      I don't see that 'feature' in emacs ;)

      --
      My other car is first.
    6. Re:Swap caps lock and control by doom · · Score: 4, Interesting
      jesup wrote:
      Ah. A vi user. If you're an Emacs user, having the capslock key mapped to control is the ONLY way to fly. As others have said, that's the One True Position for the control key.
      That's the traditional position, I agree -- and I've never understood what the moron's were thinking who moved the standard control key location under the shift. But I'm an emacs user who's also using one of the kinesis contoured-model, programmable keyboards, and the Control and Alt keys are already very accessible under the thumbs (my numb-pinky-syndrome went away when I switched to the kinesis, I highly recommend them for heavy emacs abusers).

      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.

    7. Re:Swap caps lock and control by jonadab · · Score: 2, Funny

      > If you're an Emacs user, having the capslock key mapped to control is the
      > ONLY way to fly.

      No, there is another. I have ctrl under my right pinky (home position). BTW,
      shift is under my left pinky (home position). I have an Avant keyboard, so my
      layout is as custom as I want it to be. It's *mostly* QWERTY, but I've made
      some very key[1] changes. Central to these changes is removing the need to
      hyperextend my pinkies on a constant basis.

      Incidentally, there is no CAPSLOCK in my layout; if I want capital letters,
      I'll type capital letters using shift; that's part of what it's there for.

      I do have a ctrl key in the bottom left, which I can use for Ctrl-C and Ctrl-X
      and Ctrl-V when my right hand is off the keyboard (e.g., on the mouse), but for
      most ctrl combinations I use the right ctrl, which as noted is a home position.

      [1] I didn't even *notice* that pun until I hit Preview. Honest.

      --
      Cut that out, or I will ship you to Norilsk in a box.
    8. Re:Swap caps lock and control by 1u3hr · · Score: 5, Interesting
      I've never understood what the moron's were thinking who moved the standard control key location under the shift.

      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 excerpt:

      Ctrl-Z/X/C/V for Undo/Cut/Copy/Paste did not exist in the x86 world until IBM moved Ctrl out of the home row and Microsoft started moving its Mac applications to Windows. Through version 2.03, the applications bundled with Windows used Del for Cut, Ins for Paste, and F2 for Copy. Alt worked as it does today, and Ctrl sat there dead as a doornail. Check out Windows: the official guide to Microsoft's operating environment copyright 1986 by Nancy Andrews (Microsoft Press, ISBN 0-914845-70-5). It wasn't enough to have a (minimally) consistent interface; just like Jobs's (minimally) consistent interface, it had to be as inconsistent as possible with any other system folks might come across.
    9. Re:Swap caps lock and control by LittleBigLui · · Score: 2, Informative

      Counter theory: The only mechanical typewriter i've ever played with (was a kid at that time, so played is the right term) also had caps-lock right above shift. (Not to mention that shift lifted a big and heavy part of that typewriter around half a centimeter, so caps lock saved your pinky if you had to write more than one or two letters caps.)

      --
      Free as in mason.
  26. no, no!! by big+tex · · Score: 2, Informative

    I use caps lock all the time at work.

    I make lots of calculation sheets in excel - text in caps is consistent, easy to read at small print when you shrink big sheets down to size.

    Also, in CAD caps is used pretty much exclusively. Once again, consistently and readability at small sizes.

    --
    I think I need a new sig here.
  27. uControl nixes Caps Lock on Mac OS X by Limited+Vision · · Score: 3, Informative

    uControl is a nice little Mac OS X hack that disables/remaps Caps Lock and other modifier keys on PowerBooks.

    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...)

  28. Happy Hacking by yet+another+coward · · Score: 5, Informative

    Use the Happy Hacking keyboard. It has no Caps Lock. Its Control key is in the right place.

  29. Remap the key, keep the functionality. by rusty0101 · · Score: 2, Interesting

    Having a predelection towards holding onto and repairing old hardware, I have a couple of old typewriters. (Including ones where to type the number 1, you use the lowercase L key, because there is no '1' key.)

    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

    --
    You never know...
  30. Re:SQL by polyp2000 · · Score: 2

    I tend to do a similar thing, with the difference that its only the reserved sql words that i capitalise. To use your example; my variation would be ...

    SELECT * FROM dork
    WHERE dork = hotchicks!

    This seems to be the general convention in my favorite mySQL book.

    nick ...

    --
    Electronic Music Made Using Linux http://soundcloud.com/polyp
  31. Re:for actually using a computer (writing document by colinramsay · · Score: 2, Funny

    "Notice the capital "N" at the start of this sentence."

    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.

  32. scraping the bottom of the barrel! by bratgrrl · · Score: 4, Insightful

    This is one sad excuse of a story. Aren't there any leftover SCO blurbs to fill in?

    --

    ---

    SCO is weenies
    Gator is Spyware
    Microsoft is thugs

  33. it sould be replaced by.. by lc_overlord · · Score: 2, Funny

    For Windows: instant reboot of system key.
    For Mac: a second mousebutton replacement key.
    For Linux: play that anoying sound clip of linus pronoucing linux key.

    --
    - "There is nothing quite like an ineffective solution to an nonexistant problem"
  34. Character Codes by Detritus · · Score: 2, Interesting

    Many of the old character codes, such as Baudot (5-bit) and the various 6-bit character codes, were upper-case only. The military used Baudot for many decades. Do they still use it for RTTY links?

    --
    Mea navis aericumbens anguillis abundat
  35. Re:for actually using a computer (writing document by atarione · · Score: 5, Funny

    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.
  36. Engineering Drawings by pipingguy · · Score: 4, 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.

  37. Insert Key by hendot · · Score: 2, Interesting

    I think that damn insert key should go before caps lock.

    1. Re:Insert Key by thorgil · · Score: 2, Informative

      No way... I use the insert key daily...

      mark text
      Ctrl+Ins = Copy

      Shift+ins = Paste.

      Works in most programs on both windows and linux...
      ---

      --
      Warning: This sig contains a small bug. ==> *
  38. Used every day at work in Oracle by gramernatsi · · Score: 2, Informative

    Every single day of work, I enter data into an Oracle database window. My company has standardized on ALL CAPS for its data entry, so everything in the database is in caps. It's very eighties; look for it at a corporation near you.

    So yes, I still need the button, but I'd give my left pinky to be rid of it.

  39. COBOL isnt dead by Tr0mBoNe- · · Score: 3, Interesting

    Someone said that COBOL was the only real language to use the lock, and that's almost true. But hey we can all forget FORTRAN, ADA, and even ASM or asembler was first written all in caps.

    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??

    --
    while(1) { fork(); };
  40. I use it. by mooredav · · Score: 4, 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!

  41. Re:for actually using a computer (writing document by tftp · · Score: 4, Insightful

    What if he types with only one finger?

  42. Re:Caps Lock? Who cares about Caps Lock? by localroger · · Score: 3, Insightful

    My KVM switch uses Scroll Lock (hit twice within 1/2 second) to enable the other keys for switching machines. If we don't have some useless keys on the keyboard, devices like my KVM switch would have to hijack functions I actually use once in awhile, which would be annoying.

    --
    Brackets contain world's first nanosig, highly magnified:[.]
  43. Re:OMG! (too much trouble) by $$$$$exyGal · · Score: 3, Interesting
    The caps lock key *is* useful, but it is more trouble than it is worth. Do you know what the #1 tech support answer for everything is?:

    "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.

    --
    Very popular slashdot journal for adul
  44. I definitely use it. by Icephreak1 · · Score: 3, Interesting

    I actually include the capslock key in my touch typing. It's kinda hard juggling left and right shift when typing strings of capital letters.

    - IP

  45. Nigerian business men by jlar · · Score: 2, Funny

    Of course caps lock is still necessary. I receive lots of emails from Nigerian business men in all capital letters. Without caps lock it would be terribly difficult for them to write all these excellent business proposals.

  46. The Military, for starters by Akardam · · Score: 4, Informative

    I'm a navy reservist, and although the Navy and the other branches of the armed forces are moving towards computerization of almost every aspect of information management, oft times you'll find that because of some arcane requirement for filling out a form or other type of data entry, you're required to use all caps. However, in many cases, the program that was written to replace forms with this requirement won't enforce the capitalization, much less actually automatically capitalize everything. You say it's dumb, I say it's dumb, and all the staff we have say it's dumb. But, in the mean time, they have to live with it, and having the caps lock key makes it all the more bearable.

  47. 2nd shift by SmileR.se · · Score: 2, Informative
    Ive made mine into a 2nd shift key with the following code in my ~/.Xmodmap:
    remove lock = Caps_Lock
    add shift = Caps_Lock
    Now if I hit it by accident I wont even notice :)
  48. Here's the official way of remapping keys: by Futurepower(R) · · Score: 4, Informative


    Here's the official way of remapping keys in Windows XP and Windows 2003 Server:

    1) Download the Resource Kit Tools.

    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.

  49. Think of the children by tisme · · Score: 2, Insightful

    If you are teaching young children how to type on computers, you would almost certainly still find a use for caps lock.

    While some of them can handle Shift + letter, many of them rely on Caps Lock to get a capital letter through, especially when they are just getting started.

  50. Re:OMG! (too much trouble) by Ieshan · · Score: 2, Funny

    I'm pretty sure the #1 Tech Support answer for Everything is "Reboot", which is now called all sorts of high-tech things like "Power Cycle".

    I hate being told to "Power Cycle". It must be someplace in the Comcast tech-support handbook. But it gives me a good chuckle.

  51. Medical claims by arashiakari · · Score: 2, Insightful

    Medicare rules require all digital claim information to be submitted in ALL CAPS for processing. Lowercase alpha characters get claim reimbursement requests rejected.

    Ask the Japanese if they should get rid of hiragana since they have katakana, or get rid of kanji since they can simply spell phonetically. Uppercase characters are still important to data processing and the proper use of the English language.

  52. Re:Caps Lock? Who cares about Caps Lock? by Burning1 · · Score: 2, Informative

    Because some of us use it on a regular basis.

    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.

  53. hee by teknokracy · · Score: 2, Funny

    Gee, by removing the Capslock key i'd hate to eliminate all those internet users WHO INSIST ON TYPING EVERYTHING IN ALL CAPS. Then again, i havent used that key for a while. Why not replace it with a dedicated ctrl-alt-del button :P

  54. WTF!!! by soloport · · Score: 2, Funny

    YOU SUCK POND WATER!

    (ok, maybe that's yet-another good reason)

  55. Used to be the way to terminate a BASIC program by Xhad · · Score: 2, Informative

    "CTRL-Break" was rather useful when programming in BASIC if you were like me as a kid and regularly made infinite loops by mistake. =)

  56. Re:Caps Lock? Who cares about Caps Lock? by Moridineas · · Score: 2, Informative

    Some operating systems actually are able to make use of scroll lock! For instance, in FreeBSD you can press scroll lock, and then can scroll up and down (and pgup pgdn) at the console--going back all the way to when it started to boot.

    I miss that when I use linux..makes the console feel much less efficient

  57. Re:It should be replaced... by whiteranger99x · · Score: 5, Funny

    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!
  58. Architecture by shizke · · Score: 2, Informative

    i work in architecture, specifically drafting plans. every single portion of text is capitalized. if not for caps lock, then this would prove quite difficult to do.

  59. Perhaps you'd like another Windows Key by MillionthMonkey · · Score: 2, Interesting

    The caps lock key *is* useful, but it is more trouble than it is worth. Do you know what the #1 tech support answer for everything is?

    I see no reason why something that is useful to me in my everyday work should be removed just because some idiots call tech support before checking CAPS LOCK when typing passwords.

    You realize, of course, that if CAPS LOCK goes, they'll replace it with ANOTHER WINDOWS KEY. My boss at work has a keyboard designed by a demon- there are FOUR WINDOWS KEYS on it. There are the two in the "standard" places, and two more under Insert and Page Down. It's a damn minefield of Windows keys, each one waiting to steal input focus from the current application. Every time I use his keyboard I hit one by mistake. (He hates it too, but hasn't bothered to get a new one since his typing skills have adapted to the hostile keyboard environment.)

    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.

    I doubt your productivity estimate, and I use CAPS LOCK in many different applications. I see no reason why I should have to go around figuring out how to set up macros and key bindings in every application I use just so an AOL call center in Bangalore can lower its call volume.

    I might add that I used CAPS LOCK six times so far just while typing this post, and if I didn't have one my finger would be aching by now.

  60. Download .reg file here by gad_zuki! · · Score: 3, Informative

    Theres on here.

    I disabled mine long ago and haven't looked back.

  61. WHAT'S THE MATTER WITH YOU PEOPLE? by MillionthMonkey · · Score: 2, Insightful

    And do you give your constants names so long that you really need to use your caps lock key instead of just using shift?

    Of course I do. Don't you?

    Either your code is full of single-letter names, or you don't do much programming. Holding down Shift while typing hurts my fingers if I do it too much. If I didn't have CAPS LOCK I'd be on workers' comp by now.

  62. Capslock is used all the time in the corp world. by Viewsonic · · Score: 4, Informative

    Especially in financial businesses (Banks etc) .. Printing out checks and certain forms will always be done in CAPS so as to not confuse the other parties. I find it a bit silly because one person hasn't used it, it must mean that no one else does. Sure, home users might not find much use out of it, but in the business world it is used everyday. And the business world makes up the majority of PC sales in the world.

  63. All I know is we still use all caps for most by Polarism · · Score: 2, Informative

    "old school" type documents like chits (such as a leave chit) and most official documents.

    Basically all databases i've ever worked with use all caps as well.

    --
    All your base are belong to Google.
  64. Adobe Photoshop and Ilustrator by sarahbau · · Score: 3, Interesting

    I use caps lock all the time in Photoshop and Illustrator. It toggles between brush size or standard, and precise for the cursor. Precise cursors are more usable than standard (cross hair, vs. bucket or eyedropper for example), and also for the path tool in Illustrator (instead of a pen). Yes, you can set the preference, but there are times when you want to show the tool, or brush size, and caps lock is an easy way to toggle between them.

  65. Dear Slashdot by Pan+T.+Hose · · 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!)

    --
    Sincerely,
    Pan Tarhei Hosé, PhD.
    "Homo sum et cogito ergo odi profanum vulgus et libido."
  66. I use it all the time by ShieldW0lf · · Score: 5, Funny

    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
  67. ASSEMBLY PROGRAMMING by niktesla · · Score: 3, Interesting
    Caps lock is useful for assembly programming, because it just looks better:
    MOV AX, BX
    ADD CX, DX
    XOR DX, 0x64

    mov ax, bx
    add cx, dx
    xor dx, 0x64

    Maybe I just like shouting at the CPU :)
    I also like doing my HTML tags in caps.

    --
    I've discovered a remarkable proof, but this margin is too small to contain it...
  68. Caps lock in Military by WhatsAProGingrass · · Score: 3, Insightful

    In the US Air Force, we use CAPS LOCK all the time. It sucks. It's a pain in the ass because they want so much stuff in capitals, like its better that way. I'm a fan of readability. And if everything is in caps anyways, then everything stands out, so why use it. Also, working for the government, you'll notice a lot of busted up keyboards with no caps light that works. So when putting in passwords can be a bitch sometimes.

    --
    Mark
  69. We still use it all the time... by ChuckieMac · · Score: 2, Informative
    My company uses and resells a backoffice application called SouthWare. It's used by hundreds of companies throughout the United States on both *nix and Windows. The Acucobol source code (which our company has licensed for modifications) is written in all caps, and the software itself requires all caps for operation.

    It's roots date back to 1984 when COBOL source code was always written in caps, and to change it would require rewriting almost 2,000 object files.

    So the need for a caps lock is still very much alive...

  70. cAPSlOCK sHOULD rELEASE lIKE tYPRWRITERS by utoddl · · Score: 2, Interesting
    In 1985, I wrote the article eDUCATING THE cAPSlOCK kEY" for PC Magazine. In it, I said
    If you've ever forgotten that your CapsLock key is on, then you have probably created phrases like "dEAR sIRS." The only time I encounter the DOS use-the-shift-key-and-get-lower-case-letters feature is when I want an upper-case letter and I've forgotten that the CapsLock is on. So I have to delete, retype, and then recover my train of thought. This is one of those rare cases in which the computer really should have known what I meant.
    The article included a TSR for DOS that would make a shifted letter (1) turn off CapsLock and (2) give you a capital letter. Typewriters worked this way for years, and with that TSR, so did computers running DOS.

    Alas, when Windows came out, the TSR no longer worked, and I've been cUSSING aBOUT IT eVER sINCE.

  71. Capslock is used for non-English input by scotty1024 · · Score: 2, Informative

    The capslock key is used by some non-English input methods to switch back and forth between English entry and the other language. I found out about this when I kept noticing that my fiancee left the caps lock key on for me when I would use her laptop. In Traditional Chinese entry mode the caps lock being on puts you back into English entry mode. So I very much doubt, since the Chinese make um what 99.99% of all keyboards, that they will be removing the capslock key. :-)

  72. Honestly.. by Raven42rac · · Score: 2, Insightful

    This honestly does not bother me that much. If the placement of keys on the keyboard gets you hot and bothered, seek help.

    --
    I hate sigs.
  73. How to defeat 13-year-old AOLers by Schattenfreude · · Score: 5, Funny

    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.

  74. No, but Reagan is. by Sean+Clifford · · Score: 4, Interesting
    No, but Reagan is.

    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.

  75. Re:I use it all the time by Paleomacus · · Score: 2, Interesting

    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?

    I think that's definately a good reason to get rid of caps lock.

    Seriously, I have more trouble reading sql statements that are all caps'd than those written proper or all lower case.

  76. Re:It should be replaced... by cbreaker · · Score: 2, Interesting

    heheh

    Yea. I avoid keyboards with windows keys, which is to say I use old keyboards. But they still work, after 8 years, and I love to type on them. I have this old Wang keyboard from where my mother used to work, and it has all these extra keys across the top for when you were using the mainframe terminal emulator. They thing is a tank. It's heavy and it's very comfortable to use.

    I go to my friends house from time to time and use his keyboards, which have windows keys. God, I was hitting them so much that I actually just popped them off the keyboard. I got a little tired of getting disconnected from my game because I tapped the wrong key.

    I've never found the windows keys to be useful anyways, even when the computers at work have them. Lately, I've been seeing the windows keys get smaller and smaller, and even dissapear completely on many notebook computers. People just aren't using them.

    --
    - It's not the Macs I hate. It's Digg users. -
  77. Re:I use it all the time by Atzanteol · · Score: 3, Interesting

    I've never understood the 'need' people have to capitalize SQL. It's not case sensitive. If one has a decent syntax highlighting editor, then the capital's don't help at all! I think having so many cap's in my code is fugly too. I've been doing SQL for 5 years or so, and I've gotten into many arguments with DBA's over this...

    --
    "Ignorance more frequently begets confidence than does knowledge"

    - Charles Darwin
  78. Disclaimers of Warranty and Fitness by IBitOBear · · Score: 2, Interesting

    Actually, there are several legal documents (by type) that have sections that *must*, by law, be typed in all caps.

    Ever look at those EULAs? That whole section that disclaims warranty and fitness for any purpose express, or implied. Those sections are always upper case because they must "stand out" in the agreement.

    There are also significant parts of almost any legal document that "must" be typed in all-caps.

    So lots of legal secretaries and the like would be much put out by the disapearance of the caps-lock key.

    Plus, think about how hard it would make it for normal net-trolls to function on the internet if they had to learn to touch-type their troll-text with the off-hand for each keystroke pressing the shift key, sometimes for paragraphs at a time...

    How could the religious extremeists and revisionist racists _function_ on the net without their caps-locks?

    --
    Innocent people shouldn't be forced to pay for inferior software development.
    --"Code Complete" Microsoft Press
  79. easy solution... by bobsalt · · Score: 2, Funny

    make the CAPS lock key the "any key"


  80. Caps Lock has another very important purpose by commodoresloat · · Score: 4, Funny

    YELLING!!!

    1. Re:Caps Lock has another very important purpose by pebs · · Score: 3, Funny

      YELLING!!!

      Call me crazy, but I HOLD DOWN SHIFT for YELLING!!!

      --
      #!/
    2. Re:Caps Lock has another very important purpose by Dashing+Leech · · Score: 3, Funny

      YOU'RE CRAZY!

  81. Re:I use it all the time by Frobnicator · · Score: 5, Insightful
    I've never understood the 'need' people have to capitalize SQL. It's not case sensitive. If one has a decent syntax highlighting editor, then the capital's don't help at all!
    It's a style thing. It's also the common style used almost everywhere.

    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
  82. As an ex-tech support... by cgenman · · Score: 2, Funny

    I know I'm going to get flamed for this, but every now and then while working as tech support I'd have to tell people to reboot their computer rapidly using the reset button. Sure, turning the thing off and unplugging it for a while would also generally work, but by that time the people wanted the solution that most closely resembled KICKING THE F*%KER IN THE TEETH!!!!

  83. CAPS LOCK IS NOT DEAD by melted · · Score: 2, Funny

    YOU INSENSITIVE CLOD!

  84. Macro names by aarondsouza · · Score: 2, Insightful

    It's a fairly common convention to have macro names in C/C++ be all caps. This is where I seem to use the CapsLock key the most anyway.

    --
    "In mathematics, it's not enough to read the words -- you have to hear the music"
  85. Definitely useful for PHP by lucaschan.com · · Score: 2, Interesting

    Great for things like...

    $_SERVER["HTTP_REFERER"] etc.

    Long live caps lock I say.

  86. Keyboard update suggestions by Rui+del-Negro · · Score: 3, Insightful
    I think keyboards definitely need an update. More important than removing keys, though, is adding keys for some common tasks.

    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:
    • Select - Hold down this key to select items or text. Shift+Select selects from the last selected element to the current one, Control+Select adds the current element to the selection. Alt+Select would invert the selection. It would be placed where Caps Lock currently is. Caps Lock would be moved to the space above the numeric pad, where the Caps Lock LED usually is (make the LED part of the key). The other two "lock" keys would also be moved here.

    • Cut, Copy and Paste - Self-explanatory. Above Insert / Home / End.

    • Undo and Redo - Also self-explanatory.. Above Cut, Copy and Paste

    • Back and Forward - Above the left and right arrow keys. Useful for browsers, media players and wizards, can also work as "turn" keys for games, leaving the side arrows for strafe.

    • Help - Where F1 currently is. All function keys would move right by 2 keys, leaving Help between Esc and F1, with a space on each side. Alternatively, put it next to Undo.

    • Sleep - In the "System" section, near an edge of the keyboard (ex., top right), along with Print Screen and Pause / Break. Combined with Shift, Control and Alternate, this key could also be used for Standby / Hibernate / Shutdown.

    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
    ~~~
    1. Re:Keyboard update suggestions by This+Is+Ridiculous · · Score: 2, Informative
      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).
      Some models of Microsoft mice allow you to rock the scroll wheel left or right to scroll in the appropriate direction. Weird, but useful.
      --
      Hey, you try to find an open nick these days!
    2. Re:Keyboard update suggestions by anothy · · Score: 2, Informative

      you want an old Sun keyboard. they had two columns of five (six?) keys on the left hand side. i don't remember all of them, but they included at least cut, copy, paste, select, and help.

      so, somebody has thought of this. the issue was that less and less apps could be bothered supporting them over time, in the face of the fact that not everyone had one of these keyboards and everyone had key-combination shortcuts. there's also a good reason why they were alternately called the Sun Battleship Keyboard or Sun Aircraft Carrier Keyboard - they were friggin' huge.

      --

      i speak for myself and those who like what i say.
  87. Re:I use it all the time by tommy · · Score: 2, Insightful
    I find the following easier to read:
    select *
    from tblWhatever a
    join tblYaddaYadda b
    on a.ID = b.ID
    where b.foo = 1
    It's even better with syntax highlighting. But even without formatting, I prefer syntax highlighting over SYNTAX CAPPING ;-).
    --

    I have a woman and money. Life is good.

  88. backspace for lefthand by Danny+Rathjens · · Score: 3, Interesting
    For poor typists like myself, an extra backspace is always useful:

    dkr@ur:~% cat .Xmodmap
    remove Lock = Caps_Lock
    keycode 66 = BackSpace

    dkr@ur:~% grep modm .xinitrc
    xmodmap $HOME/.Xmodmap

    dkr@ur:~% cat .consolekeys
    keycode 58 = Delete

    dkr@ur:~% grep -C1 consol .tcshrc
    if ( $TERM == "linux" ) then
    loadkeys ~/.consolekeys
    endif
    Note that the keycode for the caps lock key is different in X than console.
  89. Re:I use it all the time by servognome · · Score: 3, Insightful

    In your example I would use shift key because there is alot of switching between upper and lower case.
    Because I so rarely use caps lock, it becomes a distraction to use. Its just so much more natural to hold shift and type "s-e-l-e-c-t" than pausing, looking down, and hitting caps lock. Yeah I know caps lock is right above shift, but I have trained myself to not accidently hit it, so I just can't naturally hit caps lock while typing .
    I only caps lock when I know at the beginning of a large chunk of text that I will be using all caps.
    I think this article does beg the question "When should we trade tradition for efficiency?"

    --
    D6 63 0D 70 89 81 BB 8E 7B 7C 5F 5D 54 EA AB 73
  90. CAPS LOCK. by becauseiamgod · · Score: 2, Funny

    .. is like cruise control for cool!

  91. MAKE PEOPLE RICH WITH MAILS IN ALL CAPS by kwench · · Score: 2, Funny

    JUST RECENTLY I RECEIVED A MAIL FROM A BUSINESS MAN FROM AFRICA OFFERING ME USD 50,000,000 (IN WORDS? FIFTY-FIVE MILLION US DOLLARS).

    OF COURSE? IT WAS QUITE HARD FOR ME TO READ HIS LETTER? AFTER ALL? AS A NATIVE FRENCH SPEAKER (HE IS COMING FROM COTE D'IVORE) HE IS NOT USED TO THIS STRANGE ENGLISH GRAMMAR. AND THEN HE IS AVOIDING ALL THESE STUPID EXTRA SYMBOLS LIKE , . AND :? HE SIMPLE WRITES AN QUESTION TAG INSTEAD?

    BUT WHAT WOULD YOU DO? I PERSONALLY THINK THAT IT'S OK HAVING TO READ THESE COMPLICATED EYES HURTING EMAILS? AFTER ALL? IT'S ABOUT FIFTY-FIVE MILLION US DOLLARS.

    FROM KWENCH? MAY GOD BLESS YOU
    ---

    this Text here in sometimes Caps and sometimes none caps is used to break slashdots lameness filter. Just ignore it. Heck, haven't I written lots of comments and even submitted a story on proper pattern recognition? if people'd just listen to me... then this filter wouldn't be so easy to break it. this Text here in sometimes Caps and sometimes none caps is used to break slashdots lameness filter. Just ignore it. Heck, haven't I written lots of comments and even submitted a story on proper pattern recognition? if people'd just listen to me... then this filter wouldn't be so easy to break it. this Text here in sometimes Caps and sometimes none caps is used to break slashdots lameness filter. Just ignore it. Heck, haven't I written lots of comments and even submitted a story on proper pattern recognition? if people'd just listen to me... then this filter wouldn't be so easy to break it. this Text here in sometimes Caps and sometimes none caps is used to break slashdots lameness filter. Just ignore it. Heck, haven't I written lots of comments and even submitted a story on proper pattern recognition? if people'd just listen to me... then this filter wouldn't be so easy to break it. this Text here in sometimes Caps and sometimes none caps is used to break slashdots lameness filter. Just ignore it. Heck, haven't I written lots of comments and even submitted a story on proper pattern recognition? if people'd just listen to me... then this filter wouldn't be so easy to break it. this Text here in sometimes Caps and sometimes none caps is used to break slashdots lameness filter. Just ignore it. Heck, haven't I written lots of comments and even submitted a story on proper pattern recognition? if people'd just listen to me... then this filter wouldn't be so easy to break it. this Text here in sometimes Caps and sometimes none caps is used to break slashdots lameness filter. Just ignore it. Heck, haven't I written lots of comments and even submitted a story on proper pattern recognition? if people'd just listen to me... then this filter wouldn't be so easy to break it. this Text here in sometimes Caps and sometimes none caps is used to break slashdots lameness filter. Just ignore it. Heck, haven't I written lots of comments and even submitted a story on proper pattern recognition? if people'd just listen to me... then this filter wouldn't be so easy to break it. this Text here in sometimes Caps and sometimes none caps is used to break slashdots lameness filter. Just ignore it. Heck, haven't I written lots of comments and even submitted a story on proper pattern recognition? if people'd just listen to me... then this filter wouldn't be so easy to break it.

  92. It's IBM's fault! by aim2future · · Score: 2, Interesting

    Earlier Caps Lock/Cntrl had the correct placement also on "PC", my first "laptop" I got 1988 had it at the right place. It was IBM with their PS2 layout who destroyed the keyboard, and made it necessary to swap the cntrl-keys. Those who designed these keyboard obviously didn't use emacs. The Amiga also had the Cntrl key in the right place.

  93. Happy Hacker by UnifiedTechs · · Score: 2, Informative

    Keyboards still have a Cap Locks Key? I bought a keyboard without one years ago. Never gonna go back.

    http://shop.store.yahoo.com/pfuca-store/

  94. Re:It should be replaced... by Fo0eY · · Score: 2, Interesting

    i can't use a keyboard with out a windows key =\

    i'm addicted to win-e to open explorer
    and win-r to open run, plus the ever useful win-d to minimize everything

    plus it's really nice when you combine it with a program that lets you define hotkeys
    like my win-q to open explorer, win-i to open IE etc, never have to worry about conflicts with app hotkeys that way

    but i'm just a keyboard junkie and hate using my mouse whenever possible

  95. Re:I use it all the time by phaze3000 · · Score: 2, Insightful

    Syntax highlighting is all very well when you're writing the code in the first place, but if you're trying to debug what's going wrong with an app (for example by tailing a log of SQL commands executed) then capitalisation makes things much, much easier to quickly read and understand.

    --
    Blaming GW Bush for the Iraq war is like blaming Ronald McDonald for the poor quality of food.
  96. Re:variable names nad #defines by RatRagout · · Score: 2, Interesting

    It's rather common, and also considered good pratice, to do final variables in all caps. Also all caps are frequently used for #-defines in C and C++

  97. Article is a troll? by EJB · · Score: 2, Interesting

    If the article isn't a troll, then I don't understand.
    Your average keyboard nowadays is loaded with a gazillion of useless keys.
    To start, there is F1 to F12, which are only used by, say, 20% of users.

    How many times in the past 5 years have you used Scroll Lock? Couldn't 'print screen' and 'break' be on one key? (Oh wait, sys req is actually used by linux kernel debuggers, I forgot)

    But that's just a start. What about the "Internet keyboards" of this age. Where I live, most (or all) shops don't sell non-Internet keyboards, so you're stuck with these keys:
    E-mail, Shopping, Search, My Home, Media, Volume (+/-), Mute, Play, Stop, Previous, Next, Favorites, Community, My Sites, Finance, Sleep, Back, Go.

    Oh, I almost forgot the Windows key and the 'right-mouse-button' key, which are completely unnecessary for Windows, and a complete waste for other OS-es.

    So you're complaining about Caps Lock, a key that has been on every keyboard for ages, and that most people use, although infrequently, and more so for documents than for source code nowadays, while nowadays there are over 20 completely useless keys that are forced on you by keyboard producers like Logitech and Microsoft??

    Get serious.

    - Erwin

  98. Internationalization by Kirth · · Score: 2, Informative

    Yes, dear slashdot-readers, contrary to your assumptions there are some parts of the world in which other languages than english are written.

    I for one have a keyboard featuring keys labelled ö/é, ä/à and ü/è for writing german and french. And of course, the only way to get Ö/É, Ä/À or Ü/È is capslock.

    Even better, with my capslock turned on I get a load of special characters like this:

    @ØÆßÐK""

    Cool eh?
    --

    --
    "The more prohibitions there are, The poorer the people will be" -- Lao Tse
  99. First BSD now this?? by rutgher · · Score: 2, Funny

    Damn what's the world comming to, first BSD dying and all, and now capslock? It's a sad world indeed.

    --
    Ik denk altijd goed na, voordat ik iets stoms zeg.
  100. Double-tapping the shift key by Matthew+Aaron · · Score: 2, Interesting

    A great way to replace the capslock key would be to tap shift key twice to enact full capitalization.

  101. Re:I use it all the time by Herschel+Cohen · · Score: 2, Insightful

    Why is this so much easier to read

    select *
    from tblWhatever a
    join tblYaddaYadda b
    on a.ID = b.ID
    where b.foo = 1

    than: SELECT *
    FROM tblWhatever W
    JOIN tblYaddaYadda Y
    ON W.ID = B.ID
    WHERE Y.foo = 1
    ??

    There are other potential problems in your SQL that unrelated to whether the reserved words are all caps or not. For instance: SELECT * can get some unexpected results. [First what table are you selecting from - not that important really, since you were just trying to show readibility.] However, even though the table of interest may have an altered structure you might not be seeing columns of interest if the stored procedure that contains this code was not refreshed after the structure change. You are using stored procedures I assume.

    Another simple hint: use aliases that are more easily connected to the table name. Many of us use many more than two tables in our Joins.

    For many reasons stay away from selecting everything, if you have no need for most columns. An easy way to bring your system down or locking others out if used in combination with temporary table on an older version of a backend server.

    Just because you no longer have an interest in using all caps key, does not imply others do not. There are other more important problems.

  102. Anyone remember by Julian+Morrison · · Score: 3, Interesting

    ...the latching shift-lock that some early-80s home computers had? If you pressed it, it literally latched down until you pressed it again, and it behaved exactly like a held shift key. Now that would be infinitely more useful, both for the ability to physically feel it latch down (and thus avoid accidental pressing) and for the fact it affects more than just cap letters, it affects anything shifted.

  103. Using Caps Lock *instead* of Shift! by MooseGuy529 · · 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?

    --

    Tired of free iPod sigs? Subscribe to my blacklist

  104. British and Canadian postal codes by ToSeek · · Score: 2, Informative

    Typing in British and Canadian postal codes is about the only time I can think of that I use the caps lock key. British codes look like:

    LN6 2QJ

    while Canadian ones look like:

    N2M 5E5

    The caps lock key has the avantage over the shift key in that it doesn't affect numbers. If I use the shift key, I tend to end up with something like:

    N@M%E%

    unless I'm very careful.

  105. Scroll Lock and industrial design by The+Hobo · · Score: 2, Interesting

    The question of removing keybaord keys has come up before somewhere else, and people asked why Scroll Lock is still there, and one response was that it would be more expensive to take it out and change the keyboard layout than it would be to leave it there. As far as CAPS LOCK is concerned, I imagine a similar argument applies, as well as the valid arguments for keeping it that have already been posted

    --
    There is another kind of evil which we must fear most, and that is the indifference of good men. -- Boondock Saints
  106. Passing Time by AcidPhish · · Score: 2, Funny

    I still use the CAPS lock key as long as its associated with a LED of any colour.

    Between periods of burst programming, when I blankly stare at the glowing CRT, I tend to pass time by repeatedly pressing the CAPS lock key and getting absorbed by the pulsating LED.

    By the way, all CAPS in this message were intentionally made by pressing the 'Caps Lock' key.

    --
    Beta Sucks
  107. Capslock? What's that? by jeff_brh · · Score: 5, Funny
  108. Re:I use it all the time by tommy · · Score: 2, Interesting

    You didn't even read all of my post, did you? First, the example I used was taken from the comment I replied to. I don't think that person was trying to show off his skillz by selecting * and using bad alias names, but I especially don't think you should be jumping me over it.

    Now that that's done, see my follow-up post where the formatting of my example query showed up properly.

    I used to have this same argument regarding HTML. XHTML won that one for me.

    --

    I have a woman and money. Life is good.