Johannes Köstler

Results 9 comments of Johannes Köstler

Hello, i experienced the same issue, and also switched from xdotool to pynput on Ubuntu #323. However, there are some issues: - The Key action does not work in Eclipse;...

Hey Dane, thanks for your reply! Yesterday i tried to work around these issue with individual actions using individual keyboard, as you also suggested. However, i got stuck because of...

Okay, i fixed my issue with xdotool. I had some weird wiring in the class hierarchy, so that the xdotool key action was trying to send pynput typeables. Now i...

@m-spisiak https://github.com/dictation-toolbox/dragonfly/blob/master/dragonfly/actions/keyboard/__init__.py initializes the keyboard. It selects xdotool if you are on Linux and pynput if you are on Mac. So something like the code below should do the trick....

Downgrading to dragonfly `0.35.0` resolved the issue for me. For me the error emerges with all versions >= `1.0.0-rc1` of dragonfly.

Thanks! I thought about that, too. But i think that it will make things very complex as it has to be ensured that every command in the base grammar with...

I put some thoughts into the "not specific" context again and came up with an idea. Why not use Python itself to establish the concept of overwriting commands. I still...

After playing around a bit, I came up with this [builder](https://github.com/codebold/hiccup/blob/master/grammar/builder.py) . Besides simply building grammars from plain old rules, it provides a method for adding "competitive" mapping rules. The...

Got the same problem here. After starting Thundebird, each Appointment is duplicated in each Exchange Calendar, so that an even from Calendar X is showed n-times in the Calendar in...