From ea3be9661b752ba68b9c46249a8923e9c476b223 Mon Sep 17 00:00:00 2001 From: vCaesar Date: Sat, 25 Feb 2017 01:34:13 +0800 Subject: [PATCH] Update doc link --- docs/doc.md | 12 +++++++----- docs/doc_zh.md | 11 ++++++----- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/docs/doc.md b/docs/doc.md index 64ac0be..d5b84da 100644 --- a/docs/doc.md +++ b/docs/doc.md @@ -86,8 +86,9 @@ ####Arguments: - key - See [keys](https://github.com/go-vgo/robotgo/blob/master/docs/keys.md). - modifier (optional, string or array) - Accepts alt, command (win), control, and shift. +key - See [keys](https://github.com/go-vgo/robotgo/blob/master/docs/keys.md). + +modifier (optional, string or array) - Accepts alt, command (win), control, and shift. ####Examples: @@ -104,9 +105,10 @@ ####Arguments: - key - See [keys](https://github.com/go-vgo/robotgo/blob/master/docs/keys.md). - down - Accepts 'down' or 'up'. - modifier (optional, string or array) - Accepts alt, command (mac), control, and shift. +key - See [keys](https://github.com/go-vgo/robotgo/blob/master/docs/keys.md). + +down - Accepts 'down' or 'up'. +modifier (optional, string or array) - Accepts alt, command (mac), control, and shift. ####Return: return KeyToggle status diff --git a/docs/doc_zh.md b/docs/doc_zh.md index 3ff7344..f96d268 100644 --- a/docs/doc_zh.md +++ b/docs/doc_zh.md @@ -92,8 +92,8 @@ 键盘值 修饰值(可选类型, 字符串或者数组) - 可选值: alt, command (win), control, and shift. - key - See [keys](https://github.com/go-vgo/robotgo/blob/master/docs/keys.md). - modifier (optional, string or array) - Accepts alt, command (win), control, and shift. +key - See [keys](https://github.com/go-vgo/robotgo/blob/master/docs/keys.md). +modifier (optional, string or array) - Accepts alt, command (win), control, and shift. ####示例: ```Go @@ -110,9 +110,10 @@ ####参数: - key - See [keys](https://github.com/go-vgo/robotgo/blob/master/docs/keys.md). - down - Accepts 'down' or 'up'. - modifier (optional, string or array) - Accepts alt, command (mac), control, and shift. +key - See [keys](https://github.com/go-vgo/robotgo/blob/master/docs/keys.md). + +down - Accepts 'down' or 'up'. +modifier (optional, string or array) - Accepts alt, command (mac), control, and shift. ###返回值: 返回KeyToggle状态