I don’t really want to reboot right now to test it, but it probably still works. I don’t think Windows 8 changed the scan code maps. If it doesn’t, let me know and I’ll find something that does.
And your code is the same as mine. The commas are just place indicators for human eyes. The actual registry doesn’t care.
The current style of Mac keyboard has a slight delay on the capslock key, so an accidental hit usually won’t toggle it. I’m not sure if that’s a function of the keyboard hardware or the OS.
Huh. I ran telnet on my only windows machine (it’s only XP but that’s good enough for it) and it didn’t scroll like that.
But if I’m using windows or an X terminal then I’d probably have a scroll bar.
Yes, I saw that. But as I said, I don’t want to make any small mistakes when I’m editing registry files. How do I know what typing 3A instead of 3a might do? Maybe it’ll make my computer inoperable.
I could just not worry about these little details and simply copy what I see online. But the fact that what I see online has these minor differences concerns me. What if the guy I’m copying doesn’t know as much as he claims and he’s the one making a minor but critical error?
Windows does have alternate keyboard configurations available through the Control Panel. The “United States-International” format does more or less the same as this Spanish Accents Capslock by changing the use of the right alt key so that RIGHT ALT + <letter> = <accented letter>.
Perhaps one of the alternate layouts disables the CAPS lock key? Not sure.
The Enter key is not in the same relative position on a standard keyboard. Place your hands on the keyboard in the default home row positions. Look at them. Your left pinky is one key away from Caps Lock. Your right pinky is two keys away from Enter. Enter is much harder to hit by accident if you touch-type.
I (and I think many people) use the left shift button almost exclusively, both because it’s easier to reach (my finger is closer), and because the right shift button is right next to the Enter key, which, as you mention has much worse results if you hit it.
Plus, it feels worse to accidentally hit the Caps Lock key. If I accidentally hit the Enter key, potentially bad things happen, but I accept that the Enter key is quite useful and should be somewhat readily accessible to my fingers. I should just be more careful. If I accidentally hit the Caps Lock key, then dammit! Why is that stupid key there anyway. I never want to use it, so the only thing I associate it with is being a big ol’ horrible design decision that screws things up. It has no redeeming purpose; it’s just a giant target right next to two of the most commonly used keys on the keyboard that screws up my typing.
Even when I type in block capitals I don’t use Caps Lock. I just hold the left shift key with my left pinky and use my left ring finger to cover the other three keys it normally presses.
I long ago remapped my caps lock key to be Control, which is a key that I use all the time, and I’m happy to have in an easy access position.
When I used to do BASIC programming on my old BBC Micro I used Caps Lock all the time. These days, on my PC, it is just an annoyance. BBC BASIC keywords were all capitalized, so Caps Lock gave you the letters yo u needed whilst still allowing access to numbers and other symbols.
The BBC model B, which was what I had, did not have a numeric keypad, although it did have a fairly useless Shift Lock key (I guess a hangover from typewriters), as well as the Caps Lock. Another oddity of its keyboard was that the @ symbol had a key all to itself (Shift had no effect on it) despite the fact that this was long before the days when most people stared having email, and the @ symbol had only one, rarely used function in the BBC OS and BBC BASIC (something to do with setting tabs for lining up columns of numbers, IIRC). It was very possibly the least used symbol on the keyboard, but the only one with a key all to itself
I don’t know what you’re running, but this is a pretty standard method of scroll control going back before the invention of the PC. It is configurable in some Telnet emulators, but I’ve never heard one that didn’t implement it, and it’s generally OS level functionality so the terminal emulator doesn’t even matter as long as the control codes are passed to the server.
Go into your DOS command prompt, find a very long text file, then enter the command ‘type file.txt’, obviously using the correct file name and extension. If you press Ctl-S, the display will stop scrolling. Any key will restart it, however printable characters will appear in the next line of input.
If your keyboard installed a driver (Microsoft, Logitech, MadCatz, etc), check your Keyboards control panel, and it’ll almost certainly have an option to disable Caps Lock, or re-map it to Control.
If it doesn’t, unfortunately, Windows doesn’t provide that feature in the default USB keyboard driver (although they really should), so you’ll have to use one of the other solutions.
In Excel, Scroll Lock allows you to scroll the sheet one row or column at a time using the arrow keys, without the cursor having to be at the top or bottom of the window. That’s the only software I’m aware of that uses it. On the VT52 (wow, it’s probably been 30 years since I’ve used one of those) and VT100, the NO SCROLL key would send (alternatively) a Control-S or Control-Q to the host. Woe to he who pressed that key while in EMACS (it’s worth noting that NO SCROLL could be easily disabled in Setup).
I use an IBM Model M keyboard, which lacks a Windows key, so I have the Scroll Lock remapped to that.
Well, sort of. Manual and electric (but not usually later electronic) typewriters had a Shift Lock, which also shifted the symbols on the top (number) row. Not particularly useful, that, but since it was actually a mechanical shifting of the typing mechanism, it had to be that way (although I believe the IBM Selectric had a Shift Lock, probably more for convention than anything else).
I didn’t know about these ways of disabling it. For years, I’ve used Windows’ Accessibility features (in Control Panel) to beep at me if I hit Caps Lock, at least letting me know that I’ve done it.
I meant the functioning of the CapsLock key. It could have different physical response when people hit it so they know they’ve hit the wrong key. It could be moved to a different place on the keyboard. It could require two keys to activate, like Shift-CapsLock, or just use control and some other key to make it work. I’m not saying there exists now other ways to do it, but there could be other ways to do it. Not to mention just holding down the Shift key which is what I do in those rare cases I need to type more than one uppercase character.
And what did they use it for? Seriously, if we use all caps nowadays for nothing more than book titles and chapter titles and such, what other functions did it have fifty years ago?
My mother was a typist for most of her working life, and I saw her use caps lock a lot in that time. I can’t remember the specifics, but anything more than two letters required a lock.
Holding shift down was difficult on a manual typewriter. It literally “shifted” the carousel, lifting it up so that you could access the lower character on the striker thingies*, and it was quite heavy. If you use your little finger for Shift, as most do, then it can be quite a strain. Therefore if you need to have all capitals (like in legal documents) you definitely need a lock.
There have been many, even some still used today, programming languages that require everything, or at least keywords, to be all caps. It would be murder to code in those languages without a caps lock key. Even in languages that ignore case, for some people use of all caps makes debugging easier because it forces you to slow down when reading it over.