Sam

Results 63 comments of Sam

Interestingly this person seems to be having the exact opposite experience as me, with his `xwd` displaying borders as expected and `import` failing to do so, unclear if his xwd...

Okay well this is partially user error, partially still an issue. I had pre-converted my match `pngs` to `pat` with `png2pat` and the functions did not like that. Additionally I...

It's an autokey issue, the most common use case for the `visgrep` function would be to search the screen that you see for something and interact with it, and using...

As a more simplistic work around you can use evdev; ``` import evdev device = evdev.InputDevice('/dev/input/event1') device.active_keys() ``` The user executing the command probably has to be in the `input`...

Turns out the implementation is a bit more complicated than I thought it would be, there seems to be some issue with the way autokey executes scripts that interferes with...

Can anyone currently experiencing this error post the full log from launching autokey via `autokey-gtk -lc` (verbose logging and show window flags)?

Well it is per phrase, it pulls the type delay from the json file for each phrase, and phrase.py sets the default value to 0, so if one is not...

Does using `calendar_dialog` work for you? It doesn't look like it should, the function hasn't been changed in the develop branch or the master branch, it should still be `dialog.calendar`

Oh, I see what you're saying now, well in any case we'll hopefully get the new documentation figured out at some point soon, it's currently live here https://autokey.github.io/autokey/

Hey @unlucky67 if you want to check out my PR and test if it resolves your issues that would be greatly appreciated. You can view the changes here https://github.com/autokey/autokey/pull/596.