ineuw

Results 98 comments of ineuw

@Elliria, in my gtk world I never had any luck with ```keyboard.send_key(" ")``` but must always use ```keyboard.sendkeys(" ")``` in any 95 or 96 versions.

@Elliria please don't apologize. :-) I would like to see the OP's issue in a fictitious example. To be honest, I don't understand it.

Perhaps replacing the space with the Unicode character code, "\u0020" will work better

Try without the +. Haven't tried it currently, but I remember that it was a different result than "+" ``` keyboard.send_keys(+"\u0020") ```

Please correct me if I am wrong, but the Null character and the first 32 ASCII/ANSI characters existed since the 1920's. It was accepted by the IEEE with a strong...

I was even more surprised . . . I am always curious when and what was adopted into wide use by society. I had to pick a hobby while I...

@Elliria, what a great explanation with a an equally good closure! Thanks.

``` # [ win + ins ] insert current date, time, and filename 2022-05-12 04:27 - AutoKey import datetime paste_ = "+v" activetitle_ = window.get_active_title() ts_ = time.time() timestamp_ =...

Feeling is an invalid parameter. :-) Just test it. ``` # 2022-05-27 16:12 - window.get_active_title() throws error · Issue #697 · autokey/autokey — Mozilla Firefox ``` This is the output...

Other users have the same issues, including myself. Until I accepted the reality of Linux X memory management, the interpretive approach of Python, and Autokey. This is in comparison to...