diff options
author | Jonathan Marshall <jmarshall@xbmc.org> | 2013-12-21 19:26:09 +1300 |
---|---|---|
committer | Jonathan Marshall <jmarshall@xbmc.org> | 2013-12-21 19:26:09 +1300 |
commit | d25f2ce2fc0245ef3290141302545c61dcc7c8a0 (patch) | |
tree | 367cc111e5e743fa8e7eada8a0f4360a8cafc672 /system/keymaps | |
parent | 1e0e02eaac8480fd985cb2f9267e433d8c16441c (diff) |
[remote keymapping] map the BACK button to Back in fullscreen (rather than smallstepback in fullscreenvideo and lockpreset in visualisation)
Diffstat (limited to 'system/keymaps')
-rw-r--r-- | system/keymaps/remote.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/keymaps/remote.xml b/system/keymaps/remote.xml index f3c1206a7f..84000506b2 100644 --- a/system/keymaps/remote.xml +++ b/system/keymaps/remote.xml @@ -148,7 +148,7 @@ <right>StepForward</right> <up>BigStepForward</up> <down>BigStepBack</down> - <back>SmallStepBack</back> + <back>Back</back> <menu>OSD</menu> <start>OSD</start> <select>OSD</select> @@ -189,7 +189,7 @@ <right>NextPreset</right> <up>IncreaseRating</up> <down>DecreaseRating</down> - <back>LockPreset</back> + <back>Back</back> <title>CodecInfo</title> <select>XBMC.ActivateWindow(VisualisationPresetList)</select> <menu>OSD</menu> |