기술 자료

​
​

Development

User Acquisition

Monetization

산업 분야

Unity Version Control

DevOps

On-prem

Gluon

Editor plug-in

Open Unity Dashboard

Unity Version Control

이 페이지는 선택한 언어로 제공되지 않습니다.
​
​
Unity Version Control
  • Overview
  • Cloud Repositories organization update
  • Installation
  • Use UVCS with the Unity Editor
  • Unity Version Control plugins
  • Concepts
  • Tutorials
  • On-Prem
  • Gluon
  • CLI and shortcut references
    • Unity Version Control CLI
    • CLI help
    • Pipe commands
    • cm find
    • Windows keyboard shortcuts
  • Release Notes
  1. Unity Version Control (previously Plastic SCM)

Windows keyboard shortcuts

Use keyboard shortcuts in Unity Version Control.
읽는 시간 5분
최근 업데이트: 10달 전

Use keyboard shortcuts in the Unity Version Control (UVCS) desktop application.

Main actions

Shortcut

Actions

Ctrl + FOpen a search dialog or set the focus to the search text box.
Ctrl + POpen the main Permissions window related to the selected object.
F2Rename a selected object (repository, workspace, item, branch, label, attribute, sync view).
F5Refresh a view.
DelDelete the selected object.

Items

Select a specific item to use the following shortcuts.

Shortcut

Actions

Ctrl + HShow the History view of a selected item from the Workspace Explorer.
Show the History view of a selected item from the Pending changes view.
Show the History view of a selected item from the Diff window.
Ctrl + TShow the history of a selected item from the Workspace Explorer as a 2D revision tree.
Show the history of a selected item from the Pending changes view as a 2D revision tree.
Show the history of a selected item from the Diff window as a 2D revision tree.
Ctrl + ORun a checkout.
Ctrl + IExecute a checkin.
[customizable]The user can specify custom shortcuts for the defined Open with action.
Ctrl + XCut the selected item from the Workspace Explorer.
Ctrl + VPaste a cut item from the Workspace Explorer.
Focus an item in the Workspace Explorer if you have copied the item path in the clipboard.

Branches

Create a new branch.

Shortcut

Actions

Ctrl + NCreate a new branch from the Branches view.
Create a new branch from the Branch Explorer view.

Differences

Open diffs of items.

Shortcut

Actions

Ctrl + DDiff the selected item with its previous revision from the Workspace Explorer.
Diff the selected item with its previous revision from the Pending Changes view.
Diff the selected item with its previous revision from the Diff window in an external window.
Show the selected changeset differences from the Changesets view.
Show the selected branch differences from the Branches view.
Show the selected branch differences from the Branch Explorer view.
Ctrl + Shift + DDiff two selected items from the Workspace Explorer.
Diff two selected changesets from the Changesets view.
Diff two selected changesets from the Branch Explorer view.
Diff two selected revisions from the History view.
Diff the selected revision with another revision on the History view.
Diff the selected branch with another branch on the Branch Explorer view.
Diff the selected branch with another branch on the Branches view.

3 way merge

Navigate the 3 wway merge tool.

Shortcut

Actions

Ctrl + 1Select/deselect the source contributor.
Ctrl + 2Select/deselect the base contributor.
Ctrl + 3Select/deselect the destination contributor.
Ctrl + Shift + -Go to the first change or conflict block.
Ctrl + -Go to the previous change or conflict block.
Ctrl + +Go to the next change or conflict block.
Ctrl + Shift + +Go to the last change or conflict block.
Ctrl + PageUpGo to the previous non-automatic conflict.
Ctrl + PageDownGo to the next non-automatic conflict.

Diff window

Navigate the diff tool window.

Shortcut

Actions

Ctrl + Shift + FOpen the find in files dialog.
Ctrl + Shift + -Go to the first file.
Ctrl + -Go to the previous file.
Ctrl + +Go to the next file.
Ctrl + Shift + +Go to the last file.
Ctrl + Shift + NGo to the first difference.
Ctrl + NGo to the previous difference.
Ctrl + MGo to the next difference.
Ctrl + Shift + MGo to the last difference.

Text diff panel in the Diff window

Use the text diff panel and edit the contents.

Shortcut

Actions

Ctrl + SSave changes in the editable diff view.
Ctrl + ClickRun a Diff changed code action.

Clipboard, undo, and edit actions

Shortcut

Actions

Ctrl + CCopy to clipboard.
Ctrl + InsertCopy to clipboard.
Ctrl + XCut to clipboard.
Shift + DelCut to clipboard.
Ctrl + LCut line to clipboard.
Ctrl + VPaste from clipboard.
Shift + InsertPaste from clipboard.
Ctrl + YRedo.
Ctrl + Shift + ZRedo.
Ctrl + ZUndo.

Delete edit actions

Shortcut

Actions

BackspaceBackspace.
Shift + BackspaceBackspace.
Ctrl + BackspaceBackspace to previous word.
DelDelete.
Ctrl + Shift + LDelete line.
Ctrl + DelDelete to next word.

Insertion edit actions

Shortcut

Actions

EnterInsert line break.
Shift + EnterInsert line break.
Ctrl + EnterOpen line above.
Ctrl + Shift + EnterOpen line below.

IntelliPrompt edit actions

Shortcut

Actions

Ctrl + SpaceRequest intelli prompt auto complete.
Ctrl + Shift + SpaceRequest intelli prompt parameter info session.

Miscellaneous edit actions

Shortcut

Actions

Ctrl + IIncremental search.
TabInsert tab stop or indent.
Ctrl + UMake lowercase.
Ctrl + Shift + UMake uppercase.
Shift + TabRemove tab stop or outdent.
Ctrl + Shift + IReverse incremental search.
InsertToggle overwrite mode.
Ctrl + TTranspose characters.
Ctrl + Shift + TTranspose words.
Shift + Alt + TTranspose lines.
Alt + ArrowUpMove selected lines up.
Alt + ArrowDownMove selected lines down.

Movement edit actions

Shortcut

Actions

ArrowDownMove down.
ArrowUpMove up.
ArrowLeftMove left.
ArrowRightMove right.
Ctrl + ArrowLeftMove to previous word.
Ctrl + ArrowRightMove to next word.
HomeMove to line start.
EndMove to line end.
Ctrl + HomeMove to document start.
Ctrl + EndMove to document end.
PageUpMove page up.
PageDownMove page down.
Ctrl + PageUpMove to visible top.
Ctrl + PageDownMove to visible bottom.
Ctrl + ]Move to matching bracket.

Scroll edit actions

Shortcut

Actions

Ctrl + ArrowDownScroll down.
Ctrl + ArrowUpScroll up.

Selection edit actions

Shortcut

Actions

Ctrl + Num-Code block selection contract.
Ctrl + Num+Code block selection expand.
EscapeCollapse selection.
Shift + ArrowDownSelect down.
Shift + ArrowUpSelect up.
Shift + ArrowLeftSelect left.
Shift + ArrowRightSelect right.
Ctrl + Shift + ArrowLeftSelect to previous word.
Ctrl + Shift + ArrowRightSelect block to next word.
Shift + HomeSelect to line start.
Shift + EndSelect to line end.
Ctrl + Shift + HomeSelect to document start.
Ctrl + Shift + EndSelect to document end.
Shift + PageUpSelect page up.
Shift + PageDownSelect page down.
Ctrl + Shift + PageUpSelect to visible top.
Ctrl + Shift + PageDownSelect to visible bottom.
Ctrl + ASelect all.
Ctrl + Shift + WSelect word.
Ctrl + Shift + ]Select to matching bracket.
Shift + Alt + ArrowDownSelect block down.
Shift + Alt + ArrowUpSelect block up.
Shift + Alt + ArrowLeftSelect block left.
Shift + Alt + ArrowRightSelect block right.
Ctrl + Shift + Alt + ArrowLeftSelect block to previous word.
Ctrl + Shift + Alt + ArrowRightSelect block to next word.

Copyright © 2026 Unity Technologies
법률 정보개인정보 처리방침쿠키Documentation Terms of Use개인 정보 판매 또는 공유 금지개인정보 보호 선택(쿠키 설정)

'Unity', Unity 로고 및 기타 Unity 상표는 미국 및 기타 지역 내 Unity Technologies 또는 그 계열사의 상표 또는 등록상표입니다(자세한 내용은 여기에서 확인하세요). 기타 명칭 또는 브랜드는 해당 소유자의 상표입니다.

일부 페이지는 편의를 위해 기계 번역되었으며 부정확한 내용이 있을 수 있습니다. 정보가 상충되는 경우, 영어 버전을 우선으로 참조하세요.

  • 보고 있는 페이지
    • Main actions

    • Items

    • Branches

    • Differences

    • 3 way merge

    • Diff window

    • Text diff panel in the Diff window

      • Clipboard, undo, and edit actions

      • Delete edit actions

      • Insertion edit actions

      • IntelliPrompt edit actions

      • Miscellaneous edit actions

      • Movement edit actions

      • Scroll edit actions

      • Selection edit actions


이 페이지의 문제 보고