fixed pass_autofill

This commit is contained in:
2025-05-04 20:24:54 -07:00
parent 91089507d2
commit 6fcacba990

View File

@@ -16,7 +16,10 @@ if [ -n "$entry" ]; then
# Type username, press Tab, then password, then Enter # Type username, press Tab, then password, then Enter
wtype "$username" wtype "$username"
sleep 0.1
wtype -k Tab wtype -k Tab
sleep 0.1
wtype "$password" wtype "$password"
sleep 0.1
wtype -k Return wtype -k Return
fi fi