mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-23 17:59:12 +00:00
Update README.md and clipboard
This commit is contained in:
parent
68cf71744e
commit
4a6bca37d8
4 changed files with 1 additions and 4 deletions
|
|
@ -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 a new issue