diff options
author | anekos | 2008-11-23 00:38:38 +0000 |
---|---|---|
committer | anekos | 2008-11-23 00:38:38 +0000 |
commit | 2f5f4c114977f767e26ab17a9652111cbdab7555 (patch) | |
tree | d2eda5b8aba785c8100ea8262bd25a26cf875758 /nicontroller.js | |
parent | 7b7f86ddf21cac6cb8f7e68a0b0f5c13391384ea (diff) | |
download | vimperator-plugins-2f5f4c114977f767e26ab17a9652111cbdab7555.tar.bz2 |
ドキュメント追加
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@24678 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'nicontroller.js')
-rw-r--r-- | nicontroller.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nicontroller.js b/nicontroller.js index 77a4305..e848c39 100644 --- a/nicontroller.js +++ b/nicontroller.js @@ -4,7 +4,7 @@ * @description this script give you keyboard opration for nicovideo.jp.
* @description-ja ニコニコ動画のプレーヤーをキーボードで操作できるようにする。
* @author janus_wel <janus_wel@fb3.so-net.ne.jp>
- * @version 0.55
+ * @version 0.56
* @minversion 2.0pre 2008/10/16
* ==/VimperatorPlugin==
*
@@ -27,6 +27,7 @@ * :nicoseek [position]
* 指定した場所にシークする。秒数で指定が可能。
* 指定なしの場合一番最初にシークする。
+ * 負数の場合終わりからの秒数指定となる。
* :nicoseek! delta
* 現在の位置から delta 分離れた所にシークする。秒数で指定が可能。
* マイナスを指定すると戻る。指定なしの場合変化しない。
|