Hacker News new | ask | show | jobs
by Zirias 686 days ago
Note input is "out of scope" for wayland and XKB is used there for keyboard input as well. I just had a quick glance at "wtype" source and indeed, it fiddles with the keymap, using xkbcommon. So, assuming a suitable X11 replacement for this "wofi" tool, you could do exactly the same on X11 using "xdotool".
1 comments

Indeed nothing special about Wayland for this, I have used `xdotool` in the old X11 days.