views:

593

answers:

2

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!

+7  A: 

@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

RRUZ
Ah excellent that works fine, thanks!
Kobus Smit
+2  A: 

I personally use DPack which provides a Delphi keyboard mapping for Visual Studio plus a whole range of additional tools. It's also free :-)

Simon

Simon Temlett
Yes I like DPack and use it a work! Coming from Delphi I love the the "Code/File Browsers" and "Numbered Bookmarks". And the "Collapse All Projects" and "Locate In Solution Explorer".But I'm used to and prefer the Visual Studio keyboard mappings because I work in VS most of the day.
Kobus Smit