You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
intbyte-100
changed the title
Text is not typing in chromium and electron apps under wayland mode
Text input is not functioning in Chromium and Electron with enabled Wayland mode when using Enigo.
Oct 3, 2024
I don't have an idea why it would fail only for these applications. I don't use hyprland so I will likely not be able to test this for a few weeks/months. I think it is a bug on the compositor's side. If it works for other applications, enigo seems to work fine. Unless for the other applications X11 was used. Try to run the keyboard example with:
cargo run --example keyboard --no-default-features --features wayland
and test the other applications again. Even if the Wayland features is selected, X11 will not get deactivated, because some programs will still need it. If you disable the default features as well, enigo is built without any X11 support.
Description: Text input is not functioning in Chromium and Electron with enabled Wayland mode when using Enigo.
Environment:
Steps to Reproduce:
Expected Behavior: Text input should be registered in the Chromium and Electron applications.
Actual Behavior: Text input does not appear in either Chromium or Electron applications.
Additional Information: Other applications are working correctly with Enigo in the same Wayland session.
The text was updated successfully, but these errors were encountered: