Skip to content

Fixing Leanback Keyboard

SupeChicken666 edited this page Jan 19, 2025 · 4 revisions
  • Get into Waydroid system shell:
sudo waydroid shell
  • Run the following command:
mount -o remount,rw /
sed -i 's/key 28    ENTER/key 28    DPAD_CENTER/' /system/usr/keylayout/Generic.kl
mount -o remount,ro /
exit
  • Finally, restart the container and see if it works
Clone this wiki locally