aboutsummaryrefslogtreecommitdiff
path: root/system/keymaps
diff options
context:
space:
mode:
authorxhaggi <sascha.woo@gmail.com>2014-02-07 19:28:34 +0100
committerxhaggi <sascha.woo@gmail.com>2014-02-10 09:56:53 +0100
commitc6eb32b870ed5ba2dead0a27c880050abd6b0623 (patch)
treef15e2b763f27d095318dcd9346bdef676c84dcda /system/keymaps
parent84ec9e1a58c43c6e369102ccd12fecfb891a1bb0 (diff)
[pvr] fix: missing action mapping for ACTION_RECORD
This adds the missing button translator action "record" poiting to ACTION_RECORD which is currently used in several PVR related windows, but could not be used in key mappings. It also adds a default implementation to GUIWindow which calls the application player record functionality, so there is no need to use XBMC.PlayerControls(record) in key mapping anymore. Furthermore the default mapping for the record button in remote.xml is changed to this new action.
Diffstat (limited to 'system/keymaps')
-rw-r--r--system/keymaps/remote.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/keymaps/remote.xml b/system/keymaps/remote.xml
index 7d0061fd8e..26f474d204 100644
--- a/system/keymaps/remote.xml
+++ b/system/keymaps/remote.xml
@@ -59,7 +59,7 @@
<skipminus>SkipPrevious</skipminus>
<display>FullScreen</display>
<start>PreviousMenu</start>
- <record>Screenshot</record>
+ <record>Record</record>
<volumeplus>VolumeUp</volumeplus>
<volumeminus>VolumeDown</volumeminus>
<mute>Mute</mute>