diff options
author | da-anda <da-anda@xbmc.org> | 2015-02-16 11:24:03 +0100 |
---|---|---|
committer | da-anda <da-anda@xbmc.org> | 2015-02-16 11:24:03 +0100 |
commit | 2dabdb22327b7bf813340ed38c579d6cd3e877da (patch) | |
tree | 52bb5beda61649dfce960aa13ceba097cef79230 /system/keymaps/remote.xml | |
parent | 26a1503f5841294d2100a26f65bc63341e21378a (diff) |
[keymap] trigger OSD when pressing SELECT on remotes in Visualisation window to be consistent with videos
Diffstat (limited to 'system/keymaps/remote.xml')
-rw-r--r-- | system/keymaps/remote.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/keymaps/remote.xml b/system/keymaps/remote.xml index f4815aa6f1..610ca76c2f 100644 --- a/system/keymaps/remote.xml +++ b/system/keymaps/remote.xml @@ -232,7 +232,7 @@ <down>SkipPrevious</down> <back>Back</back> <title>CodecInfo</title> - <select>ActivateWindow(VisualisationPresetList)</select> + <select>OSD</select> <menu>OSD</menu> <contentsmenu>OSD</contentsmenu> <rootmenu>OSD</rootmenu> |