FirelightFlagboy / plover-wayland-nix

A nix flake to provide plover on wayland
1 stars 2 forks source link

Patch `plover-output-dotool` for missing `set_key_press_delay` #2

Open FirelightFlagboy opened 4 months ago

tocklime commented 3 months ago

I think the KeyboardEmulation class should inherit from plover.output.GenericKeyboardEmulation, not from plover.oslayer.KeyboardEmulationBase. I can't find the latter in current plover source code. I guess it got moved at some point?

tocklime commented 3 months ago

I have made progress with this commit: https://github.com/tocklime/plover-wayland-nix/commit/0b8751c4a08c2871944eb1a81c7f0d49f8ba11a9 - no longer get the errors, but have noticed that newlines (stroke R-R) doesn't seem to work now. (It did before I started getting the errors though).