Can Delphi applications have double keyboard shortcuts like Visual Studio? (i.e. Ctrl-k Ctrl-k)

As stated in the title, I need double keyboard shortcuts for my application (i.e. Ctrl-k Ctrl-k is the Toggle Bookmark key in VS.NET). I wonder if any of you have found a solution for this in Delphi? I suspect changing the very core VCL that can do, but is there an easier way?

+3
source share
1 answer

SynEdit has / has this feature in SynEditKey * files. * (I myself look at version 1.03), I finish with the editor for shortcuts. You may not be able to simply integrate them into your application, but the code will hopefully provide some recommendations.

+4

Source: https://habr.com/ru/post/1699226/


All Articles