Cursor Movement Keyboard Shortcuts
Action |
SQL Server 2012 |
SQL Server 2008 R2 |
|
Move the cursor left |
LEFT ARROW |
LEFT ARROW |
|
Move the cursor right |
RIGHT ARROW |
RIGHT ARROW |
|
Move the cursor up |
UP ARROW |
UP ARROW |
|
Move the cursor down |
DOWN ARROW |
DOWN ARROW |
|
Move cursor on beginning of the line |
HOME |
HOME |
|
Move the cursor to the end of the line |
END |
END |
|
Move cursor on beginning of the document. |
CTRL+HOME |
CTRL+HOME |
|
Move the cursor to the end of the document. |
CTRL+END |
CTRL+END |
|
Move the cursor up one screen |
PAGE UP |
PAGE UP |
|
Move the cursor down one screen |
PAGE DOWN |
PAGE DOWN |
|
Moves the cursor one word to the right. |
CTRL+ RIGHT ARROW |
CTRL+ RIGHT ARROW |
|
Moves the cursor one word to the left |
CTRL+ LEFT ARROW |
CTRL+ LEFT ARROW |
|
Return the cursor to the last item. |
SHIFT+F8 |
No equivalent |
|
Moves the cursor to the top of the document |
CTRL+PAGE UP |
No equivalent |
|
Moves to the previous tab in the document |
CTRL+PAGE UP |
No equivalent |
|
Moves the cursor to the bottom of the document |
CTRL+PAGE DOWN |
No equivalent |
|
Moves to the next tab in the document |
CTRL+PAGE DOWN |
No equivalent |
Leave Comment