diff --git a/docs/doc.md b/docs/doc.md index d5b84da..763c13b 100644 --- a/docs/doc.md +++ b/docs/doc.md @@ -86,8 +86,7 @@ ####Arguments: -key - See [keys](https://github.com/go-vgo/robotgo/blob/master/docs/keys.md). - +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: @@ -105,9 +104,8 @@ modifier (optional, string or array) - Accepts alt, command (win), control, and ####Arguments: -key - See [keys](https://github.com/go-vgo/robotgo/blob/master/docs/keys.md). - -down - Accepts 'down' or 'up'. +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: diff --git a/docs/doc_zh.md b/docs/doc_zh.md index f96d268..23f15c6 100644 --- a/docs/doc_zh.md +++ b/docs/doc_zh.md @@ -92,7 +92,7 @@ 键盘值 修饰值(可选类型, 字符串或者数组) - 可选值: alt, command (win), control, and shift. -key - See [keys](https://github.com/go-vgo/robotgo/blob/master/docs/keys.md). +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. ####示例: @@ -110,9 +110,8 @@ modifier (optional, string or array) - Accepts alt, command (win), control, and ####参数: -key - See [keys](https://github.com/go-vgo/robotgo/blob/master/docs/keys.md). - -down - Accepts 'down' or 'up'. +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. ###返回值: diff --git a/robotgo.go b/robotgo.go index b157ec5..c4e3be0 100644 --- a/robotgo.go +++ b/robotgo.go @@ -52,7 +52,7 @@ import ( ) const ( - version string = "v0.42.0.259,Mount Ngauruhoe!" + version string = "v0.42.0.262,Mount Ngauruhoe!" ) // GetVersion get version