diff options
author | anekos | 2011-03-28 21:19:52 +0900 |
---|---|---|
committer | anekos | 2011-03-28 21:19:52 +0900 |
commit | 5d1e8f94ac569f3a4a40243bb5323a5b5d040008 (patch) | |
tree | e2e598fb811ca146f0528f1db36b29fc57dcc64e /win-mouse.js | |
parent | 2fbcdb3466c464b91623c8f7c3fa11c32adb2985 (diff) | |
download | vimperator-plugins-5d1e8f94ac569f3a4a40243bb5323a5b5d040008.tar.bz2 |
ドキュメント修正
Diffstat (limited to 'win-mouse.js')
-rw-r--r-- | win-mouse.js | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/win-mouse.js b/win-mouse.js index b512eac..2ec58c1 100644 --- a/win-mouse.js +++ b/win-mouse.js @@ -45,8 +45,17 @@ let INFO = <project name="Vimperator" minVersion="3.0"/> <p></p> <item> - <tags>:cursor</tags> - <spec>:cursor <oa>-relative</oa> <oa>x</oa> <oa>y</oa></spec> + <tags>:mouse click</tags> + <spec>:mouse click <oa>button</oa></spec> + <description> + <p> + <a>Button</a> click. + </p> + </description> + </item> + <item> + <tags>:mouse move</tags> + <spec>:mouse move <oa>-relative</oa> <oa>x</oa> <oa>y</oa></spec> <description> <p> Move cursor to specified (x, y) position. |