mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-05-01 14:24:06 +02:00
Document <C-[0-5]> mappings which change the track rating.
This commit is contained in:
@@ -178,21 +178,40 @@ section:Search{nbsp}commands[search]
|
||||
|/|
|
||||
||/{pattern}<CR>|| +
|
||||
________________________________________________________________________________
|
||||
Search for the first occurrence of {pattern} in the visible media view.
|
||||
Search forward for a track matching {pattern} in the visible media view.
|
||||
________________________________________________________________________________
|
||||
|
||||
//|?|
|
||||
//||?{pattern}<CR>|| +
|
||||
//________________________________________________________________________________
|
||||
//Search backwards for a track matching {pattern} in the visible media view.
|
||||
//________________________________________________________________________________
|
||||
|
||||
|n|
|
||||
||n|| +
|
||||
________________________________________________________________________________
|
||||
Find next. Repeats the last search. If the search hits BOTTOM of the view, it
|
||||
continues from TOP.
|
||||
Find the next track. Repeats the last search. If the search hits BOTTOM of the
|
||||
view, it continues from TOP.
|
||||
________________________________________________________________________________
|
||||
|
||||
|N|
|
||||
||N|| +
|
||||
________________________________________________________________________________
|
||||
Find previous. Repeats the last search in the opposite direction. If the search
|
||||
hits TOP of the view, it continues from BOTTTOM.
|
||||
Find the previous track. Repeats the last search in the opposite direction. If
|
||||
the search hits TOP of the view, it continues from BOTTTOM.
|
||||
________________________________________________________________________________
|
||||
|
||||
section:Rating{nbsp}track[rating]
|
||||
|
||||
|<C-5>| |<C-4>| |<C-3>| |<C-2>| |<C-1>| |<C-0>|
|
||||
||<C-0>|| +
|
||||
||<C-1>|| +
|
||||
||<C-2>|| +
|
||||
||<C-3>|| +
|
||||
||<C-4>|| +
|
||||
||<C-5>|| +
|
||||
________________________________________________________________________________
|
||||
Rate the current track with N stars.
|
||||
________________________________________________________________________________
|
||||
|
||||
// vim: set filetype=asciidoc:
|
||||
|
||||
Reference in New Issue
Block a user