diff options
Diffstat (limited to '')
-rw-r--r-- | doc-jp/README.func | 1 | ||||
-rw-r--r-- | doc/README.func | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/doc-jp/README.func b/doc-jp/README.func index 6503283..ae6de37 100644 --- a/doc-jp/README.func +++ b/doc-jp/README.func @@ -8,6 +8,7 @@ CENTER_H カーソルのある位置を行の中央に移動します CENTER_V カーソルのある行を画面の中央に移動します COMMAND w3mのコマンドを実行します COOKIE クッキー一覧を表示します +DEFINE_KEY キー入力とコマンドの対応を定義します DELETE_PREVBUF 前のバッファを消去します(主に local-CGI 用) DICT_WORD 入力した単語を辞書コマンドで調べます DICT_WORD_AT カーソル位置の単語を辞書コマンドで調べます 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 |