Contents | Prev | Next

4.7.5 Keyboard short-cuts

The Integrated Development Environment (IDE) allows you to use keyboard short-cuts to perform a number of actions. See below for more information:

Bookmarks

Short-cutAction
Alt+0Sets bookmark 0
Alt+1Sets bookmark 1
Alt+2Sets bookmark 2
Alt+3Sets bookmark 3
Alt+4Sets bookmark 4
Alt+5Sets bookmark 5
Alt+6Sets bookmark 6
Alt+7Sets bookmark 7
Alt+8Sets bookmark 8
Alt+9Sets bookmark 9
Shift+Ctrl+0Sets bookmark 0
Shift+Ctrl+1Sets bookmark 1
Shift+Ctrl+2Sets bookmark 2
Shift+Ctrl+3Sets bookmark 3
Shift+Ctrl+4Sets bookmark 4
Shift+Ctrl+5Sets bookmark 5
Shift+Ctrl+6Sets bookmark 6
Shift+Ctrl+7Sets bookmark 7
Shift+Ctrl+8Sets bookmark 8
Shift+Ctrl+9Sets bookmark 9
Ctrl+0Goto bookmark 0
Ctrl+1Goto bookmark 1
Ctrl+2Goto bookmark 2
Ctrl+3Goto bookmark 3
Ctrl+4Goto bookmark 4
Ctrl+5Goto bookmark 5
Ctrl+6Goto bookmark 6
Ctrl+7Goto bookmark 7
Ctrl+8Goto bookmark 8
Ctrl+9Goto bookmark 9

Goto

Short-cutAction
Ctrl+LeftMove one word left
Ctrl+RightMove one word right
Ctrl+HomeMove to the top of the file
Ctrl+EndMove to the end of the file
Ctrl+PageDownMove to bottom of window retaining column
Ctrl+PageUpMove to the top of the window retaining column
Ctrl+UpScroll window up one line
Ctrl+DownScroll window down one line
Ctrl+GGoto line

Find

Short-cutAction
F3Find again
F5Find
F6Replace
Ctrl+FFind
Ctrl+HReplace

Clipboard

Short-cutAction
Ctrl+CCopy text to clipboard
Ctrl+InsertCopy text to clipboard
Ctrl+VPaste text from clipboard
Shift+InsertPaste text from clipboard
Ctrl+XCut text to clipboard

File

Short-cutAction
Ctrl+NNew
Ctrl+OOpen
Ctrl+WClose
Ctrl+SSave
Ctrl+PPrint

Other

Short-cutAction
F1Search help for a word
Ctrl+F1Search help for a word
F9Compile
Ctrl+F9Run
F10Toggle menu bar mode
Shift+F4Tile editor window
Shift+F5Cascade editor windows
Ctrl+ASelect all
Ctrl+YDelete line
Ctrl+BackspaceDelete on word left
Shift+Ctrl+YDelete to the end of the line
Ctrl+F4Exit IDE
Ctrl+F6Next window

Contents | Prev | Next