Skip to content

Commit acc7869

Browse files
authored
Update iOS Simulator keyboard shortcut. (facebook#4216)
1 parent 1d8b99f commit acc7869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import con
99

1010
React Native provides an in-app developer menu which offers several debugging options. You can access the Dev Menu by shaking your device or via keyboard shortcuts:
1111

12-
- iOS Simulator: <kbd>Cmd ⌘</kbd> + <kbd>D</kbd> (or Device > Shake)
12+
- iOS Simulator: <kbd>Ctrl</kbd> + <kbd>Cmd ⌘</kbd> + <kbd>Z</kbd> (or Device > Shake)
1313
- Android emulators: <kbd>Cmd ⌘</kbd> + <kbd>M</kbd> (macOS) or <kbd>Ctrl</kbd> + <kbd>M</kbd> (Windows and Linux)
1414

1515
Alternatively for Android devices and emulators, you can run `adb shell input keyevent 82` in your terminal.

0 commit comments

Comments
 (0)