Sorry if this is somehow documented everywhere. I couldn't seem to find it.
Is it possible to type a username, then TAB, then Password, then RETURN?
Usable for filling in login creds on websites.
With wtype it's something like this: wtype "$username" -k tab "$password" -k return
Is this part of the modifiers option? I couldn't quite figure those out.
Thanks!
You should be able to by including literal tab character in the argument. I suggest you use wtype for keyboard input tasks though, it's more flexible with its inputs and easier to use.