mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-23 17:59:12 +00:00
Update key.md
This commit is contained in:
parent
b5ad8b3e4c
commit
d0adcd3847
2 changed files with 2 additions and 2 deletions
|
|
@ -394,7 +394,7 @@ robotgo.ScrollMouse(50, "down")
|
|||
#### Examples:
|
||||
|
||||
```Go
|
||||
robotgo.Convert("test.png", "test.tif")
|
||||
robotgo.Convert("test.png", "test.tif")
|
||||
```
|
||||
|
||||
## <h2 id="Event">Event</h2>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Keys
|
||||
|
||||
```Go
|
||||
"backspace"
|
||||
"backspace"
|
||||
"delete"
|
||||
"enter"
|
||||
"tab"
|
||||
|
|
|
|||
Loading…
Reference in a new issue