All Topics  
Backspace

 

   Email Print
   Bookmark   Link

 

Backspace


 
 


Backspace is the keyboard key that originally pushed the typewriterTypewriter Overview

A typewriter is a mechanical, electromechanical, or electronic device with a set of "keys" that, when pressed, cause charact...
 carriage one position backwards, and in modern computer displays moves the cursor one position backwards, deletes the preceding character, and shifts back the text after it by one position.

In typewriters, a typist would, for example, type a lowercase letter A with acute accent (á) by typing a lowercase letter A, backspace and then the acute accent key (also known as overstrikeOverstrike

Overstrike is a method of printing characters that are missing from the printer's character set....
). This is the basis for such spacing modifiers in computer character sets such as the ASCIIASCII

ASCII , generally pronounced , is a character encoding based on the English alphabet....
 caret (^, for the circumflex accent). Backspace composition no longer works with digital displays or typesetting systems. It has to some degree been replaced with the combining diacritical marks mechanism of UnicodeUnicode

Unicode is an industry standard designed to allow text and symbols from all of the writing systems of the world to be consis...
, though such characters do not work well with many fonts, and precomposed characters continue to be used. Some software like TeXTeX

TeX is a typesetting system created by Donald Knuth....
 or Microsoft WindowsMicrosoft Windows Summary

Microsoft Windows is a family of operating systems by Microsoft....
 use the opposite method for diacritical marks, namely positioning the accent first, and then the base letter on its position.

Pressing the backspace key on a computer terminal would generate the ASCII code 08, BS or Backspace, which would delete the preceding character. That control code could also be accessed by pressing Control-H, as HH

The letter H is the eighth letter in the Latin alphabet....
 is the eighth letter of the Latin alphabetLatin alphabet Summary

The Latin alphabet, also called the Roman alphabet, is the most widely used alphabetic writing system in the world tod...
. Terminals which did not have the backspace code mapped to the function of moving the cursor backwards and deleting the preceding character would display the symbols ^H (caret, H — see Caret notationCaret notation

Caret notation is a notation for unprintable control characters in ASCII encoding....
) when the backspace key was pressed. This sequence is still used humorously by computer literates to denote the deletion of a pretended blunder, much like overstriking.

Example: My slave-dri^H^H^H^H^H^H^H^H^Hboss decided to stall the project.

A more concise alternative sometimes seen is ^W, which is the shortcut to delete the previous word in the Berkeley Unix terminal line discipline. One ^W can replace a whole string of ^H's. This shortcut has also made it into the ViVi

vi is a screen-oriented text editor computer program written by Bill Joy in 1976 for an early BSD release....
 text editor. For really embarrassing blunders, ^U (kill line) can outdo a series of ^W.

The backspace is distinct from the delete keyDelete key

On computer keyboards, the delete key, should, during normal text editing, discard the character at the cursor's position, m...
, which in paper media for computers would punch out all the holes to strike out a character, and in modern computers deletes text following it. Also, the delete key often works as a generic command to remove an object (such as an image inside a document, or a file in a file managerFile manager

A file manager or file browser is a computer program that provides a user interface to work with file systems....
), while backspace usually has no effect.

In modern systems, the backspace key is often mapped to the delete character (0x7f in ASCII or Unicode), although the backspace key's function of deleting the character before the cursor remains.

In a mainframeMainframe computer

For the electro band comprising Murray Munro & John Molloy see Mainframe ...
 environment, to backspace means to move a magnetic tapeMagnetic tape

Magnetic tape is a non-volatile storage medium consisting of a magnetic coating on a thin plastic strip....
 backwards, typically to the previous block.

The backspace key is commonly used to go back a page when exploring folders in graphical environments, or when browsing the WebWorld Wide Web

The World Wide web is a global, read-write information space....
 in web browserWeb browser

A web browser is a software application that enables a user to display and interact with text, images, and other informatio...
s.

Although we here use the term backspace key to mean the character which deletes the previous character, the actual key may be labelled in a variety of ways, for example delete, Erase (for example in One Laptop Per Child), or with a left pointing arrow.