HOME

TheInfoList



OR:

A compose key (sometimes called multi key) is a key on a
computer keyboard A computer keyboard is a peripheral input device modeled after the typewriter keyboard which uses an arrangement of buttons or keys to act as mechanical levers or electronic switches. Replacing early punched cards and paper tape technology ...
that indicates that the following (usually 2 or more) keystrokes trigger the insertion of an alternate character, typically a precomposed character or a symbol. For instance, typing followed by and then will insert ñ. Compose keys are most popular on Linux and other systems using the X Window System, but software exists to implement them on Windows and macOS.


History

The Compose Character key was introduced by engineers at Digital Equipment Corporation (DEC) on the LK201 keyboard, available since 1983 with the
VT220 The VT220 is a computer terminal introduced by Digital Equipment Corporation (DEC) in November 1983. The VT240 added monochrome ReGIS vector graphics support to the base model, while the VT241 did the same in color. The 200 series replaced the s ...
terminal. The keyboard included an LED indicating that a Compose sequence is on-going. While the LK201 introduced the group of command keys between the alphanumerical block and the numerical keypad, and the "inverted T" arrangement of arrow keys, which have become standard, the compose key by contrast did not become a standard. In 1987,
Sun Microsystems Sun Microsystems, Inc. (Sun for short) was an American technology company that sold computers, computer components, software, and information technology services and created the Java programming language, the Solaris operating system, ZFS, the ...
released the
Sun4 Sun-4 is a series of Unix workstations and servers produced by Sun Microsystems, launched in 1987. The original Sun-4 series were VMEbus-based systems similar to the earlier Sun-3 series, but employing microprocessors based on Sun's own SPARC V7 RIS ...
, the first dedicated Unix workstation that had a compose key. On the keyboards of Sun Type 5 and 6 workstations, the Compose LED is placed in the keycap (see picture below). ISO/IEC 9995-7 designed a graphical symbol for this key, in ISO/IEC 9995-7 as symbol 15 "Compose Character", and in ISO 7000 "Graphical symbols for use on equipment" as symbol ISO-7000-2021. This symbol is encoded in Unicode as . Because
Microsoft Windows Windows is a group of several proprietary graphical operating system families developed and marketed by Microsoft. Each family caters to a certain sector of the computing industry. For example, Windows NT for consumers, Windows Server for serv ...
and macOS do not support a compose key by default, the key does not exist on most keyboards designed for modern PC hardware. When software supports compose key behaviour, some other key is used. Common examples are the right-hand
Windows key The Windows logo key (also known as Windows-, win-, start-, logo-, flag-, or super-key) is a keyboard key which was originally introduced on the Microsoft Natural keyboard in 1994. This key became a standard key on PC keyboards. In Window ...
, the key, or one of the keys. There is no LED or other indicator that a compose sequence is ongoing.


Compose sequences

If the Compose key is not also a modifier key, then key rollover means the compose key does not have to be released before the subsequent keystrokes. This makes it possible for experienced typists to enter composed characters rapidly. Earlier versions of compose sequences followed handwriting and the overstrike technique by putting the letter first and diacritics second. For example produced the character ñ. This order is still in use, however the inverse order known from accent-mark dead keys present on the last typewriters is used today: for ñ. This allows multiple diacritics, for instance typing for ấ. Non-accented characters are generally constructed from letters that when overtyped or sequenced would produce something like the character. For instance will produce the copyright symbol ©, and will produce Æ. There is no intrinsic limit on sequence length, which should respect both the rules of ''mnemonics'' and ''ergonomics'', and ''feasibility'' within a comprehensive compose tree. For example, might be inserted by , where indicates circled characters, indicates inverse, indicates sans-serif, and indicates the final character.


Compared to other input methods

The primary advantage of a compose key is that the sequence used to select the character can be made up of any letters, numbers, or symbols available on the keyboard. This allows the sequence to be more mnemonic, so it is easier to remember, possible to guess at if unknown, and can support far greater numbers of characters. The primary disadvantage is that compose sequences always require at least one more keystroke. Inconvenient placement of the compose key can also slow typing. The most common method used to enter characters not printed on the keys is a modifier key such as AltGr. This method suffers from the limitation that AltGr adds just two more (shifted and unshifted) associations for each key. The additional characters made available are typically customized to the local market and thus meet the needs of most users, most of the time. The default UK/Ireland layout, for example, provides (via AltGr+aeiou) the letters á é í ó ú that are needed for
Irish Gaelic Irish (Standard Irish: ), also known as Gaelic, is a Goidelic language of the Insular Celtic branch of the Celtic language family, which is a part of the Indo-European language family. Irish is indigenous to the island of Ireland and was the ...
but consequently not the letters à è ì ò ù needed for Scottish Gaelic. A dead key treats the first character in any sequence as a modifier for the next key when pressed, the key appears to have no effect until the next key is pressed. (Most systems try to make the choice of dead key a logical part of the character selection; this makes sense for
accent marks A diacritic (also diacritical mark, diacritical point, diacritical sign, or accent) is a glyph added to a letter or to a basic glyph. The term derives from the Ancient Greek (, "distinguishing"), from (, "to distinguish"). The word ''diacrit ...
and the concept is extended to other symbols). For example, the grave ("backtick") key () is often a dead key: to achieve , the sequence is used. Compound sequences are possible: for example to add a two dots (diacritic), the seems an obvious candidate but clearly this heavily used key cannot be repurposed as a dead key. The solution is to modify it using AltGr, thus delivers . Other combinations are rather less obvious than their compose-key counterparts: for example compare with for (ChromeOS with UK extended mapping).
Alt code On personal computers with numeric keypads that use Microsoft operating systems, such as Windows, many characters that do not have a dedicated key combination on the keyboard may nevertheless be entered using the Alt code (the Alt numpad input me ...
s or Unicode numerical input could almost be considered a compose key, but use unintuitive numbers, instead of mnemonics, as the selector. Modern GUI character choosers often require a search function that is not much different than the compose sequences to locate a character quickly.


Software support


X Window System

X header files call the Compose Key the "Multi_key". On Xorg the default Compose Key is +, (while pressing ''before'' is the "fourth keyboard level modifier", a different key). As this is rather inconvenient (especially for keyboards without an ) it is common to select a keyboard layout where another key such as the right-hand or is mapped to the compose key, this option is normally available in the settings of the desktop environment. The X keyboard driver does not allow the key used for Compose to also function as a modifier. On modern systems a vast number of compose sequences are supported.


Windows

On Microsoft Windows, a few programs such as
PuTTY Putty is a material with high plasticity, similar in texture to clay or dough, typically used in domestic construction and repair as a sealant or filler. Although some types of putty (typically those using linseed oil) slowly polymerise and be ...
provide compose-key support. To emulate the compose key for all software, keyboard shortcut utilities are often involved. There are also a number of
open-source Open source is source code that is made freely available for possible modification and redistribution. Products include permission to use the source code, design documents, or content of the product. The open-source model is a decentralized sof ...
utilities (such as WinCompose, AllChars, Compose-Keys, or Compose). Installable keyboard layouts (such as KbdEdit) are available that contain a compose key assigned to one of the keys like or . They work by using the dead-key chaining feature that is more commonly used to input letters with multiple diacritics. Such keyboard layouts can also be programmed directly in C (the language Windows drivers are written in), compiled using the free-of-charge Windows Driver Kit, and packaged using the free-of-charge Microsoft Keyboard Layout Creator 1.4, compatible up to the latest versions of the OS.


macOS

Although the
Cocoa Cocoa may refer to: Chocolate * Chocolate * ''Theobroma cacao'', the cocoa tree * Cocoa bean, seed of ''Theobroma cacao'' * Chocolate liquor, or cocoa liquor, pure, liquid chocolate extracted from the cocoa bean, including both cocoa butter and ...
text input system allows entry of many alternate and accented characters natively in macOS, a true compose-key solution is not built in. At least one has been implemented using the Karabiner utility, which works with all applications, as does the use of certain keyboard layouts (e.g. "ABC – Extended") where Compose is implemented using the dead key chaining feature.


ChromeOS

Although ChromeOS is supplied with a larger repertoire of glyphs than most competitors, the chords needed to achieve them are not always as obvious as the Compose concept provides. Google has made available an add-on (ComposeKey) to compete in this market.


DOS

Under DOS, compose key support depended on the running application, or on a loadable keyboard driver. For example, Lotus 1-2-3 used as compose key to allow easier input of many special characters of the
Lotus International Character Set The Lotus International Character Set (LICS) is a proprietary single-byte character encoding introduced in 1985 by Lotus Development Corporation. It is based on the 1983 DEC Multinational Character Set (MCS) for VT220 terminals. As such, LICS is ...
(LICS) and Lotus Multi-Byte Character Set (LMBCS).


Common compose combinations

The table shown below shows some of the default compositions for the X.Org server. For modern systems which support Unicode, the table below is far from complete.


See also

* *


Notes


References


External links


Xlib Compose Keys for en_US.UTF-8
official current X.org X11 Compose Key sequence

with equivalent Unicode mappings {{keyboard keys Computer keys