mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-30 05:23:33 +02: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(); });
|
||||
|
||||
Reference in New Issue
Block a user