diff --git a/xulmus/content/player.js b/xulmus/content/player.js index 6a5e6397..1a95e81a 100755 --- a/xulmus/content/player.js +++ b/xulmus/content/player.js @@ -55,6 +55,10 @@ function Player() // {{{ ["F"], "Loads current view filtered by the keywords", function () { commandline.open(":", "Filter ", modes.EX); }); + mappings.add([modes.PLAYER], + ["i"], "Select current track", + function () { gSongbirdWindowController.doCommand("cmd_find_current_track"); }); + mappings.add([modes.PLAYER], ["s"], "Toggle shuffle", function () { player.toggleShuffle(); }); diff --git a/xulmus/locale/en-US/player.txt b/xulmus/locale/en-US/player.txt index 8344db4c..023faea9 100644 --- a/xulmus/locale/en-US/player.txt +++ b/xulmus/locale/en-US/player.txt @@ -59,6 +59,13 @@ ________________________________________________________________________________ Toggle repeat mode. ________________________________________________________________________________ + +|i| +||i|| +________________________________________________________________________________ +Select the currently playing track. +________________________________________________________________________________ + section:Filtering{nbsp}the{nbsp}library[filter,filtering] |f| |:f| |:filter|