remove delay

This commit is contained in:
Rasmus Steinke 2015-08-23 23:32:19 +02:00
parent 4dfe3c305c
commit a9d5b5d4d4

View File

@ -261,7 +261,7 @@ showEntry () {
if [[ -z $(echo -n "${stuff[${word}]}") ]]; then
xdotool type ${word}
else
echo -n "${stuff[${word}]}" | xdotool type --delay 100 --clearmodifiers --file -
echo -n "${stuff[${word}]}" | xdotool type --clearmodifiers --file -
xdotool key ctrl+alt
fi
fi