aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelupus <elupus@xbmc.org>2011-05-29 18:22:47 +0200
committerelupus <elupus@xbmc.org>2011-06-01 20:08:53 +0200
commitf861033a05dcf109fe7fefa5b87966dba39b03ec (patch)
treebad4d3f15e903abb9ea0521d05fb0f2bd2e9290d
parent91d5076796925095a52e63e9f69f859c7268af12 (diff)
changed: play/pause button on keyboards should be linked to pause not play
Play action will start playback of selected item in list even if we are currently playing something.
-rw-r--r--system/keymaps/keyboard.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/keymaps/keyboard.xml b/system/keymaps/keyboard.xml
index f847856ea4..6f4820de94 100644
--- a/system/keymaps/keyboard.xml
+++ b/system/keymaps/keyboard.xml
@@ -106,7 +106,7 @@
<next_track>SkipNext</next_track>
<prev_track>SkipPrevious</prev_track>
<stop>Stop</stop>
- <play_pause>Play</play_pause>
+ <play_pause>Pause</play_pause>
<launch_mail></launch_mail>
<launch_media_select>XBMC.ActivateWindow(MyMusic)</launch_media_select>
<launch_app1_pc_icon>ActivateWindow(MyPrograms)</launch_app1_pc_icon>