[w3m-dev 03401] w3mhelp.cgi
* proto.h (tabMn): nulcmd ifndef USE_MENU * scripts/w3mhelp-funcdesc.en.pl.in: add LINEEDIT:EDITOR * scripts/w3mhelp-funcdesc.ja.pl.in: add LINEEDIT:EDITOR Tab operation * scripts/w3mhelp-funcname.pl.in: add LINEEDIT:EDITOR C-o * scripts/w3mhelp.cgi.in: add tabA in Hyperlink operation add tabURL, tabrURL in File/Stream operation add Tab operation add lineedit_editor in Line edit mode From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
'LINEEDIT:BOTTOM', 'lineedit_bottom',
|
||||
'LINEEDIT:PREV', 'lineedit_prev',
|
||||
'LINEEDIT:NEXT', 'lineedit_next',
|
||||
'LINEEDIT:EDITOR', 'lineedit_editor',
|
||||
'LINEEDIT:COMPLETE', 'lineedit_complete',
|
||||
'LINEEDIT:ACCEPT', 'lineedit_accept',
|
||||
);
|
||||
@@ -41,6 +42,7 @@
|
||||
'C-e', 'LINEEDIT:BOTTOM',
|
||||
'C-p', 'LINEEDIT:PREV',
|
||||
'C-n', 'LINEEDIT:NEXT',
|
||||
'C-o', 'LINEEDIT:EDITOR',
|
||||
'TAB', 'LINEEDIT:COMPLETE',
|
||||
'SPC', 'LINEEDIT:COMPLETE',
|
||||
'RET', 'LINEEDIT:ACCEPT'
|
||||
|
Reference in New Issue
Block a user