Collin Kindred

Results 4 comments of Collin Kindred

I'm experiencing this issue when opening a `PopupModal` from a `MenuItem` as well. I assume the fix proposed by @gucio321 will cover this case as well, but just wanted to...

> > > Having the same issue. Actually, why does it need a DB file of 2GB size? When compressed, the directory contents are only 2-3 MB which makes me...

> Just try this [#552 (comment)](https://github.com/go-vgo/robotgo/issues/552#issuecomment-1664935423) This did not work for me. ``` go func main() { robotgo.KeyTap("cmd", "d") } ``` ``` bash $ go version go version go1.22.0 windows/amd64...

@wilon Nevermind. I fixed my issue by running ``` go get github.com/go-vgo/robotgo ``` I originally just added the import statement. Seems like running go get pulls a newer version, as...