Jump to content

Control-\

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by David Eppstein (talk | contribs) at 21:25, 11 October 2023 (expand). 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 or field 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.[1]

As a character that can be easily typed on most keyboards, but with no standardized meaning, control-\ is often used as a keyboard shortcut in different graphical user interfaces, with various unrelated effects. For instance, some versions of Windows File Manager use it to de-select all selected files.[2] In Adobe InDesign, it has been used to mark a point in a line of text as the starting position of a hanging indent.[3]

References

  1. ^ Stevens, W. Richard; Rago, Stephen A. (2013), Advanced Programming in the UNIX Environment, Addison-Wesley professional computing series, Pearson Education, p. 300, ISBN 9780321637734
  2. ^ Livingston, Brian (October 19, 1992), "More on file managing, networking, and mouse customization", Window Manager, InfoWorld, p. 22
  3. ^ Cohen, Sandee (2008), InDesign CS4 for Macintosh and Windows: Visual QuickStart Guide, Peachpit Press, p. 161, ISBN 9780321648853

See also