FACTOID # 20: Brazil is the heliport capital of the world.
 
 Home   Encyclopedia   Statistics   Countries A-Z   Flags   Maps   Education   Forum   FAQ   About 
 
WHAT'S NEW
RECENT ARTICLES
More Recent Articles »
 

Encyclopedia > Control Key
A Control key (marked "Ctrl") on a modern Windows keyboard
A Control key (marked "Ctrl") on a modern Windows keyboard

In computing, a Control key is a modifier key which, when pressed in conjunction with another key, will perform a special operation (for example, Control-Alt-Delete); similar to the Shift key, the Control key rarely performs any function when pressed by itself. The control key is located on or near the bottom left side of most keyboards. It is usually labeled Ctrl, but sometimes Control or Ctl is seen, and it can be graphically represented as an “up arrowhead” (U+2303, ), or simulated with a caret (^). 0 km London St Pancras Temple Mills Eurostar Depot 9 km Stratford International 10 km 21 km 27 km 30 km 32 km 37 km Ebbsfleet International 39 km 50 km 54 km 88 km 89 km 90 km Ashford International 91 km 106 km Dollands Moor Freight terminal 108... It has been suggested that this article or section be merged with List of common keyboard shortcuts. ... ImageMetadata File history File links Ctl_wndws_alt. ... ImageMetadata File history File links Ctl_wndws_alt. ... For the formal concept of computation, see computation. ... In computing, a modifier key is a special key on a computer keyboard that modifies the normal action of another key when the two are pressed in combination. ... This article is about Control-Alt-Delete, the keyboard shortcut. ... The shift key on a modern Windows keyboard The shift key is a modifier key on a keyboard, used to type capital letters and other alternate upper characters. ... For other uses, see Caret (disambiguation). ...

Contents

History

Control key on an Apple wireless keyboard
Control key on an Apple wireless keyboard

On teletypewriters and early keyboards, holding down the Control key while pressing another key zeroed the leftmost 2 bits of the 7 bits in the generated ASCII character. This allowed the operator to produce the first 32 characters in the ASCII table. These are non-printing characters that signal the computer to control where the next character will be placed on the display device, eject a printed page or erase the screen, ring the terminal bell, or some other operation. Aptly, these characters are also called control characters. Image File history File linksMetadata No higher resolution available. ... Image File history File linksMetadata No higher resolution available. ... A teleprinter (teletypewriter, teletype or TTY) is a now largely obsolete electro-mechanical typewriter which can be used to communicate typed messages from point to point through a simple electrical communications channel, often just a pair of wires. ... Keyboard redirects here. ... This article is about the unit of information. ... Image:ASCII fullsvg There are 95 printable ASCII characters, numbered 32 to 126. ... It has been suggested that this article or section be merged into output device. ... In computing, a control character or non-printing character, is a code point (a number) in a character set that does not in itself represent a written symbol. ...


Note that using the Control key with either lowercase c or uppercase C will generate the same ASCII code on a teletypewriter because holding down the control key grounds (zeros the voltage on) the 2 wires used to carry the leftmost 2 bits from the keyboard. In modern computers the interpretation of keypresses is generally left to the software, modern keyboards distinguish each physical key from every other and report all keypresses and releases to the controlling software. This additional flexibility is not often taken advantage of and it usually does not matter, for example, whether the control key is pressed in conjunction with an upper or a lower case character. It has been suggested that Ground conductor be merged into this article or section. ... Computer software (or simply software) refers to one or more computer programs and data held in the storage of a computer for some purpose. ...


When the original purpose of the ASCII control characters became either obsolete or seldom used, later software appropriated the Control key combinations for other purposes.


Because on older keyboards the Control key was located on the left of the keyboard, some people remap the keys to exchange Control and Caps Lock, finding the traditional location more ergonomic. The caps lock on a modern Windows keyboard. ...


Notation

There are several common notations for pressing the Control key in conjunction with another key. Each notation below means press and hold Control while pressing the x key:

^X Traditional notation
C-x Emacs notation
CTRL-X Old Microsoft notation
Ctrl+X New Microsoft notation

This article is about the text editor. ... Microsoft Corporation, (NASDAQ: MSFT, HKSE: 4338) is a multinational computer technology corporation with global annual revenue of US$44. ...

Examples

Different application programs, user interfaces, and operating systems use the various control key combinations for different purposes.

Key combination Microsoft Windows/KDE Emacs/Linux (command line and programs using readline)
Ctrl+A Select all Beginning of line
Ctrl+B Bold Backward one character
Ctrl+C Copy (can also be used as an alternative to Ctrl+Break to terminate an application) Compound command (emacs) or terminate application
Ctrl+D Font Window (Word Processing) Forward delete or end of input
Ctrl+E Center Alignment (Word Processing) End of line
Ctrl+F Find (usually a small piece of text in a larger document) Forward one character
Ctrl+G Go To (Line number) Bell
Ctrl+H History Brings up the history menu
Ctrl+I Italic Lisp indent (rarely used)
Ctrl+K Insert Hyperlink (Word 2007) Kill (cut) text between cursor and end of line
Ctrl+L Create List Vertically center current line in window/terminal
Ctrl+M Decrease margin by 1/2 inch (Microsoft Word) Execute command
Ctrl+N New (window, document, etc.) Next line
Ctrl+O Open Insert (open) new line
Ctrl+P Print Previous line
Ctrl+Q Quit application Literal insert or resume application
Ctrl+R Refresh page Reverse search
Ctrl+S Save Search forward
Ctrl+T Open New Tab  ?
Ctrl+U Underline Uppercase word
Ctrl+V Paste Page down
Ctrl+W Close window or tab Cut (into kill ring)
Ctrl+X Cut compound command
Ctrl+Y Redo (sometimes Ctrl+Shift+Z is used for this) Yank (paste from kill ring)
Ctrl+Z Undo Suspend program
Ctrl+End Bottom (end of document or window) undefined or rarely used
Ctrl+Home Top (start of document or window) undefined or rarely used
Ctrl+Ins Copy undefined or rarely used
Ctrl+PgDn Next tab undefined or rarely used
Ctrl+PgUp Previous tab undefined or rarely used
Ctrl+Tab Next window or tab undefined or rarely used
Ctrl+Shift+Tab Previous window or tab undefined or rarely used
Ctrl+← Previous word undefined or rarely used
Ctrl+→ Next word undefined or rarely used
Ctrl+Delete Delete Next word undefined or rarely used
Ctrl+Backspace Delete Previous word undefined or rarely used
Ctrl+Alt+Backspace  ? Restart X11
Ctrl+Alt+Delete Task Manager/ Restarting the Computer Reboot (when on the console)

Windows redirects here. ... For the NYSE stock ticker symbol KDE, see 4Kids Entertainment. ... This article is about the text editor. ... This article is about operating systems that use the Linux kernel. ... A command line interface or CLI is a method of interacting with a computer by giving it lines of textual commands (that is, a sequence of characters) either from keyboard input or from a script. ... GNU readline is a software library created and maintained by the GNU project. ... In computing, control-C is a control character in ASCII code. ... This page is about computer text editing. ... Look up Break in Wiktionary, the free dictionary. ... In computing, cut and paste is a user-interface paradigm for a means of moving text (typically plain text) or other data from a source to a destination. ... An example of a graphical user interface in Windows XP, with the My Music window displayed In computing, a window is a visual area, usually rectangular in shape, containing some kind of user interface, displaying the output of and allowing input for one of a number of simultaneously running computer... In computing, Control-V is a control character in ASCII code, also known as the synchronous idle (SYN) character. ... In computing, cut and paste is a user-interface paradigm for a means of moving text (typically plain text) or other data from a source to a destination. ... A tab in graphical user interfaces is a typically rectangular small box (usually containing a text label and/or an icon) associated graphically with a view pane. ... Kill Ring In the text-editor emacs, the Kill-ring is the functional equivalent to a Clipboard. ... In computing, control-X is a control character in ASCII code, also known as the cancel (CAN) character. ... In computing, cut and paste is a user-interface paradigm for a means of moving text (typically plain text) or other data from a source to a destination. ... For most computer applications, the combinations of the Control Key and Y will redo a previously action that the user chose to undo. ... The command Redo is a common command on many programs which store undo buffers. ... Kill Ring In the text-editor emacs, the Kill-ring is the functional equivalent to a Clipboard. ... In computing, control-Z is a control character in ASCII code, also known as the substitute (SUB) character. ... Undo is a command in most word processors and text editors. ... An example of a graphical user interface in Windows XP, with the My Music window displayed In computing, a window is a visual area, usually rectangular in shape, containing some kind of user interface, displaying the output of and allowing input for one of a number of simultaneously running computer... An example of a graphical user interface in Windows XP, with the My Music window displayed In computing, a window is a visual area, usually rectangular in shape, containing some kind of user interface, displaying the output of and allowing input for one of a number of simultaneously running computer... This page is about computer text editing. ... A tab in graphical user interfaces is a typically rectangular small box (usually containing a text label and/or an icon) associated graphically with a view pane. ... A tab in graphical user interfaces is a typically rectangular small box (usually containing a text label and/or an icon) associated graphically with a view pane. ... An example of a graphical user interface in Windows XP, with the My Music window displayed In computing, a window is a visual area, usually rectangular in shape, containing some kind of user interface, displaying the output of and allowing input for one of a number of simultaneously running computer... A tab in graphical user interfaces is a typically rectangular small box (usually containing a text label and/or an icon) associated graphically with a view pane. ... An example of a graphical user interface in Windows XP, with the My Music window displayed In computing, a window is a visual area, usually rectangular in shape, containing some kind of user interface, displaying the output of and allowing input for one of a number of simultaneously running computer... A tab in graphical user interfaces is a typically rectangular small box (usually containing a text label and/or an icon) associated graphically with a view pane. ... In computing, the X Window System (commonly X11 or X) is a windowing system for bitmap displays. ... This article is about Control-Alt-Delete, the keyboard shortcut. ...

Similar concepts

Generally, the Command key, labeled with the symbol on Apple Macintosh computers, performs the equivalent functions in Mac OS X and Mac OS applications (for example, ⌘C copies, while ⌘P prints; the same holds for saving, cutting, and pasting). The Command key The Command key, known as the open-Apple key in documentation previous to the Apple Macintosh family of computers, is a modifier key present on Apple Keyboards. ... The first Macintosh computer, introduced in 1984, upgraded to a 512K Fat Mac. The Macintosh or Mac, is a line of personal computers designed, developed, manufactured, and marketed by Apple Computer. ... Mac OS X (pronounced ) is a line of graphical operating systems developed, marketed, and sold by Apple Inc. ... This article relates to both the original Classic Mac OS as well as Mac OS X, Apples more recent operating system. ...


Macintoshes also have a Control key, but it has different functionality. The Macintosh 128K, the first Macintosh computer, introduced in 1984, upgraded to a 512K Fat Mac The Macintosh, or Mac, is a line of personal computers designed, developed, manufactured, and marketed by Apple. ...

  • It is mostly used as a modifier key for key-combinations.
  • When pressing Control and clicking the mouse-button, you will get a contextual menu. This is a compatibility feature for users with one-button mice; on a two-button mouse, you would just use the right mouse-button, with no modifiers.
  • It is used in the command line interface with programs made for that interface.
  • Under Mac OS X, the Control key allows the use of Emacs-style key combinations in most text entry fields. For example, Ctrl-A moves the caret to the start of the paragraph, Ctrl-L vertically centers the current line in the editing field, Ctrl-K cuts text to the end of the line to a kill ring separate from the normal clipboard, etc.

In computing, a modifier key is a special key on a computer keyboard that modifies the normal action of another key when the two are pressed in combination. ... An example for a context menu taken from the word processor Microsoft Word The term context menu is commonly used for menus which pop up when clicking an item in a graphical user interface, offering a list of options which vary depending on the context of the action, the application... This article or section does not adequately cite its references or sources. ... Mac OS X (pronounced ) is a line of graphical operating systems developed, marketed, and sold by Apple Inc. ... This article is about the text editor. ... Kill Ring In the text-editor emacs, the Kill-ring is the functional equivalent to a Clipboard. ... The clipboard is a software program that is used for short-term storage of data as it is transferred between documents or applications, via copy and paste operations. ...

See also

The Alt key on a modern Windows keyboard The Alt key on an IBM PC keyboard is the key located immediately to either side of the Space bar, used to change (alternate) the function of other pressed keys. ... Break/Pause key on PC keyboard The break key is a special key on computer keyboards that no longer has a well-defined purpose. ... In computing, a control character or non-printing character, is a code point (a number) in a character set that does not, in itself, represent a written symbol. ... This article is about Control-Alt-Delete, the keyboard shortcut. ... A function key is a key on a computer or terminal keyboard which can be programmed so as to cause an operating system command interpreter or application program to perform certain actions. ... A standard Hebrew keyboard showing both Hebrew and English (QWERTY) letters. ... In computing, a modifier key is a special key on a computer keyboard that modifies the normal action of another key when the two are pressed in combination. ...

External links

For other uses, see IBM (disambiguation) and Big Blue. ... Windows redirects here. ... Keyboard redirects here. ... For other uses, see ESC. A computer keyboard. ... A function key is a key on a computer or terminal keyboard which can be programmed so as to cause an operating system command interpreter or application program to perform certain actions. ... A function key is a key on a computer or terminal keyboard which can be programmed so as to cause an operating system command interpreter or application program to perform certain actions. ... A function key is a key on a computer or terminal keyboard which can be programmed so as to cause an operating system command interpreter or application program to perform certain actions. ... A function key is a key on a computer or terminal keyboard which can be programmed so as to cause an operating system command interpreter or application program to perform certain actions. ... A function key is a key on a computer or terminal keyboard which can be programmed so as to cause an operating system command interpreter or application program to perform certain actions. ... A function key is a key on a computer or terminal keyboard which can be programmed so as to cause an operating system command interpreter or application program to perform certain actions. ... A function key is a key on a computer or terminal keyboard which can be programmed so as to cause an operating system command interpreter or application program to perform certain actions. ... A function key is a key on a computer or terminal keyboard which can be programmed so as to cause an operating system command interpreter or application program to perform certain actions. ... A function key is a key on a computer or terminal keyboard which can be programmed so as to cause an operating system command interpreter or application program to perform certain actions. ... A function key is a key on a computer or terminal keyboard which can be programmed so as to cause an operating system command interpreter or application program to perform certain actions. ... A function key is a key on a computer or terminal keyboard which can be programmed so as to cause an operating system command interpreter or application program to perform certain actions. ... A function key is a key on a computer or terminal keyboard which can be programmed so as to cause an operating system command interpreter or application program to perform certain actions. ... A 102-key PC US English keyboard layout with the print screen key marked in red. ... Scroll lock is a key (with an associated status light) on most modern computer keyboards. ... Break/Pause key on PC keyboard The break key is a special key on computer keyboards that no longer has a well-defined purpose. ... The insert key among other keys The Insert key (often abbreviated INS) is a key commonly found on computer keyboards. ... The home key among other keys The home key is a key commonly found on computer keyboards. ... The Page Up and Page Down keys among other keys The Page Up and Page Down keys are two keys commonly found on computer keyboards. ... Num Lock is a key on the numeric keypad of most keyboards, used to switch that pad between number entry and arrow keys. ... Due to technical limitations, /. redirects here. ... This article is about the typographical symbol. ... The plus (+) and minus (−) signs are used universally to represent the operations of addition and subtraction, and have been extended to many other meanings, more or less analogous. ... The user pressing the delete key on a Macintosh On computer keyboards, the delete key (sometimes shortened Del), should, during normal text editing, discard the character at the cursors position, moving all following characters one position back towards the freed place. ... The end key among other keys The end key is a key commonly found on computer keyboards. ... The Page Up and Page Down keys among other keys The Page Up and Page Down keys are two keys commonly found on computer keyboards. ... Seven redirects here. ... Look up eight in Wiktionary, the free dictionary. ... This article is about the number. ... The plus (+) and minus (−) signs are used universally to represent the operations of addition and subtraction, and have been extended to many other meanings, more or less analogous. ... Look up four in Wiktionary, the free dictionary. ... Look up five in Wiktionary, the free dictionary. ... This article is about the mathematical number. ... Arrow keys Arrow keys are buttons on a computer keyboard that move the cursor in a specified direction. ... One redirects here. ... For other uses of 2, see 2 (disambiguation). ... This article is about the number. ... The enter key (or return key) causes a form or dialog box to operate its default function, which is typically to finish an entry and begin the obviously desired process. ... Arrow keys Arrow keys are buttons on a computer keyboard that move the cursor in a specified direction. ... Arrow keys Arrow keys are buttons on a computer keyboard that move the cursor in a specified direction. ... Arrow keys Arrow keys are buttons on a computer keyboard that move the cursor in a specified direction. ... Zero redirects here. ... The decimal separator is a symbol used to mark the boundary between the integral and the fractional parts of a decimal numeral. ... Keyboard redirects here. ... It has been suggested that this article or section be merged with Combining character. ... The compose key and compose LED on a Sun Type 5, 6 and 7 keyboards is the second-last key on the bottom row The compose key on a DEC LK201 keyboard is the leftmost key on the bottom row On some computer systems, a compose key is a key... In computing, a modifier key is a special key on a computer keyboard that modifies the normal action of another key when the two are pressed in combination. ... The shift key on a modern Windows keyboard The shift key is a modifier key on a keyboard, used to type capital letters and other alternate upper characters. ... The Alt key on a modern Windows keyboard The Alt key on an IBM PC keyboard is the key located immediately to either side of the Space bar, used to change (alternate) the function of other pressed keys. ... The Option key The Option key, known to PC users as AltGr or Alt key, is a modifier key present on Apple Keyboards. ... This article or section does not cite its references or sources. ... AltGr is a modifier key on PC keyboards used to type many characters, primarily ones that are unusual for the locale of the keyboard layout, such as foreign currency symbols and accented letters. ... The Command key The Command key, known as the open-Apple key in documentation previous to the Apple Macintosh family of computers, is a modifier key present on Apple Keyboards. ... The Meta key was a special key on old MIT computer keyboards. ... This article or section does not cite its references or sources. ... “MIT” redirects here. ... Sun Microsystems, Inc. ... A Windows key on a black laptop keyboard The Windows key or Windows logo key (in short WinKey, or rarely Flag key) is a keyboard key originally introduced for the Windows 95 operating system. ... The Super key was a special key on the Space-cadet keyboard; today, it is typically identified with the Windows key or Apple logo, although these may also be identified with the Meta key. ... Fn key can also refer to the function keys on a computer keyboard. ... A standard Hebrew keyboard showing both Hebrew and English (QWERTY) letters. ... Lock is a function that locks part of the keyboard keys depending on the lock settings selected. ... Scroll lock is a key (with an associated status light) on most modern computer keyboards. ... Num Lock is a key on the numeric keypad of most keyboards, used to switch that pad between number entry and arrow keys. ... The caps lock on a modern Windows keyboard. ... Arrow keys Arrow keys are buttons on a computer keyboard that move the cursor in a specified direction. ... The Page Up and Page Down keys among other keys The Page Up and Page Down keys are two keys commonly found on computer keyboards. ... The home key among other keys The home key is a key commonly found on computer keyboards. ... The end key among other keys The end key is a key commonly found on computer keyboards. ... Originally, carriage return was the term for the key, lever, or mechanism on a typewriter that would cause the cylinder on which the paper was held (the carriage) to return to the left side of the paper after a line of text had been typed, and would often move it... The enter key (or return key) causes a form or dialog box to operate its default function, which is typically to finish an entry and begin the obviously desired process. ... Backspace is the keyboard key that originally pushed the typewriter head one position backwards, and in modern computer displays moves the cursor one position backwards and deletes the preceding character. ... The insert key among other keys The Insert key (often abbreviated INS) is a key commonly found on computer keyboards. ... The user pressing the delete key on a Macintosh On computer keyboards, the delete key (sometimes shortened Del), should, during normal text editing, discard the character at the cursors position, moving all following characters one position back towards the freed place. ... The tab key on a standard Windows keyboard (top left of picture) The tab key on a keyboard is used to advance the cursor to the next tab stop. // Tab is the abbreviation of Tabulator. ... A computer keyboard Space bar is a key on an alphanumeric keyboard in the form of a horizontal bar in the lowermost row, significantly wider than other keys. ... A 102-key PC US English keyboard layout with the print screen key marked in red. ... Break/Pause key on PC keyboard The break key is a special key on computer keyboards that no longer has a well-defined purpose. ... For other uses, see ESC. A computer keyboard. ... In computing, the Menu key is a key found on Windows-oriented computer keyboards. ... It has been suggested that this article or section be merged with Keypad. ... A function key is a key on a computer or terminal keyboard which can be programmed so as to cause an operating system command interpreter or application program to perform certain actions. ... Power management keys placed in the top row, with the keys at that place and below moved down one row. ... Language input keys are keys designed to translate letters entered by users, usually found in Japanese and Korean keyboards, for use with input method editor. ... This article or section does not cite its references or sources. ...

  Results from FactBites:
 
Windows Tip: Tile windows with the Control key (778 words)
There's one "feature" of tiling that drives me batty: there doesn't seem to be any way to control the order in which the windows are tiled.
Control click the two windows you want on top (or on bottom) and tile vertically.
You simply hold down the windows key, then use the numberpad to arrange the windows: 7 is upper-left corner, 8 is upper half, 9 is upper-right, etc. With a few swift keystrokes I can tile any number of windows in any order on any monitor.
Control key - Wikipedia, the free encyclopedia (586 words)
The Control key is a modifier key; it is used in the same fashion as the Shift key.
On teletypewriters and early computer keyboards, holding down the Control key while pressing another key zeroed the leftmost 2 bits of the 7 bits in the generated ASCII character.
It is mostly used as a modifier key for key-combinations.
  More results at FactBites »

 

COMMENTARY     


Share your thoughts, questions and commentary here
Your name
Your location
Your comments
Please enter the 5-letter protection code


Lesson Plans | Student Area | Student FAQ | Reviews | Press Releases |  Feeds | Contact
The Wikipedia article included on this page is licensed under the GFDL.
Images may be subject to relevant owners' copyright.
All other elements are (c) copyright NationMaster.com 2003-5. All Rights Reserved.
Usage implies agreement with terms.