fixed pass_autofill
This commit is contained in:
@@ -16,7 +16,10 @@ if [ -n "$entry" ]; then
|
||||
|
||||
# Type username, press Tab, then password, then Enter
|
||||
wtype "$username"
|
||||
sleep 0.1
|
||||
wtype -k Tab
|
||||
sleep 0.1
|
||||
wtype "$password"
|
||||
sleep 0.1
|
||||
wtype -k Return
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user