1
有沒有人知道如何解決AndroidStudio時,它從一個IntellJ配置讀取自定義鍵盤映射失敗?重新安排intellij鍵盤映射到Android工作室格式
我想我發現了崩潰的原因...... AndroidStudio預計這一格式:
<action id="CloseEditor">
<keyboard-shortcut first-keystroke="ctrl F1" />
</action>
而節省的IntelliJ像這樣
<action id="CloseEditor">
<keyboard-shortcut first-keystroke="ctrl f1" />
</action>
有一個插件來重新安排格式,還是我會爲自己寫?