Friday, June 17, 2011

Esc key

On computer keyboards, the Esc key is a key labeled Esc or Escape that is used to generate the ASCII Escape character (Control-[, ASCII code 27 in decimal), the character code traditionally used to initiate an escape sequence. It is generally placed in the top left corner of the keyboard, which placement dates at least to the original IBM PC keyboard, though the key itself dates to teletypewriters.

Uses of Esc Key

As most computer users no longer are concerned with the details of controlling their computer's peripherals (means Devices that are connected to the computer), the task for which the escape sequences were originally designed, the escape key was appropriated by application programmers, most often to mean Stop. This use continues today in Microsoft Windows's use of escape as a shortcut in dialog boxes for NoQuitExitCancel, or Abort, as well as a common shortcut key for the Stop button in many web browsers.
On machines running Microsoft Windows, prior to the implementation of the Windows key on keyboards, the typical practice for invoking the "start" button was to hold down the control key and press escape. This key combination still works as of Windows 7.
Microsoft Windows makes use of "Esc" for many key shortcuts. Many of these shortcuts have been present since Windows 3.0, throughWindows XP, Windows Vista, and now Windows 7.
In Mac OS X, Esc usually closes or cancels a dialog box or sheet. The Command-Option-Esc combination opens the Force Quit dialog box, allowing users to end non-responsive programs. Another use for the Esc key, in combination with the Command key, is switching to Front Row, if installed.


In most computer games, the escape key is used as a pause button and/or as a way to bring up the in-game menu, usually containing ways to exit the program.
In the family of text editors, escape is used to switch modes. This usage is due to escape being conveniently placed in what is now the tab position on the ADM3A terminal keyboard used to develop vi, though it is now inconveniently placed. This is similar to how the extensive modifier keys in emacswere easily used on the original keyboard, being placed together, but these keys have now been spread around the keyboard, becoming more difficult to use.

No comments:

Post a Comment