CtrlC
Ctrl+C is a keyboard input used in many computing environments to perform different actions depending on context. In most graphical user interfaces on Windows and many Linux environments, pressing Ctrl+C copies the currently selected text or item to the clipboard, and can also copy files within file managers.
In macOS, the corresponding operation is typically performed with Command+C rather than Ctrl+C, as macOS keyboard
In command-line interfaces and terminals, Ctrl+C is a control sequence that sends an interrupt signal to the
Technically, pressing Ctrl+C sends the ASCII control character ETX (End of Text, code 3) to the active
The exact behavior of Ctrl+C can vary by program: some editors and IDEs map it to copy,
Overall, Ctrl+C is a widely used control sequence whose interpretation depends on the context: copy in graphical