Kevin Z

Results 212 comments of Kevin Z

> Are you sure? > The Chinese translation should look something like "成功使 47 个实体发光" In fact, the text is like "成功使 %d 个实体发光" I don't know why Maybe it...

You should register `hook.KeyDown` and `hook.KeyUp` with a bool map of keycode. For example: ```golang type KeyMap [0x10000]bool // type of Event.Keycode is uint16, the max value of uint16 is...

> Have you checked the operability of this code? No, I just gave an **idea** or example, I don't promise the code is valid or can work well

This isn't **robotgo** issue, you should move to

We probably have the same problem, but I'm on Mac OS See: #527

I think docker should use and keep login token, like this github. Not your password

I'll fix it and commit later

> If you know how to write in Chinese you can also finish the Chinese translation part of the related document Actually, I know how to write Chinese but I...

> > > If you know how to write in Chinese you can also finish the Chinese translation part of the related document > > > > > > Actually,...