Hotkey to go to the function the cursor is on - Delphi

delphi, hotkeys, ide

Solution

Yes, that functionality does indeed have keyboard access: ALT + ↑.

These keyboard shortcuts are documented: http://docwiki.embarcadero.com/RADStudio/en/Default_Keyboard_Shortcuts

Problem

To go to a function/procedure I use Control + Click and Delphi will take me there (on a good day). Is there a fast way to do that without using the mouse?

Original source