mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-15 07:33:31 +01:00
Add "i" mapping to select the current track.
This commit is contained in:
@@ -55,6 +55,10 @@ function Player() // {{{
|
|||||||
["F"], "Loads current view filtered by the keywords",
|
["F"], "Loads current view filtered by the keywords",
|
||||||
function () { commandline.open(":", "Filter ", modes.EX); });
|
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],
|
mappings.add([modes.PLAYER],
|
||||||
["s"], "Toggle shuffle",
|
["s"], "Toggle shuffle",
|
||||||
function () { player.toggleShuffle(); });
|
function () { player.toggleShuffle(); });
|
||||||
|
|||||||
@@ -59,6 +59,13 @@ ________________________________________________________________________________
|
|||||||
Toggle repeat mode.
|
Toggle repeat mode.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|
|i|
|
||||||
|
||i||
|
||||||
|
________________________________________________________________________________
|
||||||
|
Select the currently playing track.
|
||||||
|
________________________________________________________________________________
|
||||||
|
|
||||||
section:Filtering{nbsp}the{nbsp}library[filter,filtering]
|
section:Filtering{nbsp}the{nbsp}library[filter,filtering]
|
||||||
|
|
||||||
|f| |:f| |:filter|
|
|f| |:f| |:filter|
|
||||||
|
|||||||
Reference in New Issue
Block a user