aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2015-07-17 21:43:22 +0200
committerRasmus Steinke <rasi@xssn.at>2015-07-17 21:43:22 +0200
commit53ef4ece1d486c2d9575e24c81c82c2a311376c4 (patch)
tree09722eb43ec78478319f403606a84d512c92724b
parent55a838075d8a3b274ddb3a4cb94a235db3c02f0b (diff)
downloadrofi-pass-53ef4ece1d486c2d9575e24c81c82c2a311376c4.tar.gz
add tab key
-rwxr-xr-xrofi-pass1
1 files changed, 1 insertions, 0 deletions
diff --git a/rofi-pass b/rofi-pass
index fb97f72..76569ca 100755
--- a/rofi-pass
+++ b/rofi-pass
@@ -104,6 +104,7 @@ ${open_url}: Open URL | ${copy_name}: Copy Username | ${copy_pass}: Copy Passwor
fi
if [[ -z "${stuff["$AUTOTYPE_field"]}" ]]; then
xdotool_type "${stuff[${USERNAME_field}]}"
+ xdotool key Tab
xdotool_type "$password"
sleep 1
if [[ ${auto_enter} == "true" ]]; then