remove delay
This commit is contained in:
parent
4dfe3c305c
commit
a9d5b5d4d4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user