dont reload menu after autotype
This commit is contained in:
parent
4b25b17ae8
commit
5a963b5fc2
@ -131,6 +131,7 @@ Alt+4: Open URL | Alt+c: Copy Username | Alt+Shift+c: Copy Password</span>"
|
|||||||
done
|
done
|
||||||
xdotool_type "$password"
|
xdotool_type "$password"
|
||||||
fi
|
fi
|
||||||
|
exit
|
||||||
else
|
else
|
||||||
if [[ -z "${stuff['CustomOrder']}" ]]; then
|
if [[ -z "${stuff['CustomOrder']}" ]]; then
|
||||||
xdotool_type "${stuff[${USERNAME_field}]}"
|
xdotool_type "${stuff[${USERNAME_field}]}"
|
||||||
@ -143,6 +144,7 @@ Alt+4: Open URL | Alt+c: Copy Username | Alt+Shift+c: Copy Password</span>"
|
|||||||
done
|
done
|
||||||
xdotool_type "$password"
|
xdotool_type "$password"
|
||||||
fi
|
fi
|
||||||
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# cleanup (for the paranoid)
|
# cleanup (for the paranoid)
|
||||||
|
Loading…
Reference in New Issue
Block a user