From 63baa692aac27c19dab961c194fd774a7d4ae366 Mon Sep 17 00:00:00 2001 From: vCaesar Date: Wed, 16 Nov 2016 18:38:35 +0800 Subject: [PATCH] Update Doc --- zh_doc.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zh_doc.md b/zh_doc.md index 8490205..265035e 100644 --- a/zh_doc.md +++ b/zh_doc.md @@ -43,7 +43,7 @@ #####[LEvent](#LEvent)(相当于AddEvent) #####[AddEvent](#AddEvent) -##[Window](#Window) +##[窗口](#Window) This is a work in progress. #####[ShowAlert(support linux as soon as possible)](#ShowAlert) @@ -76,7 +76,7 @@ key - See keys. modifier (optional, string or array) - Accepts alt, command (win), control, and shift. -####Examples: +####例子: ```Go robotgo.KeyTap("h", "command") @@ -412,7 +412,7 @@ func main() { } ``` -##

Window

+##

窗口

###

.ShowAlert(title, msg,defaultButton,cancelButton string)