From c09960f5d9872e953c9321a0d93732aaa226987e Mon Sep 17 00:00:00 2001 From: Allan Araujo Date: Wed, 16 May 2018 16:49:02 -0300 Subject: [PATCH] Windows and Linux shortcuts for developer menu (#360) Added shortcuts for developer menu on Windows and Linux. Typing adb commands is not necessary. --- docs/debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/debugging.md b/docs/debugging.md index e5ca24eac64691..2df5753c3624eb 100644 --- a/docs/debugging.md +++ b/docs/debugging.md @@ -9,7 +9,7 @@ React Native supports a few keyboard shortcuts in the iOS Simulator. They are de ## Accessing the In-App Developer Menu -You can access the developer menu by shaking your device or by selecting "Shake Gesture" inside the Hardware menu in the iOS Simulator. You can also use the `⌘D` keyboard shortcut when your app is running in the iOS Simulator, or `⌘M` when running in an Android emulator. Alternatively for Android, you can run the command `adb shell input keyevent 82` to open the dev menu (82 being the Menu key code). +You can access the developer menu by shaking your device or by selecting "Shake Gesture" inside the Hardware menu in the iOS Simulator. You can also use the `⌘D` keyboard shortcut when your app is running in the iOS Simulator, or `⌘M` when running in an Android emulator on Mac OS and `Ctrl+M` on Windows and Linux. Alternatively for Android, you can run the command `adb shell input keyevent 82` to open the dev menu (82 being the Menu key code). ![](/react-native/docs/assets/DeveloperMenu.png)