简体   繁体   English

如何更改 Delphi 10.1 Berlin 中的键映射?

[英]How to change key mapping in Delphi 10.1 Berlin?

I want to change some shortcuts for speed settings in my processes.我想在我的流程中更改一些速度设置的快捷方式。 I know that there is an option to change it from Tools > Editor Options > Key Mappings menu but I want to re-assign some keys manually.我知道有一个选项可以从工具 > 编辑器选项 > 键映射菜单中更改它,但我想手动重新分配一些键。

Is it possible to assign them from Delphi IDE directly without using any third party?是否可以在不使用任何第三方的情况下直接从 Delphi IDE 分配它们?

Just putting @Rudy Velthuis' comment as a answer:只需将@Rudy Velthuis 的评论作为答案:

Yes, you can remap keys, but only using a custom (partial) keybinding package, which you can easily write and install yourself.是的,您可以重新映射键,但只能使用自定义(部分)键绑定包,您可以轻松地自己编写和安装它。 An example can be found on GitHub.可以在 GitHub 上找到示例 You cannot, however, directly change key mappings "on the fly", unless you use a third party tool.但是,除非使用第三方工具,否则您不能直接“即时”更改键映射。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM