1
0
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:
Doug Kearns
2009-03-25 01:26:16 +11:00
parent 44bf45d5cf
commit a442aa0798
2 changed files with 11 additions and 0 deletions

View File

@@ -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(); });

View File

@@ -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|