The tab key Tab ↹ (abbreviation of tabulator key or tabular key ) on a keyboard is used to advance the cursor to the next tab stop .
34-538: For use of tables to display information in Misplaced Pages, see Misplaced Pages:Tables . "Tabular" redirects here. For the typewriter key, see tab key . For the bone at the back of the skull, see tabular bone . [REDACTED] Look up table or tabular in Wiktionary, the free dictionary. Table may refer to: Table (database) , how the table data arrangement
68-412: A teletypewriter would punch out all the holes in punched paper tape to strike out a character, and in modern computers deletes text at or following the cursor position. 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 manager ), while backspace usually does not. Full-size Mac keyboards have two keys labeled delete ;
102-407: A form of data compression. Despite the fact that five characters were the typical paragraph indentation on typewriters at that time, the horizontal tab size of eight evolved because as a power of two it was easier to calculate with the limited digital electronics available. Using this size tab to indent code results in much white space on the left, so most text editors for code, such as IDEs , allow
136-424: A horizontal bar was placed in the mechanism called the tabulator rack. Pressing the tab key would advance the carriage to the next tabulator stop . The original tabulator stops were adjustable clips that could be arranged by the user on the tabulator rack. Fredric Hillard filed a patent application for such a mechanism in 1900. The tab mechanism came into its own as a rapid and consistent way of uniformly indenting
170-402: A key that functions as a backspace key, and a key that functions as a delete key. Smaller Mac keyboards, such as laptop keyboards, have only a key that functions as a backspace key. In some 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. This technique (also known as overstrike )
204-495: A partially typed piece of text. For example, in some command-line interfaces , you may type the first few characters of a command or file-name, then press Tab. If there is no ambiguity about your intent, the rest of the characters will appear automatically. On some systems, even if your input is ambiguous, tab completion may give you a list of possible options to select from. Tab completion is more common on Linux , Unix , and Unix-like systems than Windows . In PC video games ,
238-484: A patent on a tab mechanism with multiple tab keys numbered 1, 10, 100, etc. Pressing 1 was a simple tab. Pressing 10 advanced to the space before the tab, pressing 100 advanced to the position 2 spaces before the tab. Initially tab stops were set by adding and removing clips from the tab rack, but Edward Hess working for the Royal Typewriter Company filed for a patent in 1904 covering a system where
272-720: A string instrument Al-Ma'ida , the fifth surah of the Qur'an, occasionally translated as “The Table” Calligra Tables , a spreadsheet application Water table See also [ edit ] Spreadsheet , a computer application Table cut, a type of diamond cut The Table (disambiguation) Table Mountain (disambiguation) Table Rock (disambiguation) Tabler (disambiguation) Tablet (disambiguation) All pages with titles beginning with Table All pages with titles containing Table All pages with titles beginning with Tabular All pages with titles containing Tabular Topics referred to by
306-416: Is an example: This line begins with a single tab. Here are some more tab characters ! T.......T.......T.......T.......T.......T.......T.......T Notice that the tab at the start of a line is removed outside <pre> , the eight-character spacing, and how a tab stop is skipped if there are more than eight characters since last one. CSS3 defines tab-size property, which adjusts
340-517: Is commonly used to go back a page or up one level in graphical web or file browsers. Pressing the backspace key on a computer terminal would generate the ASCII code 08, BS or Backspace, a control code which would delete the preceding character. That control code could also be accessed by pressing ( Control + H , as H is the eighth letter of the Latin alphabet . Terminals which did not have
374-415: Is different from Wikidata All article disambiguation pages All disambiguation pages Tab key The word tab derives from the word tabulate , which means "to arrange data in a tabular, or table, form." When a person wanted to type a table (of numbers or text) on a typewriter , there was a lot of time-consuming and repetitive use of the space bar and backspace key. To simplify this,
SECTION 10
#1732764929921408-482: Is the basis for such spacing modifiers in computer character sets such as the ASCII caret (^, for the circumflex accent). Backspace composition no longer works with typical modern digital displays or typesetting systems. It has to some degree been replaced with the combining diacritical marks mechanism of Unicode , though such characters do not work well with many fonts, and precomposed characters continue to be used. Some software like TeX or Microsoft Windows use
442-406: Is the keyboard key that in typewriters originally pushed the carriage one position backwards, and in modern computer systems typically moves the display cursor one position backwards, deletes the character at that position, and shifts back any text after that position by one character. Although the term "backspace" is the traditional name of the key which steps the carriage back and/or deletes
476-421: Is the necessary command, producing a dialog where the user selects further details. The TSV convention for exporting data may be compared to the alternative comma-separated values (CSV) convention (that may be using semicolons instead of commas), and both are easily converted into each other. Gopher menus use tab-separated values to indicate selectors. TSV has also been cited in a modern approach to solving
510-423: Is used within the databases Table (furniture) , a piece of furniture with a flat surface and one or more legs Table (information) , a data arrangement with rows and columns Table (landform) , a flat area of land Table (parliamentary procedure) Table (sports) , a ranking of the teams in a sports league Tables (board game) Mathematical table Table, surface of the sound board (music) of
544-407: The (horizontal) tab character, and the more rarely used vertical tab character are copied from ASCII : The tab characters can be graphically represented by special symbols : Unicode also has characters for the symbols to represent or be printed on the tab key: Unicode provides additional characters for tab symbols with triangle-headed arrow: Backspace Backspace ( ← Backspace )
578-479: The Tab key is very often used to show scores in multiplayer games. For single player games it is also used to show the in-game world map or the player's inventory, as well as other useful information. In software engineering , when developing computer programs or storing and manipulating data in files, the Tab character is often used for indentation purposes to help guide the flow of reading and add semantic structure to
612-415: The backspace code mapped to the function of moving the cursor backwards and deleting the preceding character would display the symbols ^H ( caret , H) when the backspace key was pressed. Even if a terminal did interpret backspace by deleting the preceding character, the system receiving the text might not. Then, the sender's screen would show a message without the supposedly deleted text, while that text, and
646-478: The code for HT is 5. VT is 11 (coincidentally the same as in ASCII). Originally, printer mechanisms used mechanical tab stops to indicate where the tabs went. This was done horizontally with movable metal prongs in a row, and vertically with a loop of mylar or other tape the length of a page with holes punched in it to indicate the tab stops. These were manually set to match the pre-printed forms that were loaded into
680-441: The code or data. Some programmers and programming languages prefer the usage of multiple whitespace characters instead for that purpose. Because of this, many text editors have an option that makes the tab key insert the number of whitespace characters that a tab character is set to be equivalent to (by default mostly four). The most known and common tab is a horizontal tabulation (HT) or character tabulation , which in ASCII has
714-554: The cursor to the previous field), eliminating the need to use a mouse to click in an adjacent field. In many graphical applications, especially on Windows , the Tab key will move the focus to every control or widget such as buttons so that the user interface can be used without a mouse at all (this was part of the IBM Common User Access design). On macOS , this is an option called "Full Keyboard Access". A feature called tab completion can be used to complete
SECTION 20
#1732764929921748-461: The decimal character code of 9, and may be referred to as Ctrl + I or ^I . In C and many other programming languages the escape sequence \t can be used to put this character into a string literal . The horizontal tab is usually inserted when the Tab key on a standard keyboard is pressed. A vertical tabulation (VT) also exists and has ASCII decimal character code 11 ( Ctrl + K or ^K ), escape character \v . In EBCDIC
782-419: The deletion codes, would be visible to the recipient. This sequence is still used humorously for epanorthosis by computer literates, denoting the deletion of a pretended blunder, much like a strikethrough ; in this case, however, the ^H symbol is faked by typing a regular '^' followed by typing a regular 'H'. Example: An alternative sometimes seen is ^W , which is the shortcut to delete the previous word in
816-505: The first line of each paragraph. Often a first tab stop at 5 or 6 characters was used for this, far larger than the indentation used when typesetting. For numeric data, however, the logical place for the tab stop is the location of the least significant digit. Tabbing to this location and then pressing the backspace key to back up to the position of the first digit is practical but slow. Various schemes for numeric tabs were proposed. For example, in 1903, Harry Dukes and William Clayton filed for
850-536: The number of spaces for the tab character from the default of eight. The latest version of WebKit supports the tab-size property. The Opera web browser supports the -o-tab-size CSS property, the Firefox web browser supports the -moz-tab-size CSS property with the same meaning. The vertical tab is  but is not allowed in SGML ; this includes XML 1.0 and HTML. The Unicode code points for
884-514: The opposite method for diacritical marks, namely positioning the accent first, and then the base letter on its position. 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 computers, backspace can also delete a preceding newline character, something generally inapplicable to typewriters. The backspace key
918-406: The previous character, typically to the left of the cursor, the actual key may be labeled in a variety of ways, for example delete , erase , or with a left pointing arrow. A dedicated symbol for "backspace" exists as U+232B ⌫ but its use as a keyboard label is not universal. Some very early typewriters labeled this key the backspacer key. Backspace is distinct from the delete key , which in
952-417: The printer. In practice, settable tab stops were rather quickly replaced with fixed tab stops, de facto standardized at every multiple of eight characters horizontally, and every six lines vertically. A printing program could send zero or more tabs to get to the closest tab stop above and left of where it wanted to print, then send line feeds and spaces to get to the final location. Tab characters simply became
986-466: The program to set and clear tab stops. This is rarely used or supported. Tab-separated values (TSV) are used for exporting and importing database or spreadsheet field values. Text divided into fields delimited by tabs can often be pasted into a word processor and formatted into a table with a single command. For example, in Microsoft Word 2010, Insert > Table > Convert Text to Table...
1020-567: The programming debate regarding the use of tabs and spaces for code alignment called elastic tabstops . This idea uses a scheme called tab-separated columns (TSC) rather than the similar tab-separated values (TSV). In HTML the horizontal tab is coded using 	 or 	 but as with all whitespace characters in HTML, this will be displayed as a single space except inside <pre> , <code> tags (or other elements with CSS attribute white-space set to pre ). Here
1054-407: The same term [REDACTED] This disambiguation page lists articles associated with the title Table . If an internal link led you here, you may wish to change the link to point directly to the intended article. Retrieved from " https://en.wikipedia.org/w/index.php?title=Table&oldid=1258612743 " Category : Disambiguation pages Hidden categories: Short description
Table - Misplaced Pages Continue
1088-539: The size of the tab to be changed, and some (in particular on Windows) default to four instead of eight. Disagreements between programmers about what size tabs are correct , and whether to use tabs at all, are common. Modern text editors usually have the Tab key insert the user-defined indentation and may use heuristics to adapt this behavior to existing files. ISO 6429 includes the codes 136 (Horizontal Tabulation Set), 137 (Horizontal Tabulation with Justification) and 138 (Vertical Tabulation Set) that were intended to allow
1122-435: The tab rack. These keys, if present, are typically labeled tab set and tab clear . In word processing and text editing , the Tab key will move the insertion point to the next tab stop in a table, insert the ASCII tab character, or insert multiple space characters (depending on the program used). When filling out a computerized form, pressing Tab will sometimes move the cursor to the next field (and Shift-Tab will move
1156-405: The tab stops were permanently mounted on the tab bar. To set or reset a tab for a particular column, the tab stop for that column was simply rotated in or out of engagement. In 1940, James Koca filed for a patent on a mechanism allowing the tab stops for each column to be set and cleared from the keyboard, eliminating the need for the typist to bend over the back of the machine to directly manipulate
#920079