diff options
author | Lars Op den Kamp <lars@opdenkamp.eu> | 2012-10-31 15:30:40 +0100 |
---|---|---|
committer | Lars Op den Kamp <lars@opdenkamp.eu> | 2012-10-31 15:30:40 +0100 |
commit | 3385a7e1c293fabf21177dccb1107999c794ba1b (patch) | |
tree | f213a4ec40d6cfeb5d94c488ecbbd21afc008bb1 /system | |
parent | c16ecacf60a426362dc98f3b768fecb0cb1ea0ec (diff) |
[keymap] changed fullscreen mapping of 'select' to OSD, so it does the same as the enter key does. on some TVs, you need to go through a little OSD menu first to send a 'menu' keypress over CEC, which makes OSD access more annoying
Diffstat (limited to 'system')
-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 e8d68be681..5d98cdc4db 100644 --- a/system/keymaps/remote.xml +++ b/system/keymaps/remote.xml @@ -150,7 +150,7 @@ <back>SmallStepBack</back> <menu>OSD</menu> <start>OSD</start> - <select>AspectRatio</select> + <select>OSD</select> <title>CodecInfo</title> <info>Info</info> <guide>XBMC.ActivateWindow(PVROSDGuide)</guide> |