Adding a new ShortCut to the Delphi IDE is not too difficult because the Open Tools API provides a service for this. I am trying something apparently more complex: Add a Wordstar like additional ShortCut:

Adding a new ShortCut to the Delphi IDE is not too difficult because the Open Tools API provides a service for this. I am trying something apparently more complex: Add a Wordstar like additional ShortCut:

I want something to happen when the user presses

Shift+Ctrl+H followed by the single key X

where X should work regardless of the state of the Shift key.
http://stackoverflow.com/q/35116298/49925

Comments