halbGefressen / plover-output-dotool

plover plugin to output using dotool
GNU Affero General Public License v3.0
1 stars 2 forks source link

AttributeError: 'KeyboardEmulation' object has no attribute 'set_key_press_delay' #1

Open tocklime opened 2 months ago

tocklime commented 2 months ago

Reported downstream here: https://github.com/FirelightFlagboy/plover-wayland-nix/issues/1

Looks like plover.oslayer.KeyboardEmulationBase has become plover.output.keyboard.GenericKeyboardEmulation.

Possible partial fix here: https://github.com/tocklime/plover-wayland-nix/blob/main/patches/change_base.patch

There is another issue with newlines not making their way through (when you use dotool to send a string with a newline in it, as in the stroke R-R.

halbGefressen commented 2 months ago

Thank you for reporting! Unfortunately, I am pretty busy at the moment. If you can fix it, I would be happy to merge your pull request.