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.