Android Studio shortcuts like Eclipse
Solution 1:
You can use Eclipse Short-cut key in Android Studio too.
File -> Settings -> Keymap -> <Choose Eclipse from Keymaps dropdown>
For Mac OS :
File -> Preferences or Properties -> Keymap -> <Choose Eclipse from Keymaps dropdown>
Solution 2:
Yes, the list of keyboard shortcuts for Android Studio is at https://developer.android.com/studio/intro/keyboard-shortcuts.html.
Here are a few that I know.
Check :File ->Settings ->Keymap -> <Choose Eclipse from Keymaps dropdown> or
Add unimplemented methods: CTRL + I
Override methods: CTRL + O
Format code: CTRL + ALT + L
Show project: ALT + 1
Show logcat: ALT + 6
Hide project - logcat: SHIFT + ESC
Build: CTRL + F9
Build and Run: CTRL + F10
Expand all: CTRL + SHIFT + NumPad +
Collapse all: CTRL + SHIFT + NumPad -
Find and replace: CTRL + R
Find: CTRL + F
In case I'm missing any shortcut that you need you can ask here and for more check implink!! or link!!:)