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
If you try to type '-3' it fails to product output.
It appears that the issue is that the command xdotool type '-3' is trying to interpret -3 as an argument instead of the code to type if the command is changed to xdotool type -- '-3' works as expected.