mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-09 17:54:12 +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",
|
||||
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(); });
|
||||
|
||||
@@ -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|
|
||||
|
||||
Reference in New Issue
Block a user