diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 18:07:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 18:07:22 +0000 |
commit | c04dcc2e7d834218ef2d4194331e383402495ae1 (patch) | |
tree | 7333e38d10d75386e60f336b80c2443c1166031d /system/keymaps/nyxboard/keyboard.xml | |
parent | Initial commit. (diff) | |
download | kodi-c04dcc2e7d834218ef2d4194331e383402495ae1.tar.xz kodi-c04dcc2e7d834218ef2d4194331e383402495ae1.zip |
Adding upstream version 2:20.4+dfsg.upstream/2%20.4+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'system/keymaps/nyxboard/keyboard.xml')
-rw-r--r-- | system/keymaps/nyxboard/keyboard.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/system/keymaps/nyxboard/keyboard.xml b/system/keymaps/nyxboard/keyboard.xml new file mode 100644 index 0000000..d868419 --- /dev/null +++ b/system/keymaps/nyxboard/keyboard.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Mappings for the Motorola Nyxboard remote --> +<keymap> + <global> + <keyboard> + <home>ActivateWindow(Home)</home> + <f3>OSD</f3> <!-- EPG: same as Guide (ctrl-G) on MCE remote --> + <f3 mod="shift">ActivateWindow(videos)</f3> <!-- Red --> + <f4 mod="shift">ActivateWindow(music)</f4> <!-- Green --> + <f5 mod="shift">ActivateWindow(pictures)</f5> <!-- Yellow --> + <f6 mod="shift">ActivateWindow(programs)</f6> <!-- Blue --> + <f4>ContextMenu</f4> <!-- User button --> + </keyboard> + </global> +</keymap> |