We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm going to use the Kodi dpad layout item found here: https://github.com/unifiedremote/Remotes/blob/f7e1f85cf8e72eefae16b523bae7941181070e19/Main/Kodi Keyboard Dpad/layout.xml
Where's the documentation for this?
Thanks!
The text was updated successfully, but these errors were encountered:
You should be able to add a dpad control like this:
<dpad onTap="select" icon="select"> <item onTap="up"/> <item onTap="right"/> <item onTap="down"/> <item onTap="left"/> </dpad>
Add actions in remote.lua for select, up, down, left, right
remote.lua
Sorry, something went wrong.
No branches or pull requests
I'm going to use the Kodi dpad layout item found here: https://github.com/unifiedremote/Remotes/blob/f7e1f85cf8e72eefae16b523bae7941181070e19/Main/Kodi Keyboard Dpad/layout.xml
Where's the documentation for this?
Thanks!
The text was updated successfully, but these errors were encountered: