密钥绑定M1 + Z在Eclipse E4应用程序中不起作用

时间:2018-02-20 17:43:19

标签: eclipse-rcp e4

我正在使用RCP Oxygen开发Eclipse E4 RCP应用程序,目前正在实现撤消/重做功能。

所以我有undo命令和undo命令的键绑定:

POST /v2/accounts/{accountId}/envelopes/{envelopeId}/views/recipient
{
    "authenticationMethod": "Email",
    "email": "john.doe@test.com",
    "returnUrl": "www.google.com",
    "userName": "John Doe",
    "clientUserId": "12345"
}

问题是快捷方式没有显示在菜单项中,但绑定本身有效。如果我将绑定更改为M1 + I,则会显示快捷方式。在我看来,这似乎是一个错误。

是否有其他人有此行为并且知道解决方案或解决方法?

1 个答案:

答案 0 :(得分:2)

我正在使用Version:Oxygen Release(4.7.0),Build id:20170620-1800

菜单快捷方式似乎对我有用 enter image description here

Application.e4xmi config如下所示

enter image description here