mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-05-31 06:13:55 +00:00
Update README.md and clipboard
This commit is contained in:
parent
68cf71744e
commit
4a6bca37d8
@ -241,7 +241,7 @@ func main() {
|
||||
## Plans
|
||||
- 更新 Find an image on screen, read pixels from an image
|
||||
- 更新 Window Handle
|
||||
- 支持 UTF-8, transitional plan: TypeStr
|
||||
- 支持 UTF-8, 过渡方案: TypeStr
|
||||
- 尝试支持 Android, 也许支持 IOS
|
||||
- 移除 zlib/libpng 依赖
|
||||
|
||||
|
@ -5,7 +5,6 @@ import (
|
||||
"os"
|
||||
|
||||
"github.com/go-vgo/robotgo/clipboard"
|
||||
// "github.com/atotto/clipboard"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -4,7 +4,6 @@ import (
|
||||
"fmt"
|
||||
|
||||
"github.com/go-vgo/robotgo/clipboard"
|
||||
// "github.com/atotto/clipboard"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -4,7 +4,6 @@ import (
|
||||
"fmt"
|
||||
|
||||
"github.com/go-vgo/robotgo/clipboard"
|
||||
// "github.com/atotto/clipboard"
|
||||
)
|
||||
|
||||
func Example() {
|
||||
|
Loading…
Reference in New Issue
Block a user