diff --git a/docs/debugging.md b/docs/debugging.md
index e04dea16478..2a3db4842d1 100644
--- a/docs/debugging.md
+++ b/docs/debugging.md
@@ -9,7 +9,7 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import con
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:
-- iOS Simulator: Cmd ⌘ + D (or Device > Shake)
+- iOS Simulator: Ctrl + Cmd ⌘ + Z (or Device > Shake)
- Android emulators: Cmd ⌘ + M (macOS) or Ctrl + M (Windows and Linux)
Alternatively for Android devices and emulators, you can run `adb shell input keyevent 82` in your terminal.