golang-design / hotkey

⌨️ cross-platform hotkey package
https://golang.design/x/hotkey
MIT License
212 stars 10 forks source link

documentation #6

Closed richmailYT closed 2 years ago

richmailYT commented 2 years ago

I want to make an autoclick in Go. Looking through you readme, i still dont understand how to use it and what everything is for. Please update your documention for clarity

(also, what does for range triggered do? why for range and not if triggered

changkun commented 2 years ago

Sorry because I can't help you if you are not even familiar with the language itself. Close.

richmailYT commented 2 years ago

@changkun I am only a beginner. If you wont exsplain it to me, how will I learn new concepts? How will i make projects? Golang AuotClicker seems small enough for my scope

changkun commented 2 years ago

There are many resource to learn: https://go.dev/doc/effective_go

richmailYT commented 2 years ago

no, i mean how to use your hotkey package

changkun commented 2 years ago

The document is clear enough. Use it or leave it. Thanks.