| # |
Description |
PC Shortcut |
Mac Shortcut |
| General |
| 1 |
Maximize workspace |
Alt+F11 |
⌥+F11 |
| 2 |
Zoom in |
Ctrl+Add |
^+Add |
| 3 |
Zoom out |
Ctrl+Subtract |
^+Subtract |
| 4 |
Reset the zoom state |
Ctrl+0 |
^+0 |
| 5 |
Reset the SAS session |
F9 |
F9 |
| Basic Editing |
| 6 |
Select all text |
Ctrl+A |
^+A |
| 7 |
Cut selected text |
Ctrl+X |
^+X |
| 8 |
Copy selected text |
Ctrl+C |
^+C |
| 9 |
Paste text |
Ctrl+V |
^+V |
| 10 |
Undo an action |
Ctrl+Z |
^+Z |
| 11 |
Redo an action |
Ctrl+Y |
^+Y |
| 12 |
Find and replace text |
Ctrl+F |
^+F |
| 13 |
Add or remove comment tags |
Ctrl+OemQuestion |
^+OemQuestion |
| 14 |
Cycle the case of the selected text among initial capital, uppercase, and lowercase |
Ctrl+Shift+U |
^+⇧+U |
| 15 |
Convert the selected text to uppercase |
Ctrl+U |
^+U |
| 16 |
Convert the selected text to lowercase |
Ctrl+L |
^+L |
| 17 |
Delete the word to the left of the cursor |
Ctrl+Back |
^+Back |
| 18 |
Delete the word to the right of the cursor |
Ctrl+Delete |
^+Delete |
| 19 |
Display the currently applicable list of SAS keywords and then navigate to the next list, if there is more than one |
Ctrl+Space |
^+Space |
| 20 |
Display the currently applicable list of SAS keywords and then navigate to the previous list, if there is more than one |
Ctrl+Shift+Space |
^+⇧+Space |
| Selection |
| 21 |
Select (highlight) text to the left of the cursor character by character |
Shift+Left |
⇧+Left |
| 22 |
Select (highlight) text to the right of the cursor character by character |
Shift+Right |
⇧+Right |
| 23 |
Select (highlight) text from the cursor to the same location on the previous line |
Shift+Up |
⇧+Up |
| 24 |
Select (highlight) text from the cursor to the same location on the next line |
Shift+Down |
⇧+Down |
| 25 |
Select (highlight) the word to the left of the cursor |
Ctrl+Shift+Left |
^+⇧+Left |
| 26 |
Select (highlight) the word to the right of the cursor |
Ctrl+Shift+Right |
^+⇧+Right |
| File Management |
| 27 |
Create a new SAS program |
F4 |
F4 |
| 28 |
Run a SAS program |
F3 |
F3 |
| 29 |
Create a new snippet from the selected SAS code |
Shift+Alt+A |
⇧+⌥+A |
| 30 |
Insert an existing snippet |
Alt+I |
⌥+I |
| 31 |
Save a SAS program; download log or results as an HTML file |
Ctrl+S |
^+S |
| 32 |
Print the SAS program, log, or results |
Ctrl+P |
^+P |
| 33 |
Open a pop-up menu |
Shift+F10 |
⇧+F10 |
| Navigation |
| 34 |
Move the cursor to the beginning of the word to the left of the cursor |
Ctrl+Left |
^+Left |
| 35 |
Move the cursor to the beginning of the word to the right of the cursor |
Ctrl+Right |
^+Right |
| 36 |
Scrolls up the editor (the cursor does not move) |
Ctrl+Up |
^+Up |
| 37 |
Scrolls down the editor (the cursor does not move) |
Ctrl+Down |
^+Down |
| 38 |
Scrolls a page up (the cursor moves) |
PgUp |
PgUp |
| 39 |
Scrolls a page down (the cursor moves) |
PgDn |
PgDn |
| 40 |
Move the cursor to the beginning of the line in the code editor; move to the top of the currently displayed section of the navigation pane |
Home |
Home |
| 41 |
Move the cursor to the end of the line in the code editor; move to the bottom of the currently displayed section of the navigation pane |
End |
End |
| 42 |
Move the cursor to the top of the document |
Ctrl+Home |
^+Home |
| 43 |
Move the cursor to the bottom of the document |
Ctrl+End |
^+End |
| 44 |
Move the focus to the Server Files and Folders section |
Alt+1 |
⌥+1 |
| 45 |
Move the focus to the label of the currently displayed secondary tab |
Alt+2 |
⌥+2 |
| 46 |
Move the focus to the label of the currently displayed primary tab and then navigate among all open tabs in the workspace |
Alt+3 |
⌥+3 |
| 47 |
Move the focus to the body of the Code tab on the currently displayed primary tab |
Alt+4 |
⌥+4 |
| 48 |
Move the focus to the selected item on the Log tab on the currently displayed primary tab |
Alt+5 |
⌥+5 |