dont reload menu after autotype

This commit is contained in:
Rasmus Steinke 2015-05-31 23:59:38 +02:00
parent 4b25b17ae8
commit 5a963b5fc2

View File

@ -131,6 +131,7 @@ Alt+4: Open URL | Alt+c: Copy Username | Alt+Shift+c: Copy Password</span>"
done
xdotool_type "$password"
fi
exit
else
if [[ -z "${stuff['CustomOrder']}" ]]; then
xdotool_type "${stuff[${USERNAME_field}]}"
@ -143,6 +144,7 @@ Alt+4: Open URL | Alt+c: Copy Username | Alt+Shift+c: Copy Password</span>"
done
xdotool_type "$password"
fi
exit
fi
# cleanup (for the paranoid)