action CTRL + B
已回答
I am developing a plugin for Android Studio. My project uses AOSP and has custom resources (ARSC) that are not founded by Android Studio.
How should I catch CTRL + B action?
请先登录再写评论。
You should implement an Action and define keyboard-shortcut. Please follow the Creating Actions documentation for more information.