[w3m-dev 03844] w3mhelp.cgi update

* scripts/w3mhelp-funcdesc.en.pl.in: add %menu_funcdesc
* scripts/w3mhelp-funcdesc.ja.pl.in: add %menu_funcdesc
			update %title
* scripts/w3mhelp-funcname.pl.in: add %menu_funcname
			add %menu_keyfunc
* scripts/w3mhelp.cgi.in: modified for menu
			link to keymap
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
This commit is contained in:
Fumitoshi UKAI
2003-04-07 15:19:42 +00:00
parent a603190b2e
commit fed4922b04
5 changed files with 180 additions and 9 deletions

View File

@@ -24,4 +24,23 @@
'LINEEDIT:ACCEPT', 'Accept',
);
%menu_funcdesc = (
'MENU:SELECT', 'Select item',
'MENU:CLOSE', 'Close menu',
'MENU:CANCEL', 'Back',
'MENU:DOWN', 'Move to next item',
'MENU:UP', 'Move to previous item',
'MENU:LINE_UP', 'Scroll up one item',
'MENU:LINE_DOWN', 'Scroll down one item',
'MENU:TOP', 'Go to top item',
'MENU:LAST', 'Go to last item',
'MENU:NEXT', 'Go to next page',
'MENU:PREV', 'Go to previous page',
'MENU:SEARCH_FORE', 'Search foreward',
'MENU:SEARCH_BACK', 'Search backward',
'MENU:SEARCH_NEXT', 'Search next regexp',
'MENU:SEARCH_PREV', 'Search previous regexp',
'MENU:SUSPEND', 'Suspend',
);
1;