How can I change Delphi's 'Run' and 'Add Breakpoint' shortcut keys?

Kobus Smit picture Kobus Smit · Feb 20, 2010 · Viewed 10.1k times · Source

How can I change the IDE keyboard shortcuts in Delphi?

I want to change "Run" from F9 to F5 and "Add Breakpoint" from F5 to F9

I'm currently programming Delphi at home and C# at work and these 2 shortcut keys are confusing because they are the opposites of each other!

Answer

RRUZ picture RRUZ · Feb 20, 2010

@Kobus, you can map the keys to simulate the behavior of visual Studio IDE using the "key mappings" tab, located in tools->Editor options menu.

see theses images (Delphi 7)

alt text

alt text

Delphi 2010

alt text

Another option is install Gexperts, and use the expert IDE menu shortcuts, This expert enables you to configure any of the IDE menu shortcuts.

alt text
(source: gexperts.org)