1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-21 17:51:26 +02:00

Add <S-Left>/<S-Right> (like H/L) mappings to Player mode.

Also the appropriate prefix to Player mode help tags.
This commit is contained in:
Doug Kearns
2009-03-30 00:32:11 +11:00
parent 24216eb7a4
commit 2d25c1f7c3
3 changed files with 30 additions and 30 deletions
+4 -1
View File
@@ -17,14 +17,17 @@ section:Player{nbsp}mode[player-index]
||[m]f[m]|| Filter and play tracks +
||[m]F[m]|| Filter and show the tracks as a view +
||[m]h[m]|| Seek -10s +
||[m]<Left>[m]|| Seek -10s +
||[m]l[m]|| Seek +10s +
||[m]<Right>[m]|| Seek -10s +
||[m]H[m]|| Seek -1m +
||[m]<S-Left>[m]|| Seek -10s +
||[m]L[m]|| Seek +1m +
||[m]<S-Right>[m]|| Seek -10s +
||[m]+[m]|| Increase volume by 10% +
||[m]-[m]|| Decrease volume by 10% +
||[m]/[m]|| Search forward for a track +
//||[m]?[m]|| Search backward for a track +
||[m]n[m]|| Find the next track +
||[m]N[m]|| Find the previous track +