I am unable to reproduce this in either the command line or my script (
http://pastebin.com/ZyLwNF78 )
xdotool type --delay 100 --window wid 'linux text'
xdotool key --delay 100 --window wid Return
works just fine, but neither
xdotool type --delay 100 --window wid "$(printf "linux text\n")"
nor
function xtype {
XTYPE="$(printf "$@")"
$DEBUG xdotool type --delay 100 --window wid "${XTYPE}"
}
xtype "linux text\n"
will work for me.
--
You received this message because you are subscribed to the Google Groups "xdotool-users" group.
To post to this group, send email to xdotool-users-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To unsubscribe from this group, send email to xdotool-users+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit this group at http://groups.google.com/group/xdotool-users?hl=en.