action CTRL + B
Answered
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?
Please sign in to leave a comment.
You should implement an Action and define keyboard-shortcut. Please follow the Creating Actions documentation for more information.