Jump to content

Control-\

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Materialscientist (talk | contribs) at 18:40, 13 November 2020 (Reverted edits by 2600:1700:F6B0:55D0:1C5A:D77A:6975:ABD6 (talk) (HG) (3.4.10)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In computing, control-\ is a control character in ASCII code, also known as the file separator (FS) character. It is generated by pressing the \ key while holding down the Ctrl key on a computer keyboard.

Under most UNIX-based operating systems control-\ is used to terminate a running process from a command shell and have it produce a memory core dump by sending it a SIGQUIT signal.

In the Emacs text editor, it is the default keystroke mapping for autocompletion.

See also