add tab key

This commit is contained in:
Rasmus Steinke 2015-07-17 21:43:22 +02:00
parent 55a838075d
commit 53ef4ece1d

View File

@ -104,6 +104,7 @@ ${open_url}: Open URL | ${copy_name}: Copy Username | ${copy_pass}: Copy Passwor
fi
if [[ -z "${stuff["$AUTOTYPE_field"]}" ]]; then
xdotool_type "${stuff[${USERNAME_field}]}"
xdotool key Tab
xdotool_type "$password"
sleep 1
if [[ ${auto_enter} == "true" ]]; then