By default Plato uses standard accelerators keys that conform as far as
possible with the default Microsoft Visual Studio settings. See also
Changing keyboard accelerators. Here is a table of standard
accelerator keys.
Ctrl+F12
|
Comment out selected lines
|
Ctrl+Shift+F12
|
Remove comment marks from selected lines
|
Ctrl+C
|
Copy selected text to the clipboard. Copy the line if there is no selection.
|
Ctrl+Shift+C
|
Spike the selected text (append to clipboard). Spike the line if there is no
selection.
|
Ctrl+X
|
Cut selected text to the clipboard
|
Ctrl+V
|
Paste from the clipboard
|
Ctrl+A
|
Select all
|
Ctrl+L
|
Select current line and cut
|
Ctrl+Shift+L
|
Select current line and delete
|
Ctrl+W
|
Select current word
|
Ctrl+T
|
Transpose adjacent characters
|
Ctrl+F
|
Find text
|
Ctrl+H
|
Find and replace
|
Ctrl+Shift+F
|
Find in files
|
F3
|
Find next
|
Shift+F3
|
Find previous
|
Alt+F3
|
Repeat the last Find instruction
|
Ctrl+F3
|
Select current word and find next
|
Ctrl+Shift+F3
|
Select current word and find previous
|
Ctrl+G
|
Goto line number or named bookmark
|
Ctrl+U
|
Change selection to lower case
|
Ctrl+Shift+U
|
Change selection to upper case
|
Ctrl+Z
|
Undo the last edit
|
Ctrl+Y
|
Redo the last Undo
|
Ctrl+N
|
Create a new document
|
Ctrl+Shift+N
|
Create a new project
|
Ctrl+O
|
Open an existing file
|
Ctrl+Shift+O
|
Open an existing project
|
Ctrl+P
|
Print the current document
|
Ctrl+S
|
Save the current document
|
Ctrl+Shift+S
|
Save all open documents
|
VK_F6
|
View the next document (pane)
|
Shift+F6
|
View the previous documnet (pane)
|
Ctrl+Shift+B
|
Build the project
|
Ctrl+B
|
Rebuild the project
|
Ctrl+F7
|
Compile the current source file
|
Ctrl+F5
|
Start the executable
|
Ctrl+F4
|
Close the current document
|
Ctrl+CANCEL
|
Cancel the current Build process
|
Ctrl+Shift+R
|
Record a macro/Macro properties
|
Ctrl+Shift+P
|
Run the currently active macro
|
Ctrl+]
|
Go to matching bracket
|
Ctrl+[
|
Select to matching bracket
|
Ctrl+Shift+]
|
Type } and reformat indentation for the C/C# block
|
F9
|
Compare two files for differences
|
Ctrl+F9
|
Find the next difference in two files
|