diff options
author | Joakim Plate <elupus@ecce.se> | 2012-10-27 19:16:49 +0200 |
---|---|---|
committer | Joakim Plate <elupus@ecce.se> | 2013-01-20 18:31:21 +0100 |
commit | c945aab0dcef207dc4eb3542089186b1cecca643 (patch) | |
tree | fbe35650223e29ea0583ab810acddb030386b5c4 /system/keymaps | |
parent | 859ab5f54f19814ae178a2f7b6e7718669229873 (diff) |
sys: add action "switchplayer" that allows switch of forced player
This allow moving a playing item to a another player (remote upnp
for example) and attaching to a remote upnp player already playing
It's hooked up to "y" on keyboard currently.
squash into switching
Diffstat (limited to 'system/keymaps')
-rw-r--r-- | system/keymaps/keyboard.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/keymaps/keyboard.xml b/system/keymaps/keyboard.xml index a6431eb1aa..ae5cf96cad 100644 --- a/system/keymaps/keyboard.xml +++ b/system/keymaps/keyboard.xml @@ -41,6 +41,7 @@ <q>Queue</q> <f>FastForward</f> <r>Rewind</r> + <y>SwitchPlayer</y> <left>Left</left> <right>Right</right> <up>Up</up> |