dictation-toolbox / dragonfly-scripts

Dragonfly scripts for Dragon NaturallySpeaking
87 stars 30 forks source link

Linux keyboard (pynput) #35

Closed codebold closed 3 years ago

codebold commented 3 years ago

Can anyone explain to me why libxdo or xdotool is used for Linux. xdotool always spawns a new process, which is pretty bad for action execution performance. I already started to code some evdev/uinput adapter, but found later that the pynput keyboard (currently used for mac only) works pretty good for Linux as well. So, are there any reasons why xdo is configured as Linux keyboard in the initialization, which i did not came across yet or did not thought about? Thanks!

If not, i would recommend to just use the pynput keyboard for Linux as well...

codebold commented 3 years ago

Sorry wrong project! Please delete!