Improve HID keyboard documentation

Explain how to configure the keyboard layout.
This commit is contained in:
Romain Vimont
2021-11-26 21:19:39 +01:00
parent 1a6caeb18c
commit 82a053015d
3 changed files with 23 additions and 1 deletions

View File

@@ -803,6 +803,15 @@ of the host key mapping. Therefore, if your keyboard layout does not match, it
must be configured on the Android device, in Settings → System → Languages and
input → [Physical keyboard].
This settings page can be started directly:
```bash
adb shell am start -a android.settings.HARD_KEYBOARD_SETTINGS
```
However, the option is only available when the HID keyboard is enabled (or when
a physical keyboard is connected).
[Physical keyboard]: https://github.com/Genymobile/scrcpy/pull/2632#issuecomment-923756915