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:
sed -i 's/key 28    ENTER/key 28    DPAD_CENTER/' /system/usr/keylayout/Generic.kl
exit
  • Done
Clone this wiki locally