Has anyone calculated the keyboard equivalent of this menu?

I used this menu on test cases filled with Robotium with a class signature, for example:
public class AccountTest extends ActivityInstrumentationTestCase2<MainActivity> { ... }
Somehow, Alt- Shift- X, Tjust does not do the same, even if you select Android JUnit Runner in the dialog that appears ...
A similar Run As → Android application has a complex shortcut Alt- Shift- A, Rwhen you start any other conceivable type, runnable starts with Alt- Shift- X, so there is hope.
source
share