aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/w3mhelp-funcdesc.en.pl.in
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2001-11-30 18:06:28 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2001-11-30 18:06:28 +0000
commitdcfbd6abaaa8015fb36911191a9eeb06bd052f6c (patch)
tree4ee185cd006ff254f6c1f95ce503d9343e26abe0 /scripts/w3mhelp-funcdesc.en.pl.in
parent[w3m-dev 02600] (diff)
downloadw3m-dcfbd6abaaa8015fb36911191a9eeb06bd052f6c.tar.gz
w3m-dcfbd6abaaa8015fb36911191a9eeb06bd052f6c.zip
[w3m-dev 02601]
From: Fumitoshi UKAI <ukai@debian.or.jp>
Diffstat (limited to 'scripts/w3mhelp-funcdesc.en.pl.in')
-rw-r--r--scripts/w3mhelp-funcdesc.en.pl.in26
1 files changed, 26 insertions, 0 deletions
diff --git a/scripts/w3mhelp-funcdesc.en.pl.in b/scripts/w3mhelp-funcdesc.en.pl.in
new file mode 100644
index 0000000..565e1a1
--- /dev/null
+++ b/scripts/w3mhelp-funcdesc.en.pl.in
@@ -0,0 +1,26 @@
+
+# Buffer selection mode
+
+%buf_funcdesc = (
+ 'BUF:PREV', 'Select previous buffer',
+ 'BUF:NEXT', 'Select next buffer',
+ 'BUF:DELETE', 'Delete current buffer',
+ 'BUF:GO', 'Go to the selected buffer',
+);
+
+%lineedit_funcdesc = (
+ 'LINEEDIT:FORWARD', 'Move cursor forward',
+ 'LINEEDIT:BACK', 'Move cursor backward',
+ 'LINEEDIT:BS', 'Delete previous character',
+ 'LINEEDIT:DEL', 'Delete current character',
+ 'LINEEDIT:KILL_AFTER', 'Kill everything after cursor',
+ 'LINEEDIT:KILL_BEFORE', 'Kill everything before cursor',
+ 'LINEEDIT:TOP', 'Move to the top of line',
+ 'LINEEDIT:BOTTOM', 'Move to the bottom of line',
+ 'LINEEDIT:PREV', 'Fetch the previous string from the history list',
+ 'LINEEDIT:NEXT', 'Fetch the next string from the history list',
+ 'LINEEDIT:COMPLETE', 'Complete filename',
+ 'LINEEDIT:ACCEPT', 'Accept',
+);
+
+1; \ No newline at end of file