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?

0
1 comment

You should implement an Action and define keyboard-shortcut. Please follow the Creating Actions documentation for more information.

0

Please sign in to leave a comment.