send ctrl+alt, since it fixes messing up hotkeys for some reason

This commit is contained in:
Rasmus Steinke 2015-08-09 04:07:50 +02:00
parent f3640a1670
commit fa08c52d8e

View File

@ -198,8 +198,8 @@ showEntry () {
if [[ -z $(echo -n "${stuff[${word}]}") ]]; then
xdotool type ${word}
else
echo -n "${stuff[${word}]}" | xdotool type --clearmodifiers --file -
xdotool click 1
echo -n "${stuff[${word}]}" | xdotool type --clearmodifiers --delay 100 --file -
xdotool key ctrl+alt
fi
fi
elif [[ ${rofi_exit} -eq 1 ]]; then