How can I quick search a class file or entire resource file in android studio?
Eclipse short cuts are
Shift+Ctrl+R for all resource files (include .java file)
Shift+Ctrl+T for all Java class in classpath
Currently, I have changed keymap settings to Eclipse so that I am able to use same short cuts in Android Studio. However, I need to know what is the default shortcut keys in Android Studio.
