Android Emulator Keyboard Shortcuts for Windows, Mac & Linux

Android Emulator keyboard shortcuts are keys that control the virtual device rotating the screen, taking screenshots, adjusting volume, and simulating hardware buttons without using your mouse. They work in the emulator bundled with Android Studio on Windows, Mac, and Linux.

To see every shortcut for your installed version, press F1 (Windows/Linux) or Cmd + / (Mac) inside the emulator window to open the built-in shortcut panel.

Key takeaways:

  • Open the full shortcut list anytime with F1 / Cmd + /
  • Rotate the screen with Ctrl + Left/Right (Win/Linux) or Cmd + Left/Right (Mac)
  • Take a screenshot with Ctrl + S (Win/Linux) or Cmd + S (Mac)
  • All shortcuts below are verified against the official Android Emulator documentation

Most used / General Shortcuts

ActionWindows / LinuxMac
Home buttonHomeHome
BackEscEsc
Menu (left softkey)F2 or Page UpF2 or Page Up
Star (right softkey)Shift + F2 or Page DownShift + F2 or Page Down
Call / dialF3F3
End call / hang upF4F4
SearchF5F5
Power buttonF7F7
Volume upCtrl + F5 or Keypad +Cmd + F5
Volume downCtrl + F6 or Keypad −Cmd + F6
Camera buttonCtrl + F3 or Ctrl + Keypad 5Cmd + F3
Previous layout orientation (rotate)Ctrl + F11 or Keypad 7Cmd + F11
Next layout orientation (rotate)Ctrl + F12 or Keypad 9Cmd + F12
Toggle cell networkingF8F8
Toggle code profilingF9 (with -trace)F9 (with -trace)
Fullscreen modeAlt + EnterOption + Return
Toggle trackball modeF6F6
Trackball mode (while held)DeleteDelete
D-Pad leftKeypad 4Keypad 4
D-Pad upKeypad 8Keypad 8
D-Pad rightKeypad 6Keypad 6
D-Pad downKeypad 2Keypad 2
D-Pad centerKeypad 5Keypad 5
Onion alpha increaseKeypad *Keypad *
Onion alpha decreaseKeypad /Keypad /

Note: Keypad shortcuts only work when Num Lock is off.

Frequently Asked Questions

How do I see all keyboard shortcuts in the Android Emulator?

Press F1 on Windows or Linux, or Cmd + / on Mac, while the emulator window is focused. This opens the built-in shortcut panel listing every available key for your installed version.

How do I rotate the Android Emulator screen with the keyboard?

Use Ctrl + Left or Ctrl + Right on Windows and Linux, or Cmd + Left / Cmd + Right on Mac. Each press rotates the virtual device 90 degrees.

What is the screenshot shortcut for the Android Emulator?

Press Ctrl + S on Windows and Linux, or Cmd + S on Mac. Screenshots are saved to your desktop by default.

Why don’t the function-key (F1–F12) shortcuts work in my emulator?

The F-key and dial-pad shortcuts belong to the older (legacy) emulator. The modern Android Emulator in current Android Studio uses Ctrl/Cmd combinations instead. Press F1 / Cmd + / to see the keys for your version.

Do Android Emulator shortcuts work the same on Windows and Mac?

The actions are the same, but the modifier differs: Windows and Linux use Ctrl and Alt, while Mac uses Cmd and Option. The tables above list both.

Can I customize Android Emulator keyboard shortcuts?

The emulator does not let you remap its core shortcuts directly. You can, however, view and reference them all from the shortcut panel (F1 / Cmd + /) or the extended controls window.

Conclusion

Keyboard shortcuts turn the Android Emulator from a click-heavy tool into something you can drive almost entirely from the keyboard faster app testing, quicker navigation, and less time reaching for the mouse. The device-key mappings above cover the core actions across Windows, Mac, and Linux, and when you need a shortcut that isn’t listed here, pressing F1 (or Cmd + / on Mac) opens the emulator’s built-in panel with the exact keys for your installed version.

Bookmark this page or grab the PDF cheat sheet so the full list is always one keystroke away. For more developer shortcuts, see our guides to Android Studio shortcuts and IntelliJ IDEA shortcuts.

READ NEXT:

Pratik

Pratik is the founder of Tutorial Tactic and a productivity tools specialist with 15 years of hands-on experience in Google Workspace, Microsoft Office, and software automation. He has published over 1,500 guides on keyboard shortcuts, software commands, how-to tutorials and workflow optimization, helping readers across the US and India work faster with the tools they use every day. Tutorial Tactic was founded in 2021 with one goal: cut through the noise and give readers exactly what they need fast, verified, and beginner-friendly.
Back to top button