Vizard 7 » The Vizard IDE » Keyboard shortcuts
7.7

Keyboard Shortcuts

The Vizard editor provides the following keyboard combinations for quicker access to common functions:

General

Keyboard combination

Description

F1

Open Vizard documentation

Ctrl + N

New file

Ctrl + O

Open file

Ctrl + Shift + O

Quick Open file

Ctrl + S

Save file

Ctrl + Shift + S

Save all files

Ctrl + W

Close file

Double-Click tab strip

New file

Middle-Click document tab

Close file

Script Execution and Debugging

Keyboard combination

Description

F5

Run script

Shift + F5

Stop running script

F6

Run script in docked window

Ctrl + F6

Toggle docked state of running script

Ctrl + F5

Run script with debugger

Ctrl + Shift + F5

Stop debugger

Ctrl + F9

Toggle breakpoint

F9

Go to next breakpoint

Shift + F9

Go to previous breakpoint

Ctrl + Shift + F9

Clear all breakpoints

Ctrl + F10

Step Into

Ctrl + F11

Step Over

Ctrl + F12

Step Out

Code Searching and Navigation

Keyboard combination

Description

Ctrl + F

Open Find dialog

Ctrl + H

Open Find and Replace dialog

Ctrl + Shift + F

Open Find in Files dialog

F3

Go to next find result

Alt + F3 Go to next find result using current selection as search string

Shift + F3

Go to previous find result

Ctrl + F3

Go to next Find in Files result

Ctrl + Shift + F3

Go to previous Find in Files result

Alt + D

Activate Quick Search toolbar

Ctrl + F4

Toggle bookmark

F4

Go to next bookmark

Shift + F4

Go to previous bookmark

Ctrl + Shift + F4

Clear all bookmarks

Ctrl + G

Open Go To Line dialog

Ctrl + J

Locate current scope in Code Browser

Ctrl + B

Select current scope block

F8

Go to next scope definition

Shift + F8

Go to previous scope definition

Middle-Click name

Go To Definition on clicked name

Alt + Left

Navigate Backward

Alt + Right

Navigate Forward

F11

Open script directory

F12

Open Vizard directory

Alt + I

Activate Interactive window

Ctrl + Tab

Toggle through open files

Alt + F7

Toggle through open panes

Ctrl + (1 - 8)

Select tab (1 to 8)

Ctrl + 9

Select last tab

Ctrl + Page Up Select previous tab
Ctrl + Page Down Select next tab

Text Editing

Keyboard combination

Description

Down

Move down a line

Shift + Down

Move down a line and extend the selection

Ctrl + Down

Scroll down a line

Alt + Shift + Down

Move down a line and extend the rectangular selection

Alt + Down

Move the selected lines down one line

Up

Move up a line

Shift + Up

Move up a line and extend the selection

Ctrl + Up

Scroll up a line

Alt + Shift + Up

Move up a line and extend the rectangular selection

Alt + Up

Move the selected lines up one line

Ctrl + [

Move up a paragraph

Ctrl + Shift + [

Move up a paragraph and extend the selection

Ctrl + ]

Move down a paragraph

Ctrl + Shift + ]

Move down a paragraph and extend the selection

Left

Move left a character

Shift + Left

Move left a character and extend the selection

Ctrl + Left

Move left a word

Ctrl + Shift + Left

Move left a word and extend the selection

Alt + Shift + Left

Move left a character and extend the rectangular selection

Right

Move right a character

Shift + Right

Move right a character and extend the selection

Ctrl + Right

Move right a word

Ctrl + Shift + Right

Move right a word and extend the selection

Alt + Shift + Right

Move right a character and extend the rectangular selection

Ctrl + /

Move left a word part

Ctrl + Shift + /

Move left a word part and extend the selection

Ctrl + \

Move right a word part

Ctrl + Shift + \

Move right a word part and extend the selection

Home

Move to the first non-blank character in the line

Shift + Home

Move to the first non-blank character in the line and extend the selection

Ctrl + Home

Move to the beginning of the document

Ctrl + Shift + Home

Move to the beginning of the document and extend the selection

Alt + Home

Move to the beginning of the line

Alt + Shift + Home

Move to the first non-blank character in the line and extend the rectangular selection

End

Move to the end of the line

Shift + End

Move to the end of the line and extend the selection

Ctrl + End

Move to the end of the document

Ctrl + Shift + End

Move to the end of the document and extend the selection

Alt + Shift + End

Move to the end of the line and extend the rectangular selection

Page Up

Move up a page

Shift + Page Up

Move up a page and extend the selection

Alt + Shift + Page Up

Move up a page and extend the rectangular selection

Page Down

Move down a page

Shift + Page Down

Move down a page and extend the selection

Alt + Shift + Page Down

Move down a page and extend the rectangular selection

Delete

Delete the selection or the character to the right

Shift + Delete

Cut the selection

Ctrl + Delete

Delete the word to the right

Shift + Ctrl + Delete

Delete the line to the right

Insert

Toggle between insert mode and overtype mode

Shift + Insert

Paste the selection

Ctrl + Insert

Copy the selection

Backspace

Delete the selection or the character to the left

Shift + Backspace

Delete the selection or the character to the left

Ctrl + Backspace

Delete the word to the left

Alt + Backspace

Undo

Ctrl + Shift + Backspace

Delete the line to the left

Ctrl + Z

Undo

Ctrl + Y

Redo

Ctrl + X

Cut the selection

Ctrl + C

Copy the selection

Ctrl + V

Paste the selection

Ctrl + A

Selects all

Tab

Indent

Shift + Tab

Dedent

Enter

Newline

Shift + Enter

Newline

Ctrl + Enter

Insert newline at the end of the current line

Ctrl + add (numpad)

Zoom in

Ctrl + subtract (numpad)

Zoom out

Ctrl + divide (numpad)

Set zoom to default

Ctrl + L

Line cut

Ctrl + Shift + L

Line delete

Ctrl + Shift + T

Line copy

Ctrl + T

Line transpose

Ctrl + D

Duplicate the current line or selection

Ctrl + U

Change all selected text to lowercase

Ctrl + Shift + U

Change all selected text to uppercase

Alt + 3

Comment region

Alt + Shift + 3

Uncomment region

Alt + T

Tabify region

Ctrl + Shift + W

Toggle display of whitespace

Ctrl + Shift + I

Toggle display of indentation guides

Ctrl + Spacebar Display completion options for current cursor location
Ctrl + ` (grave accent)

Scroll cursor to center of view

Alt + 1 Display dialog for selecting RGB color to insert at cursor location

The following table lists key and mouse combinations:

Keyboard/mouse combination

Description

Alt + mouse wheel

Alt + scroll bar

Synchronize scrolling with other active views

Ctrl + mouse wheel

Zoom in/out

Ctrl + mouse drag

Select multiple text ranges

Alt + mouse drag

Select a rectangular area

Ctrl + Shift + click code fold

Toggle all code folds

Ctrl + click code fold

Toggle folding for line and all children

Shift + click code fold

Ensure line and all children are visible

Graphics Window

The following shortcuts are available when the graphics window of a running script is active:

Keyboard combination

Description

Escape

Quit Vizard script

F1

Toggle HTML display

F2

Toggle fullscreen mode

F3

Toggle polygon, wire, and point rendering mode

F4

Toggle framerate display

F8

Reset active camera handler

Ctrl + F9

Capture screenshot

Ctrl + F12

Toggle AVI recording

Ctrl + F6 Toggle docking of window within Vizard IDE

Alt + I

Float window and activate Vizard IDE interactive input