Sam

Results 63 comments of Sam

@herrdeh and @bjohas if either of you could checkout the changes made in https://github.com/autokey/autokey/pull/596 and see if those fix the issues you are having it would greatly help in getting...

Does thunderbird expand tabs into spaces?

My list of improvements that I have identified but not completed: * View stored variable information. There should be some way to view the variables stored in the `store` module...

interesting, you might want to try adding a bit of a delay to your script to allow time for you to release ctrl? I think that may have come up...

I think I did it right? Not a git expert.

The real work around is that you can add the user running the program to the `input` group. (at least for a similar python module that uses `/dev/input` You can...

Did you reboot? I've also had to `chmod 660 /dev/[u]input` it's very inconsistent as you have found out however

Adding on to this, they literally mean select anything in the CUPS web interface that says "brlaser" after installing the package, works for me with an hl2240 and a rpi0w

The fastest way for you to address that sort of issue would be to try adding a slight delay at the start of the script via `time.sleep(0.25)` Can you post...

you should be able to access the iomediator via the keyboard module, it has a function `_get_modifiers_on` which will return a list of held modifiers, use that in combination with...