Page 1 of 1

Kmg capture

PostPosted: Fri Aug 09, 2019 10:15 pm
by Shadelicho
With Mac it won't let me

Re: Kmg capture

PostPosted: Fri Aug 09, 2019 10:17 pm
by Mad
KMG capture is not yet implemented on Mac.

Re: Kmg capture

PostPosted: Fri Aug 09, 2019 10:31 pm
by Shadelicho
Mad wrote:KMG capture is not yet implemented on Mac.



Damn, u guys working on it? Would be lovely

Re: Kmg capture

PostPosted: Mon Aug 19, 2019 7:32 pm
by J2Kbr
We have plans for this feature on Mac. However, I have not yet figure-out how to access the raw inputs from keyboard/mouse on Mac (not even know if is possible). Access the raw inputs is needed in order to have this feature implemented.

Re: Kmg capture

PostPosted: Mon Aug 19, 2019 8:49 pm
by Scachi
J2Kbr wrote:We have plans for this feature on Mac. However, I have not yet figure-out how to access the raw inputs from keyboard/mouse on Mac (not even know if is possible). Access the raw inputs is needed in order to have this feature implemented.

@J2kbr: No idea if this will be of any use for you, it is for python but its source code it available and it mentions experimental osx support. For linux it requires root access (sudo).
https://github.com/boppreh/keyboard#features
https://github.com/boppreh/keyboard#api

Re: Kmg capture

PostPosted: Mon Aug 19, 2019 11:24 pm
by J2Kbr
Thank you Scachi for taking a looking on this. I quickly checked the links and, for windows, the Python script is using a library called CTypes for keyboard access. Further checking, it seems CTypes makes use of the raw input API on Windows. This is very promising, I will now take a look on the Mac code to check how it works. thanks.