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