Michaël Monayron

Results 10 comments of Michaël Monayron

Hi Sorry for the slow response. I have created this library at the base to simulate shortcut on my keyboard. I have written this library with this idea. In your...

Hi, Thanks for your pull request ! But this code isn't functional on all platforms, because the names of function `downKey()` `upKey()` and `sync()` isn't present in all platforms. Best...

Hi, it's depends of your keyboard layout. If you test `shift+3` on linux hardware keyboard you have `#` char ?

I have not recently updated my library. In my test my go.sum have this content : ``` github.com/micmonay/keybd_event v1.1.0 h1:fQzkqiG/Siwji1Ju9NDkIb8FSFFlPU76YbJntrXdtQw= github.com/micmonay/keybd_event v1.1.0/go.mod h1:QS2Kfz0PbPezFqMPEot+l/cK78/tHLZtZ7AbYUCRKsQ= ```

Yes, what you have in go.sum for keybd_event and in GOPROXY `go env` ?

I can't reproduce the same error in my environment. I have updated the library version (v1.1.1) and I have added the file go.mod. You can try with the new version?

Hi I have no time at this time, but if I receive a pull request I can try check. best regard

Hello, I have carried out several tests of my own and they all seem to work. Do you need me to make any other corrections or do you have any...

Hello, I think I need to create a new PR with the latest version of egui and apply the necessary corrections. Since I don't think I've done the rebase correctly,...

I think I succeeded, I'm sorry for the amount of commits and the repetition of texts... :/ I've tested the last commit, it seems OK. The script check went through....