all windows
F1help
(put the cursor just after the method/property name and type F1 to have help on it)
F2view Object Browser
F7view Code Window
F4view Properties Window
CtrlRview Project Window
CtrlLview call stack
CtrlGview Immediate Window
AltF11switch to originating application

edit window
CtrlSpacecomplete word
CtrlJafter foo, list the properties/methods beginning by foo
after foo., list the properties/methods of foo
Tabindent
ShiftTaboutdent
ShiftF2go to definition of identifier below cursor
CtrlFfind text
F3find next occurrence of text
ShiftF3find previous occurrence of text
CtrlHreplace text

watch window
Deldelete selected watch

debug
F8step into
ShiftF8step over
CtrlShiftF8step out
F5continue
F9
left click in margin
set/remove breakpoint
ShiftF9watch selected variable

misc.