fixed pass_autofill
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user