diff --git a/frontend/device/generic/device.lua b/frontend/device/generic/device.lua index a2f24426c..79b0e24b1 100644 --- a/frontend/device/generic/device.lua +++ b/frontend/device/generic/device.lua @@ -41,6 +41,7 @@ local Device = { hasAuxBattery = no, hasKeyboard = no, hasKeys = no, + hasPageUpDownKeys = no, canKeyRepeat = no, hasDPad = no, hasExitOptions = yes,