From 909485a96c7eaa9eb8694f17aada23d3541bfa6d Mon Sep 17 00:00:00 2001 From: Prathyush Thota Date: Sat, 28 Mar 2009 00:09:53 +0530 Subject: [PATCH] Documented search operations and fixed typo in :seek --- xulmus/locale/en-US/player.txt | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) 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: