beuaaa

Results 18 comments of beuaaa

I have the same problem: I wrote an application in Python 2.7-3.8 on Windows 10 using the (keyboard) module. It works perfectly when I run it on Python and captures...

Hi @superanet, I am developping 'Pywinauto Recorder' and I had the same problem. To fix it, the comtypes cache is cleared during the installation process of 'Pywinauto Recorder.exe' (compiled with...

I don't know, but Pywinauto Recorder only works on Windows.

Hi, Could you copy in your message the recorded file ?

I would like to study your use case. There is probably a problem with Pywinauto Recorder. Having the file generated by Pywinauto Recorder would help me a lot to solve...

Thank you for your comprehensive description of this use case. I've understood the problem: pressing key 2 is not captured by Pywinauto Recorder. This is because Pywinauto Recorder only captures...

This requires the following changes to be made in Pywinauto Recorder: - Add the "all keyboard events" entry to the "Process events" menu - Implement the function process "all keyboard...

Hi @SaetreS, Pywinauto recorder generates Python code with functions that return Pywinauto wrappers. It is possible to do everything that Pywinauto can do with these wrappers. I found the search...

Hi @LRF520, Great idea! Unfortunately I cannot compile a macos version because I don't have any Apple computer. If somebody could do it! Firstly some work has to be done...