mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-05-31 06:13:55 +00:00
Update docs remove drop API
This commit is contained in:
parent
a23859625e
commit
c070578b42
28
docs/doc.md
28
docs/doc.md
@ -5,14 +5,14 @@
|
||||
## [Keyboard](#Keyboard)
|
||||
|
||||
##### [Keys](https://github.com/go-vgo/robotgo/blob/master/docs/keys.md)
|
||||
##### [SetKeyboardDelay](#SetKeyDelay) (Equivalent to SetKeyDelay, Wno-deprecated)
|
||||
<!-- ##### [SetKeyboardDelay](#SetKeyDelay) (Equivalent to SetKeyDelay, Wno-deprecated) -->
|
||||
##### [SetKeyDelay](#SetKeyDelay)
|
||||
##### [KeyTap](#KeyTap)
|
||||
##### [KeyToggle](#KeyToggle)
|
||||
##### [TypeString](#TypeString)
|
||||
##### [TypeStringDelayed](#TypeStrDelay) (Equivalent to TypeStrDelay, Wno-deprecated)
|
||||
##### [TypeStrDelay](#TypeStrDelay)
|
||||
<!-- ##### [TypeString](#TypeString)
|
||||
##### [TypeStringDelayed](#TypeStrDelay) (Equivalent to TypeStrDelay, Wno-deprecated) -->
|
||||
##### [TypeStr](#TypeStr)
|
||||
##### [TypeStrDelay](#TypeStrDelay)
|
||||
##### [WriteAll](#WriteAll)
|
||||
##### [ReadAll](#ReadAll)
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
## [Event](#Event)
|
||||
|
||||
##### [LEvent](#LEvent) (Equivalent to AddEvent, Wno-deprecated)
|
||||
<!-- ##### [LEvent](#LEvent) (Equivalent to AddEvent, Wno-deprecated) -->
|
||||
##### [AddEvent](#AddEvent)
|
||||
##### [StopEvent](#StopEvent)
|
||||
|
||||
@ -71,7 +71,7 @@
|
||||
##### [GetActive](#GetActive)
|
||||
##### [SetHandle](#SetHandle)
|
||||
##### [GetHandle](#GetHandle)
|
||||
##### [GetBHandle](#GetHandle)
|
||||
<!-- ##### [GetBHandle](#GetHandle) -->
|
||||
##### [GetTitle](#GetTitle)
|
||||
##### [GetPID](#GetPID)
|
||||
##### [Pids](#Pids)
|
||||
@ -126,7 +126,13 @@ modifier (optional, string or array) - Accepts alt, command (mac), control, and
|
||||
#### Return:
|
||||
return KeyToggle status
|
||||
|
||||
### <h3 id="TypeString">.TypeString(string)</h3>
|
||||
<!-- ### <h3 id="TypeString">.TypeString(string)</h3>
|
||||
|
||||
#### Arguments:
|
||||
|
||||
string - The string to send. -->
|
||||
|
||||
### <h3 id="TypeStr">.TypeStr(string)</h3>
|
||||
|
||||
#### Arguments:
|
||||
|
||||
@ -139,12 +145,6 @@ modifier (optional, string or array) - Accepts alt, command (mac), control, and
|
||||
string - The string to send.
|
||||
cpm - Characters per minute.
|
||||
|
||||
### <h3 id="TypeStr">.TypeStr(string)</h3>
|
||||
|
||||
#### Arguments:
|
||||
|
||||
string - The string to send.
|
||||
|
||||
### <h3 id="WriteAll">.WriteAll(text string)</h3>
|
||||
|
||||
#### Arguments:
|
||||
@ -331,7 +331,7 @@ robotgo.ScrollMouse(50, "down")
|
||||
Gets part or all of the screen.
|
||||
|
||||
GoCaptureScreen Returns a go struct
|
||||
Capture_Screen (Drop support)
|
||||
<!-- Capture_Screen (Drop support) -->
|
||||
|
||||
#### Arguments:
|
||||
|
||||
|
@ -5,14 +5,14 @@
|
||||
## [键盘](#Keyboard)
|
||||
|
||||
##### [Keys](https://github.com/go-vgo/robotgo/blob/master/docs/keys.md)
|
||||
##### [SetKeyboardDelay](#SetKeyDelay) (相当于 SetKeyDelay, 废弃 API)
|
||||
<!-- ##### [SetKeyboardDelay](#SetKeyDelay) (相当于 SetKeyDelay, 废弃 API) -->
|
||||
##### [SetKeyDelay](#SetKeyDelay)
|
||||
##### [KeyTap](#KeyTap)
|
||||
##### [KeyToggle](#KeyToggle)
|
||||
##### [TypeString](#TypeString)
|
||||
##### [TypeStringDelayed](#TypeStrDelay) (相当于 TypeStrDelay, 废弃 API)
|
||||
##### [TypeStrDelay](#TypeStrDelay)
|
||||
<!-- ##### [TypeString](#TypeString)
|
||||
##### [TypeStringDelayed](#TypeStrDelay) (相当于 TypeStrDelay, 废弃 API) -->
|
||||
##### [TypeStr](#TypeStr)
|
||||
##### [TypeStrDelay](#TypeStrDelay)
|
||||
##### [WriteAll](#WriteAll)
|
||||
##### [ReadAll](#ReadAll)
|
||||
|
||||
@ -59,7 +59,7 @@
|
||||
|
||||
## [事件](#Event)
|
||||
|
||||
##### [LEvent](#AddEvent) (相当于 AddEvent, 废弃 API)
|
||||
<!-- ##### [LEvent](#AddEvent) (相当于 AddEvent, 废弃 API) -->
|
||||
##### [AddEvent](#AddEvent)
|
||||
##### [StopEvent](#StopEvent)
|
||||
|
||||
@ -73,7 +73,7 @@
|
||||
##### [GetActive](#GetActive)
|
||||
##### [SetHandle](#SetHandle)
|
||||
##### [GetHandle](#GetHandle)
|
||||
##### [GetBHandle](#GetHandle)
|
||||
<!-- ##### [GetBHandle](#GetHandle) -->
|
||||
##### [GetTitle](#GetTitle)
|
||||
##### [GetPID](#GetPID)
|
||||
##### [Pids](#Pids)
|
||||
@ -131,12 +131,19 @@ modifier (optional, string or array) - Accepts alt, command (mac), control, and
|
||||
|
||||
返回 KeyToggle 状态
|
||||
|
||||
### <h3 id="TypeString">.TypeString(string)</h3>
|
||||
<!-- ### <h3 id="TypeString">.TypeString(string)</h3>
|
||||
|
||||
#### 参数:
|
||||
|
||||
string - The string to send. -->
|
||||
|
||||
### <h3 id="TypeStr">.TypeStr(string)</h3>
|
||||
|
||||
#### 参数:
|
||||
|
||||
string - The string to send.
|
||||
|
||||
|
||||
### <h3 id="TypeStrDelay">.TypeStrDelay(string, cpm)</h3>
|
||||
|
||||
#### 参数:
|
||||
@ -144,12 +151,6 @@ modifier (optional, string or array) - Accepts alt, command (mac), control, and
|
||||
string - The string to send.
|
||||
cpm - Characters per minute.
|
||||
|
||||
### <h3 id="TypeStr">.TypeStr(string)</h3>
|
||||
|
||||
#### 参数:
|
||||
|
||||
string - The string to send.
|
||||
|
||||
### <h3 id="WriteAll">.WriteAll(text string)</h3>
|
||||
|
||||
#### 参数:
|
||||
@ -345,7 +346,7 @@ robotgo.ScrollMouse(50, "down")
|
||||
Gets part or all of the screen.
|
||||
|
||||
GoCaptureScreen Returns a go struct
|
||||
Capture_Screen (废弃)
|
||||
<!-- Capture_Screen (废弃) -->
|
||||
|
||||
#### 参数:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user