Documentation

Support

Unity Version Control

Windows keyboard shortcuts

Use keyboard shortcuts in Unity Version Control.
Read time 5 minutesLast updated 21 days ago

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.