diff options
| author | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-06-01 16:50:16 +0000 | 
|---|---|---|
| committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-06-01 16:50:16 +0000 | 
| commit | fc4b6e4a93dc91fea7b64e9230d8aea9bcfe99ee (patch) | |
| tree | 3aeb231080b2ce828adb5d294045ce00b06501f3 /doc | |
| parent | [w3m-dev 03196] C-w (diff) | |
| download | w3m-fc4b6e4a93dc91fea7b64e9230d8aea9bcfe99ee.tar.gz w3m-fc4b6e4a93dc91fea7b64e9230d8aea9bcfe99ee.zip | |
[w3m-dev 03200] Re: New configuration option ``keymap_file'' and new command ``DEFINE_KEY''
* fm.h: add <sts/stat.h>, unistd.h>
* fm.h (keymap_file): added
* func.c (keymap_initialized): added
	(current_keymap_file): added
	(setKeymap): added
	(initKeymap): rewrite to use setKeymap()
* funcname.tab (DEFINE_KEY): added
* main.c (MAIN): initKeymap(TRUE)
	(defKey): added
* proto.h (defKey): added
	(setKeymap): added
	(initKeymap): add force param
* rc.c (CMT_KEYMAP_FILE): added
	(params3): add keymap_file
	(sync_with_option): add initKeymap(FALSE)
* doc/README.func (DEFINE_KEY): added
* doc-jp/README.func: (DEFINE_KEY): added
* scripts/w3mhelp.cgi.in: add defKey
* NEWS:
	func: DEFINE_KEY
	rc: keymap_file
From: Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/README.func | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/doc/README.func b/doc/README.func index 2c9645e..ac8949e 100644 --- a/doc/README.func +++ b/doc/README.func @@ -8,6 +8,7 @@ CENTER_H	Move to the center line  CENTER_V	Move to the center column  COMMAND		Execute w3m command(s)  COOKIE		View cookie list +DEFINE_KEY	Define a binding between a key stroke and a user command  DELETE_PREVBUF  Delete previous buffer (mainly for local-CGI)  DICT_WORD	Execute dictionary command (see README.dict)  DICT_WORD_AT   Execute dictionary command for word at cursor | 
