Delphi应用程序可以像Visual Studio一样有双快捷键吗? (即 Ctrl-k Ctrl-k)
如标题所述,我的应用程序需要双快捷键(即 Ctrl-k Ctrl-k 是 VS.NET 中的切换书签键)。 不知道大家有没有在Delphi中找到这个问题的解决方案? 我怀疑通过修改 VCL 的核心可以做到,但是有没有更简单的方法呢?
As stated in the title, I need double shortcut keys for my application (ie. as Ctrl-k Ctrl-k is the Toggle Bookmark key in VS.NET ). I wonder if any of you has found a solution for this in Delphi? I suspect by modifying the very core of VCL one might do but is there any easier way?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
SynEdit 在 SynEditKey*.* 文件中具有此功能(我自己正在查看版本 1.03) ,配有快捷方式编辑器。 也许您不能简单地将它们集成到您的应用程序中,但代码有望提供一些指导。
SynEdit had/has this functionality in the SynEditKey*.* files (I'm looking at version 1.03 myself), complete with an editor for shortcuts. Maybe you can not simply integrate them into your application, but the code will hopefully provide some guidance.