wtype doesn't work #9941
Unanswered
aphelei
asked this question in
Bugs - Other
Replies: 3 comments 3 replies
-
|
works on my end.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Yeah works fine now. I did a system update and that fixed it 🤷♂️ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
#2529 (comment)
2024-12-23_17-12-1734971038.mp4
things used in the video to reproduce
bind = alt, a, exec, notify-send "a" -t 1000wtype -s 1000 -M alt -p a -m altmore details
wtype man page
NAME wtype - xdotool type for WaylandSYNOPSIS
wtype [TEXT]
DESCRIPTION
wtype is a Wayland tool that allows you to simulate keyboard input like xdotool type for X11. This is accomplished via the virtual-keyboard Wayland pro‐
tocol.
OPTIONS
Modifier can be one of "shift", "capslock", "ctrl", "logo", "win", "alt", "altgr". Beware that the modifiers get released automatically once the program
terminates.
AUTHOR
wtype has been started by Josef Gajdusek. Man page is written by Michael ’jubalh’ Vetter.
I tried pressing alt and executing
wtype -s 1000 -k aand it outputs the same
aphe@aphe ~ $ wtype -s 1000 -k a^[a%Beta Was this translation helpful? Give feedback.
All reactions