In Eclipse, if I type cmd+L, it opens a dialog for me to enter a line number and it takes me there in the code. How do I do the same thing in Android Studio? Instead of having t
Use Command + L for Mac OS X.
IntellijIDEA default keymap reference Here is the IntellijIDEA default keymap reference. This is applicable to Android Studio too.
You can also find the document from Android Studio -> Help -> Default Keymap Reference