我在 plugin.xml 中为我的命令分配了一个键绑定:
<extension point="org.eclipse.ui.bindings">
<key commandId="MyCommand"
contextId="org.eclipse.ui.contexts.window"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="M1+R"/>
</extension>
它可以工作,但它不会出现在 Preferences > Keys 中,因此用户无法更改它。我怎样才能使它可配置?