From 2ed00334ddaa26c8498abf0ae7903da7ae1cf90d Mon Sep 17 00:00:00 2001 From: vCaesar Date: Mon, 24 Oct 2016 21:41:59 +0800 Subject: [PATCH] Update doc --- doc.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc.md b/doc.md index 40d5578..94ce790 100644 --- a/doc.md +++ b/doc.md @@ -48,7 +48,7 @@ ms - Time to sleep in milliseconds. -###.KeyTap(key, modifier) +###

.KeyTap(key, modifier)

Press a single key. @@ -67,7 +67,7 @@ down - Accepts 'down' or 'up'. modifier (optional, string or array) - Accepts alt, command (mac), control, and shift. -###.TypeString(string) +###

.TypeString(string)

####Arguments: @@ -92,7 +92,7 @@ ms - Time to sleep in milliseconds. -###.MoveMouse(x, y) +###

.MoveMouse(x, y)

Moves mouse to x, y instantly, with the mouse button up. @@ -163,7 +163,7 @@ robotgo.DragMouse(100, 100) robotgo.MouseToggle("up") ``` -###.GetMousePos() +###

.GetMousePos()

Gets the mouse coordinates.