Delphi应用程序可以像Visual Studio一样有双快捷键吗? (即 Ctrl-k Ctrl-k)

发布于 2024-07-08 03:53:39 字数 142 浏览 10 评论 0原文

如标题所述,我的应用程序需要双快捷键(即 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浮云落日 2024-07-15 03:53:39

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文