컨트롤 c - keonteulol c

Windows의 Ctrl-C : 복사 또는 중단

Ctrl + C 는 Ctrl + C 또는 Ctrl + C 와 같이 빼기 대신에 더하기로 쓰이기도하는데, 사용 된 컨텍스트에 따라 두 가지 목적이 있습니다.

하나는 Windows의 명령 프롬프트 를 포함하여 많은 명령 줄 인터페이스 에서 사용되는 abort 명령 입니다. Ctrl-C 키보드 단축키는 다른 곳에 붙여 넣을 목적으로 무언가를 클립 보드에 복사하는데도 사용됩니다.

어느 쪽이든, Ctrl + C 단축키는 Ctrl 키를 누른 상태에서 C 키를 동시에 눌러 실행됩니다. Command + C 는 macOS에 해당합니다.

Ctrl & C 바로 가기 사용 방법

위에서 언급 한 것처럼 Ctrl + C는 컨텍스트에 따라 다르게 동작합니다. 대부분의 명령 줄 인터페이스에서 Ctrl-C는 텍스트 입력 대신 신호로 인식됩니다.이 경우 현재 실행중인 작업을 중지하고 제어권을 다시 반환하는 데 사용됩니다.

예를 들어, format 명령을 실행 했지만 완료하지 않기로 결정된 초기 경고에서 Ctrl-C를 실행하여 시작하기 전에 형식을 취소하고 프롬프트로 돌아갈 수 있습니다.

명령 프롬프트에서 또 다른 예는 dir 명령 을 실행하여 C : 드라이브 의 디렉터리를 나열하는 경우입니다. 즉, C : 드라이브의 루트 에서 명령 프롬프트 를 열고 dir / s 명령을 실행하면 전체 하드 드라이브의 모든 파일과 폴더가 나열됩니다. 더 많은 명령 을 사용하지 않는다고 가정하면 표시하는 데 시간이 걸릴 것입니다. 그러나 Ctrl-C를 실행하면 즉시 출력이 중단되고 프롬프트로 돌아갑니다.

실행이 완료되어야한다는 것을 알았을 때 루프에있는 것처럼 보이는 일종의 명령 행 스크립트를 실행중인 경우 Ctrl + C 키보드 단축키로 중단하여 트랙에서 중지 할 수 있습니다.

Control + C의 다른 용도는 바탕 화면에있는 파일 그룹, 텍스트 줄에있는 단일 문자 또는 웹 사이트의 그림 등을 복사하는 것입니다.이 파일은 마우스 오른쪽 버튼으로 클릭하는 것과 같은 기능입니다 ( 또는 터치 스크린을 두드리고 누르고) 복사를 선택합니다. 이 명령은 Windows 전반에 걸쳐 인식되며 사용중인 Windows 응용 프로그램은 거의 모든 것으로 인식됩니다.

Ctrl + C 바로 가기 다음에는 대개 Ctrl + V 를 사용하여 가장 최근에 복사 한 정보를 클립 보드에서 커서가있는 곳으로 붙여 넣습니다. 마우스 오른쪽 버튼 클릭 컨텍스트 메뉴를 통해 복사하는 것처럼이 붙여 넣기 명령은 이런 식으로 액세스 할 수 있습니다.

팁 : Ctrl-X 는 텍스트를 클립 보드로 복사하는 동시에 선택한 텍스트를 소스에서 제거하는 기능으로 텍스트 자르기 입니다.

Ctrl + C에 대한 추가 정보

Ctrl + C가 항상 응용 프로그램의 프로세스를 방해하지는 않습니다. 키 조합이하는 일에 대해 전적으로 특정 프로그램에 달려 있습니다. 즉, 명령 줄 인터페이스가있는 일부 프로그램은 위에서 설명한 것과 같은 방식으로 응답하지 않을 수도 있습니다.

이는 그래픽 사용자 인터페이스가있는 소프트웨어에도 해당됩니다. 웹 브라우저와 이미지 편집기와 같은 다른 프로그램은 텍스트와 이미지를 복사하기 위해 Ctrl + C를 사용하지만 간혹 응용 프로그램은 명령을 조합으로 사용하지 않습니다.

SharpKeys와 같은 소프트웨어를 사용하여 키보드 키를 끄거나 서로 바꿀 수 있습니다. 여기에 설명 된대로 C 키가 작동하지 않는다면이 프로그램을 사용했거나 과거에 이와 비슷한 프로그램을 사용했을 가능성이 있습니다. 그러나 Windows 레지스트리를 변경 한 것을 잊어 버렸습니다.

Updated: 03/13/2021 by

컨트롤 c - keonteulol c

Alternatively referred to as Control+C, ^c, and C-c, Ctrl+C is a keyboard shortcut used to copy highlighted text or other object to the clipboard in a graphical user environment.

Note

With the C and V keys being next to each other on an English keyboard, you may mistakenly press Ctrl+V (paste) instead of Ctrl+C. If you do this, anything in the clipboard is pasted over the highlighted text. To undo this mistake, press Ctrl+Z (undo).

How to use the Ctrl+C keyboard shortcut

To use this keyboard shortcut, press and hold either Ctrl key and while continuing to hold, press C.

If you press these two keys with no text, files, or other objects highlighted, nothing is copied. Therefore, if you use the paste command, it outputs what was previously stored in the clipboard (if anything at all).

Tip

To copy all text in a field or a full page, use the Ctrl+A keyboard shortcut to select all text before using Ctrl+C to copy the text.

Ctrl+C in an Internet browser

In all major Internet browsers (e.g., Chrome, Edge, Firefox, Opera), pressing Ctrl+C copies any selected text.

  • Firefox shortcuts
  • Google Chrome shortcuts
  • Internet Explorer shortcuts

Ctrl+C in Excel and other spreadsheet programs

In Microsoft Excel and all other spreadsheet programs, pressing Ctrl+C when a cell(s) is highlighted copies its contents to the clipboard.

  • Full list of Excel shortcuts.
  • Google Sheets shortcuts.

Ctrl+C in Microsoft PowerPoint

Pressing Ctrl+C in Microsoft PowerPoint copies any highlighted text, picture, or other object to the clipboard.

  • Full list of PowerPoint shortcuts.

Ctrl+C in Word and other word processors

In Microsoft Word and other word processing programs, highlighting text and pressing Ctrl+C copies it to the clipboard. This shortcut works with images, tables, and other objects.

  • Full list of Microsoft Word shortcuts.

Ctrl+C in a command line environment

While in a command line such as MS-DOS, Linux, and Unix, Ctrl+C is used to send a SIGINT signal, which cancels or terminates the currently-running program. For example, if a script or program is frozen or stuck in an infinite loop, pressing Ctrl+C cancels that command and returns you to the command line.

  • How to abort a batch file, command, or program stuck in a loop.
  • Linux signals

Ctrl+C in the pico command

In the pico command, Ctrl+C displays the current cursor position. For example, this command could be used to display the current line number.

Below are links to related keyboard shortcuts and individual key pages.

  • Alt+C
  • Ctrl

C, Clipboard, Copy, Ctrl, Keyboard shortcut, Keyboard terms