diff --git a/xulmus/locale/en-US/player.txt b/xulmus/locale/en-US/player.txt index 40160fef..d2c536a3 100644 --- a/xulmus/locale/en-US/player.txt +++ b/xulmus/locale/en-US/player.txt @@ -118,7 +118,7 @@ Seek -1m. ________________________________________________________________________________ -|:see]| |:seek| +|:see| |:seek| ||:see[k] {[HH:]MM:SS]}|| + ||:see[k] +{time[hms]} | -{time[hms]}|| + ________________________________________________________________________________ @@ -141,7 +141,7 @@ ________________________________________________________________________________ |-| -||-|| +||-|| + ________________________________________________________________________________ Decrease volume by 10%. ________________________________________________________________________________ @@ -173,4 +173,26 @@ Change the media view to {view}. This can only be run when the media tab is the current tab. ________________________________________________________________________________ +section:Search{nbsp}commands[search] + +|/| +||/{pattern}|| + +________________________________________________________________________________ +Search for the first occurence of {pattern} in the visisble view. +________________________________________________________________________________ + +|n| +||n|| + +________________________________________________________________________________ +Find next. 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. +________________________________________________________________________________ + // vim: set filetype=asciidoc: