我正在使用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,则会显示快捷方式。在我看来,这似乎是一个错误。
是否有其他人有此行为并且知道解决方案或解决方法?