Android x86 更改键盘布局

Android x86 change Keyboard layout

如何从命令行更改 Android 使用的键盘布局?

我从 https://www.android-x86.org/ in a VirtualBox VM. Unfortunately, the VM only boots to command line and I cannot access the GUI. I want to follow the following solution to directly boot into the GUI:

安装了 Android-x86 版本

我无法按自己的意愿输入命令,也无法正确使用 vi,因为我有德语键盘。

android x86 终端的键盘映射存储在

/system/usr/keylayout/

查看此处了解更多信息https://source.android.com/devices/input/key-layout-files

因此您需要更改其中的文件或加载新文件以更改布局。

为了解决您的问题,我建议您在 USB 设备上创建一个 menu.lst 并将其安装到您的 VM 中。之后,您可以使用终端将新文件复制到现有文件上。