diff options
author | Rasmus Steinke <rasi@xssn.at> | 2015-07-17 21:43:22 +0200 |
---|---|---|
committer | Rasmus Steinke <rasi@xssn.at> | 2015-07-17 21:43:22 +0200 |
commit | 53ef4ece1d486c2d9575e24c81c82c2a311376c4 (patch) | |
tree | 09722eb43ec78478319f403606a84d512c92724b | |
parent | 55a838075d8a3b274ddb3a4cb94a235db3c02f0b (diff) | |
download | rofi-pass-53ef4ece1d486c2d9575e24c81c82c2a311376c4.tar.gz |
add tab key
-rwxr-xr-x | rofi-pass | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |