From f1963b8bfabb48a979f8e7d5d52e900fad6dc8f5 Mon Sep 17 00:00:00 2001 From: Shai Barack <shayba@google.com> Date: Mon, 30 Apr 2018 08:56:32 -0700 Subject: [PATCH] [docs] Document QEMU text mode meta key After teaching how to start Fuchsia in QEMU text mode, we ought to also teach how to exit the emulator. Change-Id: I316e1a78c6c30b3d36a16a74dbd8bc408aff3cf1 --- getting_started.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/getting_started.md b/getting_started.md index 35028be7462..050ddb82442 100644 --- a/getting_started.md +++ b/getting_started.md @@ -148,6 +148,11 @@ There are various flags for `fx run` to control QEMU's configuration: Use `fx run -h` to see all available options. +#### QEMU tips + +* `ctrl+a x` will exit QEMU in text mode. +* `ctrl+a ?` or `ctrl+a h` prints all supported commands. + #### Enabling Graphics Note: Graphics under QEMU are extremely limited due to a lack of Vulkan -- GitLab