There are keyboard shortcuts available to activate the following menu commands and other general commands:
| Keys | Action |
|---|---|
| Alt-F | Opens the File menu and selects the first item. |
| Alt-E | Opens the Edit menu and selects the first item. |
| Alt-V | Opens the View menu and selects the first item. |
| Alt-D | Opens the Debug menu and selects the first item. |
| Alt-P | Opens the Profile menu and selects the first item. |
| Alt-O | Opens the Tools menu and selects the first item. |
| Alt-W | Opens the Window menu and selects the first item. |
| Alt-H | Opens the Help menu and selects the first item. |
| Keys | Command | Action |
|---|---|---|
| Ctrl-Shift-N | New Project | Creates a new project. |
| Ctrl-O | Open File | Opens an existing file. |
| Ctrl-Shift-O | Open Project | Opens an existing project. |
| Ctrl-S | Save | Saves the current file. |
| Ctrl-Shift-S | Save All | Save all modified files. |
| Keys | Command | Action |
|---|---|---|
| Ctrl-C | Copy | Copies the current selection to the clipboard. |
| Shift-Delete | Clear All | Deletes all content of current document. |
| Ctrl-F | Search | Search for a text string. |
| F3 | Search Next | Search next occurance of last Search command. |
| Ctrl-G | Go to | Goes to the line specified in the file. |
| Keys | Command | Action |
|---|---|---|
| Ctrl-2 | Running Document | Set focus to running document window |
| Ctrl-4 | Log | Set focus to log document window |
| Ctrl-5 | Cache Explorer | Set focus to cache explorer window |
| Ctrl-6 | Welcome | Switch to welcome screen. |
| Keys | Command | Action |
|---|---|---|
| F5 | Start & Go | Starts debugging a program or continue debug session from breakpoint. |
| Shift-F5 | Stop Debugging | Stops the current debugging session. |
| F4 | Run to Cursor | Runs the current project to the cursor's location in the file and stop program execution. |
| F10 | Step Over | Executes one source line of a program. If the line is a method call, executes the entire method then stops. |
| F11 | Step Into | Executes one source line of a program. If the line is a method call, executes the program up to the method's first statement and stops. |
| Shift-F11 | Step Out | Executes one source line of a program. If the line is a method call, executes the methods and returns control to the caller. |
| Ctrl-Alt-Break | Break All | Break into debug at current execution point. |
| Ctrl-B | Toggle Breakpoint | Adds a breakpoint or removes the breakpoint at the cursor location in the program. |
| Ctrl-Alt-B | Breakpoints | Opens breakpoints window. |
| Ctrl-Alt-S | Call Stack | Opens call stack window. |
| Ctrl-Alt-V | Variant | Opens Variant Window. |
| Ctrl-Alt-W | Watch | Opens watch window. |
| Ctrl-Alt-C | Command | Opens command Window. |
| Keys | Command | Action |
|---|---|---|
| F6 | Start | Starts a profile session. |
| Shift-F6 | Stop Profiling | Stops current profile session. |
| Keys | Command | Action |
|---|---|---|
| Ctrl+TAB | Next Window | Displays the next active window. |
| Ctrl+Shift+TAB | Previous Window | Displays the previous active window. |
| Ctrl+F4 | Close Window | Closes Active Window. |
| Shift+Esc | Maximum/Restore | Maximum/restore active window. |
| Keys | Command | Action |
|---|---|---|
| F1 | Context Help | Displays the context help. |
| Ctrl+F1 | Contents | Displays the help contents. |
| Keys | Command | Action |
|---|---|---|
| Ctrl+Alt+F | Search Function | Switches focus to function list combo box, and search for function |
Copyright © 2004 Tito Software Corporation. All rights reserved.
| Browser Based Help. Published by chm2web software. |