我已经创建了一个名为MY Command的菜单,并且我提到了M作为助记符,但是当我按下'alt‘时,在菜单关键字中没有任何下划线。我想我遗漏了一些在菜单下面加下划线的东西。请给我这个问题的解决方案。
<extension
point="org.eclipse.ui.actionSets">
<!--Menu Action Set-->
<actionSet
label="Menu Action Set"
visible="true"
id="LGProject.actionSet">
<menu
label="MY Command"
id="Menu"
mnemonic="M"
>发布于 2011-06-03 01:38:14
在字符串/文本值前添加(&D)
https://stackoverflow.com/questions/6198383
复制相似问题