From 90d3097653d316d3c46ac050bd109d46885c9d68 Mon Sep 17 00:00:00 2001 From: Astariul Date: Tue, 9 Apr 2024 09:42:52 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Improve=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/emu_setup.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/emu_setup.md b/docs/emu_setup.md index e6f7831..ef05e8e 100644 --- a/docs/emu_setup.md +++ b/docs/emu_setup.md @@ -100,6 +100,9 @@ Make sure to disable the clipboard : ![](assets/emu_setup_7.png){ width="300" } +!!! failure "Layout" + For now, the only layout supported is `english US`. Make sure this is the layout GBoard is using. + ## Setting up iOS emulator ### Creating the emulator @@ -198,6 +201,9 @@ However, predictions and auto-corrections are disabled by default. They should b ![](assets/ios_setup_7.png){ width="250" } +!!! failure "Layout" + For now, the only layout supported is `english US`. Make sure this is the layout iOS keyboard is using. + ## Parallel emulators In order to run tests faster, we can setup multiple emulators, and run the [evaluate()][kebbie.evaluate] function in parallel. Let's see how to set up multiple emulators for both Android and iOS.