Rapid SQL Keyboard Shortcuts
Go Up to Rapid SQL Product Design
Rapid SQL provides a number of keyboard shortcuts to help you expedite your tasks. The table below lists the taxes and related shortcuts:
General Editing | Keyboard Command |
---|---|
Delete one character to the left |
BACKSPACE |
Delete one character to the right |
DELETE |
Cut selected text to the Clipboard |
CTRL+X |
Undo the last action |
CTRL+Z |
Redo the last undo operation |
CTRL+Y |
Copy text |
CTRL+C |
Paste the Clipboard contents |
CTRL+V |
To Extend a Selection | Keyboard Command |
---|---|
One character to the right |
SHIFT+RIGHT ARROW |
One character to the left |
SHIFT+LEFT ARROW |
To the end of a word |
CTRL+SHIFT+RIGHT ARROW |
To the beginning of a word |
CTRL+SHIFT+LEFT ARROW |
To the end of a line |
SHIFT+END |
To the beginning of a line |
SHIFT+HOME |
One line down |
SHIFT+DOWN ARROW |
One screen up |
SHIFT+PAGE UP |
To the beginning of a document |
CTRL+SHIFT+HOME |
To the end of a document |
CTRL+SHIFT+END |
To include the entire document |
CTRL+A |
To Move the Insertion Point | Keyboard Command |
---|---|
One character to the left |
LEFT ARROW |
One character to the right |
RIGHT ARROW |
One word to the left |
CTRL+LEFT ARROW |
One word to the right |
CTRL+RIGHT ARROW |
One line up |
UP ARROW |
One line down |
DOWN ARROW |
To the end of a line |
END |
To the beginning of a line |
HOME |
One screen up (scrolling) |
PAGE UP |
One screen down (scrolling) |
PAGE DOWN |
To the end of a document |
CTRL+END |
To the beginning of a document |
CTRL+HOME |
Bookmarks | Keyboard Command |
---|---|
Toggle bookmark on/off |
CTRL+F2 |
Go to next bookmark |
F2 |
Go to previous bookmark |
SHIFT+F2 |
Splitter Windows | Keyboard Command |
---|---|
Go to next pane |
F6 |
Go to previous pane |
SHIFT+F6 |
Debugger Operations | Keyboard Command |
---|---|
Start Debugging |
CTRL+F5 |
Stop Debugging |
SHIFT+F5 |
Step Over |
F10 |
Step Into |
F11 |
Run to Cursor |
CTRL+F10 |
Step Out |
SHIFT+F11 |
Describe from Cursor |
CTRL+D |
Insert or Remove Breakpoint |
F9 |
Toggle (Enable or Disable) Breakpoint |
CTRL+F9 |
Edit Breakpoint |
ALT+F9 |
Go |
F5 |
Restart |
CTRL+SHIFT+F5 |
Debugger Windows | Keyboard Command |
---|---|
Open or Close Watch Window |
ALT+3 |
Open or Close Variables Window |
ALT+4 |
Open or Close Call Stack Window |
ALT+5 |
Open or Close Dependency Tree Window |
ALT+6 |
Other Windows | Keyboard Command |
---|---|
Go to the Result Tab |
CTRL+ALT+R |
Go to the Query Tab |
CTRL+ALT+Q |
Open the Describe window (for highlighted object) |
CTRL+D |
Toggle between Workspaces |
CTRL+W |
Toggle between Datasource Explorer and ISQL Window. |
CTRL+ALT+E |