Do the CTRL functions on a keyboard (e.g. CTRL+ F for “find”, CTRL+N for “new page”, etc.) only work on Windows based systems or are they also applicable to Macs? (I’m writing a “how to” list for a friend who just bought his first computer [a Mac] and didn’t want to give him false advice.)
Most Mac shortcuts use the “Command” key, which can be recognized by the Apple and/or a symbol that looks like a small square with a single loop on each corner. Shortcuts are similar besides that one difference, and I suspect that the control key may have been descended from the Apple command key.
The control key (CTRL) existed on mainframes and terminals long before Steve and Steve built the first Apple.
A key modified by CTRL signified that the input was to be interpreted as a system ConTRoL message, not data.
I believe there was even a CTRL key on the old Teletype machines. Anyone around old enough to have used Teletype? I remember the one in my Dad’s office in Lebanon, but I never used it myself.
Years ago, I had a Teletype, and yes, it had a Control key. About the one thing that would have any noticeable effect (we’re talking about a machine not connected to anything) was Control-G, which would make the bell ring. Ctrl-G lived on in PCs as the beep.
Of course other control codes were used by the old Teletypes. Control-M was and still is carriage return. Furthermore, most of the control codes actually did what they were supposed to do! You could get all sorts of fun effects knowing which control code to throw at a teletype at the other end.
Yellow paper instead of a screen, waxy punch tape, all upper case letters. Ah, the good old days. Sniff.
In fact, the only thing the [CTRL] key does(did) was to strip the leading bits of the character. e.g. [CTRL]-[A] generates code ‘1’, instead of 0x41 (or 0x61 for ‘a’).
I’ll go out on a limb and suggest that Phage meant the Ctrl key functions in Windows were descended from the Mac. Most are exact copies. I’m not pulling the “stealing” card but saying this is a good thing for standardization. Ctrl-/Command-X for cut. Ctrl-/Command-V for paste. Heck, it frustrates me seeing people use the menus at work for these simple functions.
The old teletype commands still work for a lot of text-mode printers, and in a lot of shells in Linux/Mac OS X. They’re part of the standard ASCII character set. Even on the Mac these are defined as Control characters and are accessed with the Control key (my Mac keyboard says the useful “Control” rather than “Ctrl”). Many times you’ll see the effects of these on text files: the differences between <CR>, <CR><LF>, and <LF> are evident across Unix/Linux, Windows, and GUI Mac OS X.