Android Emulator simulates the mobile phone on your Computer, you may use the mouse in order to perform touch events, but as developers we always like to use much of keyboard rather then mouse, so , here 21 very useful keyboard short-cuts that you may like to know.
List of Emulator keys mapped to your Keyboard:
1. Menu (Left Soft Key)
Key : Shift + F12 or Page Up Button
2. Home
Key : Home Button
3. Star (Right Soft Key)
Key :Shift + F2 or Page Down Button
4. Search
Key : F5
5. Android Call/Dail Button
Key : F3
6. End Call/Hang Up Button
Key : F4
7. Back
Key : Esc Key
8. Power Button
Key : F7
9. Audio/Volume Up
Key : Numpad Plus or Ctrl + F5
10. Audio/Volume Down
Key : Numpad Minus or Ctrl + F6
11. Camera
Key : Ctrl + Numpad 5 or Ctrl + F3
12. Previous Layout Orientation
Key : Numpad 7 or Ctrl + F11
13. Next Layout Orientation
Key : Numpad 9 or Ctrl + F12
14. Toggle Trackball Mode
Key : F6
15. Trackball Mode (Temporarily)
Key : Delete
16. D-Pad left/up/right/down
Key : Numpad 4 8 6 2
17. D-Pad Center
Key : Numpad 5
18. Phone Network ON/OFF
Key : F8
19. Code profiling Toggle
Key : F9
20. Fullscreen Mode
Key : Alt + Enter
21. Onion Alpha increase or decrease
Key : Numpad * or Numpad /
More Posts related to Android,
- Check Internet Connection WIFI 4G is active on Android Programmatically
- Android Emulator cannot be opened because the developer cannot be verified. [M1 Mac]
- How to Change Android Toast Position?
- Fail to connect to camera service Android java RuntimeException
- How to create Custom RatingBar Android Programming Tutorial
- Fixing Android unknown error 961 while downloading app
- Android AlertDialog with Yes No and Cancel Button
- Share or Send SMS via Android Intent
- The Android Virtual Device myEmulator is currently running an emulator and cannot be deleted.
- Pass data between two Android Activities and access it using Intent
- SQLite with Android Easy to Understand Tutorial that covers Select, Insert, Update and Delete
- [FIX] AndroidRuntime: FATAL EXCEPTION: main - java.lang.RuntimeException NullPointerException
- Android EditText Cursor Colour appears to be white
- Android Development - How to switch between two Activities
- Android xml error Attribute is missing the Android namespace prefix [Solution]
- Android : Remove ListView Separator/divider programmatically or using xml property
- Android is starting optimizing... app 1 of 1
- java.lang.NoClassDefFoundError android.support.v4.content.LocalBroadcastManager
- AlertDialog with single button example : Android
- Android : Exception raised during rendering: action_bar API 22
- Maven : java.lang.ClassNotFoundException: Xmx512m
- Android Lint app_name is not translated in af (Afrikaans) am (Amharic) ar (Arabic) bg (Bulgarian)
- Center align text in TextView Android Programming
- How to Download and Install Android adb Tool on Linux, Mac or Windows
- Multiline EditText in Android Example
More Posts:
- Splitting String in Java with Examples - Java
- How to docker remove a container when it exits - Docker
- Compare two lists in Python and return matches - Python
- [fix] iCloud - Verification Failed: An unknown error occurred Apple ID - iOS
- Fix: Unable to edit text in TextEdit on Mac - MacOS
- How to take a Screenshot on iPhone with iOS 17 - iOS
- macOS say command text to speech using various voices and languages - MacOS
- [fix] NullPointerException Cannot Invoke findById because Repository is null - Java Spring - Java