非美国键盘上 Eclipse 中的特殊字符
由于某种原因,Eclipse 没有注册我的按键,并且我无法在任何地方插入管道 |
。
我使用的是 Windows 7 64 位、Eclipse Helios for PHP 64 位、Java 1.6.0_24-b05 64 位。问题是我的键盘布局。斯洛文尼亚布局上管道的组合是 Alt Gr + W。
Eclipse 有一个绑定到该组合的快捷方式。只要它被绑定,它就会执行操作指定的操作。我解除绑定后,它什么也不做,而是插入管道。
它不适用于虚拟键盘。
如果我切换到美国布局,尽管组合是 Shift + ],它仍然有效。
关于如何让它与我的本机布局一起工作有什么想法吗?
For some reason, Eclipse does not register my keypress and I am not able to insert a pipe |
anywhere.
I am using Windows 7 64bit, Eclipse Helios for PHP 64bit, Java 1.6.0_24-b05 64bit. The problem is my keyboard layout. The combination for pipe on Slovenian layout is Alt Gr + W.
Eclipse has a shortcut bound to the combination. As long as it is bound, it does what the action specifies. After I unbind it, it does nothing instead of inserting a pipe.
It's not working with the virtual keyboard.
It works if I switch to the US layout though where the combo is Shift + ].
Any ideas on how I might be able to get it working with my native layout?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
事实证明,AnyEdit 插件添加了另一个键盘快捷键 Ctrl + Alt + W。当我也删除这个时,管道开始与 Alt Gr 一起工作。
It turns out that AnyEdit plugin added another keyboard shortcut of Ctrl + Alt + W. When I removed this one as well, pipe started working with Alt Gr.