Control-\
An editor has nominated this article for deletion. You are welcome to participate in the deletion discussion, which will decide whether or not to retain it. |
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
- ^ Stevens, W. Richard; Rago, Stephen A. (2013), Advanced Programming in the UNIX Environment, Addison-Wesley professional computing series, Pearson Education, p. 300, ISBN 9780321637734
- ^ Livingston, Brian (October 19, 1992), "More on file managing, networking, and mouse customization", Window Manager, InfoWorld, p. 22
- ^ Cohen, Sandee (2008), InDesign CS4 for Macintosh and Windows: Visual QuickStart Guide, Peachpit Press, p. 161, ISBN 9780321648853
See also