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
I think you might have some luck if you specify a window for key. I don't believe you need to specify a window for key, but I've found it often has silly idea of what window to send a key to. Does xdotool getwindowfocus key --clearmodifiers ctrl+v work any better?
I'm trying to bind Mod+v to pasting, to replicate C+v functionality, but in a MacOS style upon my Archlinux machine.
Googling around suggesting that I need something like
xdotool key --clearmodifiers "ctrl+v"
but that doesn't work for me with 3.20211022.1 of xdotool.What am I missing please?
The text was updated successfully, but these errors were encountered: