Aptana Studio 3 中注释 ruby 代码的热键不支持德语键盘
在 Aptana Studio 3(最新版本和 3 的所有先前版本)中,我无法通过键盘快捷键注释行。我有德语键盘布局。
默认快捷键是 CTRL + /,但这不起作用。即使在首选项/常规/按键中设置快捷方式也不起作用。该命令称为“Python Toggle Comment”。
使用命令菜单并使用源->评论->注释行/选择正确注释行。在此菜单中,我还可以看到菜单项后面的热键 CTRL + /。
如果我可以使用热键,它将提高编写和测试代码的速度。我怎样才能实现这个目标?
In Aptana Studio 3 (latest version and all previous versions of 3) I am not able to comment lines via keyboard shortcuts. I have a german keyboard layout.
The default shortcut is CTRL + /, but this doesn't work. Even setting the shortcut in Preferences/General/Keys doesn't work. The command is called Python Toggle Comment.
Using the Commands menu and use Source -> Comments -> Comment Line / Selection comments the lines correctly. In this menu I can also see the hotkey CTRL + / behind the menu entry.
It would increase the speed of writing and testing code, if I could use the hotkey. How can I achieve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试下拉源卢布的副本并将键绑定编辑为适合您的键绑定。命令>来源>>编辑此捆绑包。它会尝试将捆绑包进行 git 克隆到您的“Documents/Aptana Rubles/source.ruble”文件夹中。然后您可以编辑commands/toggle_comment.rb 并将绑定更改为适合您的方式。
You can try pulling down a copy of the Source ruble and edit the keybinding to one that works for you. Commands > Source > Edit this bundle. It'll try to do a git clone of the bundle into your "Documents/Aptana Rubles/source.ruble" folder. Then you can edit commands/toggle_comment.rb and change the binding to what works for you.