leonardospeca

Results 8 comments of leonardospeca

I can compile for Linux amd64 and Windows 64 so I think so (Doing sudo apt install xorg libxtst-dev response everything is up to date)

@AutoAwesome your fix worked! Anyway, it miss the configuration to use it like robotgo.KeyTap("q", "gralt"), can you help me to achieve that?? And in your opinion, to add letters like...

Being honest, I had some problems before arriving to the winCE step: I setted up a virtual machine with Visual Studio 2008 to create some programs for WinCE, successfully. Then:...

Hi, I tried for weeks to build it without success, I'm not an expert in C, specially in an old version that WinCE requires (C89). I would really like it...

This is why issue #536 is not the solution

Yes I understand. So in your opinion, which one could be a valid solution to this scenario?

Yes, effectively i was able to resolve doing so: ``` const columns = ref([ { name: 'code', title: computed(_ => t('code')) }, { name: 'name', title: computed(_ => t('name')) },...