Skip to content

Commit

Permalink
changed: play/pause button on keyboards should be linked to pause not…
Browse files Browse the repository at this point in the history
… play

Play action will start playback of selected item in list even if we are
currently playing something.
  • Loading branch information
elupus committed Jun 1, 2011
1 parent 91d5076 commit f861033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/keymaps/keyboard.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit f861033

Please sign in to comment.