Previous Topic

Next Topic

Book Contents

Book Index

Script Editor - Shortcut keys

Expand using # (hash key)

Type a MaxBasic Function name, Automation Object name or a Snippet name followed by # (the hash key) to expand the Function parameters, Dim and Create the Object or insert the Snippet code respectively.

Common Shortcuts

Indent text

Ctrl+Shift+I

Unindent text

Ctrl+Shift+U

Comment text

Ctrl+'

Uncomment text

Ctrl+Shift+'

Go to line (and column)

Ctrl+G

Find

Ctrl+F

Find again

F3

Replace

Ctrl+H

Terminate a running script

Alt+F1

Procedure List

Ctrl+E

Set or Clear Breakpoint

Alt+B

Go to bookmark 0 to 9

Ctrl+0 to Ctrl+9

Set or Clear bookmark 0 to 9

Ctrl+Shift+0 to Ctrl+Shift+9

Scroll up

Ctrl+Up

Scroll down

Ctrl+Down

Display Context Menu

Shift+F10

Add Snippet

Ctrl+0

Open Source

Ctrl+Enter

Selecting and Editing text

Drag text between editors using Ctrl to switch from move to copy.

Undo

Ctrl+Z

or Alt+Backspace

Redo

Ctrl+Y

or Alt+Shift+Backspace

Cut

Ctrl+X

or Shift+Delete

Copy

Ctrl+C

or Ctrl+Insert

Paste

Ctrl+V

or Shift+Insert

Select all

Ctrl+A

 

Delete last word

Ctrl+Backspace

 

Delete to end of word

Ctrl+T

 

Delete to end of line

Ctrl+Shift+Y

 

Line break

Ctrl+M

or Enter

Insert line

Ctrl+N

 

Delete line

Ctrl+D