diff --git a/rofi-pass b/rofi-pass index 96d9ebb..9ca8454 100755 --- a/rofi-pass +++ b/rofi-pass @@ -141,6 +141,8 @@ ${line2}" for word in ${stuff["$AUTOTYPE_field"]}; do if [[ $word == ":tab" ]]; then xdotool key Tab + elif [[ $word == ":space" ]]; then + xdotool key space elif [[ $word == "pass" ]]; then echo -n "${password}" | xdotool type --clearmodifiers --file - else