-
Notifications
You must be signed in to change notification settings - Fork 174
Source Academy Keyboard Shortcuts
Martin Henz edited this page Oct 1, 2021
·
9 revisions
| Windows/Linux | Mac | Action |
|---|---|---|
| Shift-Enter | Shift-Enter | Evaluate the current program (same as pressing "Run") |
| Ctrl-B | Command-B | Bring cursor to declaration or look up online reference; cursor must be at a name occurrence |
| Ctrl-M | Command-M | Modify all occurrences of name under cursor; cursor must be at a name declaration |
| Ctrl-Shift-H | Command-Shift-H | Highlight the scope of name under cursor; cursor must be at a name declaration |
| Ctrl-Shift-M | Command-Shift-M | display type inforMation; cursor must be at a name |
See also default keyboard shortcuts of Ace
The following shortcuts are not listed as shortcuts of Ace or Source Academy but are reported as working:
| Windows/Linux | Mac | Action |
|---|---|---|
| Ctrl-Space | Option-Space | Trigger autofill suggestions/documentation |
| Ctrl-Shift-/ | Command-Shift-/ | Toggle multiline comment |
| F2 | F2 | Toggle block folding |
| Ctrl+] | Ctrl+] | Indent line |
| Ctrl+[ | Ctrl+[ | Outdent line |