diff options
author | montellese <montellese@xbmc.org> | 2012-11-01 00:37:38 +0100 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2012-11-01 00:37:38 +0100 |
commit | 19ea77e6fd136153519fff774a95fbcd8293eac3 (patch) | |
tree | 4905aba3444f8ec44869837c1dbed19fa7262d4b /system/keymaps/keyboard.xml | |
parent | de2873b71e175ed5113b8b0a9933797484271a36 (diff) |
keymaps: use "OSD" instead of "ActivateWindow(MusicOSD)"
Diffstat (limited to 'system/keymaps/keyboard.xml')
-rw-r--r-- | system/keymaps/keyboard.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/keymaps/keyboard.xml b/system/keymaps/keyboard.xml index e783145191..222fda9326 100644 --- a/system/keymaps/keyboard.xml +++ b/system/keymaps/keyboard.xml @@ -269,9 +269,9 @@ <r>Rewind</r> <period>SkipNext</period> <comma>SkipPrevious</comma> - <return>ActivateWindow(MusicOSD)</return> - <enter>ActivateWindow(MusicOSD)</enter> - <m>ActivateWindow(MusicOSD)</m> + <return>OSD</return> + <enter>OSD</enter> + <m>OSD</m> <i>Info</i> <p>ActivateWindow(VisualisationPresetList)</p> <v>ActivateWindow(VisualisationSettings)</v> |