-
Notifications
You must be signed in to change notification settings - Fork 123
Making the most out of the keyboard shortcuts recipe
Nicolas Petton edited this page May 22, 2013
·
3 revisions
It depends if one is using the (current/soon to be old)IDE or Helios.
note: in the following, cmd refers to ctrl
on windows/linux and cmd
on mac.
- global shortcut for all actions
ctrl-SPACE
. Examples:- save a package:
ctrl-SPACE k
- open a new workspace:
ctrl-SPACE o w
- save a package:
- code completion
shift-SPACE
- Save a method contents:
cmd-S
- DoIt:
cmd-D
- Print It:
cmd-P
- Inspect It:
cmd-I
- Save a method contents:
Ctrl-S
- DoIt:
Ctrl-D
- Print It:
Ctrl-P
- Inspect It:
Ctrl-I