wtype
wtype copied to clipboard
xdotool type for wayland
How can I use wtype to press the function key F5? Thanks.
Using the virtual-pointer-unstable-v1 protocol. Fixes: #24
specifically mod2 and mod3. Fixes: #15
Works: "🐸", "!", ":", "a". Doesn't work: "é", "α", "#". No idea why. Workaround: https://github.com/Plagman/gamescope/pull/267/commits/d09516ba70dfa8c0c3ea39587b443965d616bdba
I installed wtype in order to use it alongside [https://github.com/marty-oehme/bemoji](bemoji), which supposedly can send the emoji output to wtype But it doesn't do anything, and typing `wtype \360\237\230\255` or any...
OK, having no examples availiable on the man page, we are left to guess. I guess that ``` $ wtype abc ``` should type `abc` just like as if I...
This removes the need for generating a custom keymap and simulating input events. input-method can send UTF8 text directly.
``` $ wtype hello world helo world% ``` Why does this happen? I'm on sway and kitty
`wtype -M Shift -k o` `wtype -M Shift o` `wtype -M Shift -k o -m Shift` `wtype -M shift -k o` `wtype -M Shift -d 100 -k o` `wtype -M...
**Greetings, everyone.** It is not possible to reassign word deletion (left/right) in Firefox browser: `bindsym --to-code Alt+w exec wtype -M ctrl -k BackSpace -m ctrl` `bindsym --to-code Alt+d exec wtype...