send ctrl+alt, since it fixes messing up hotkeys for some reason
This commit is contained in:
parent
f3640a1670
commit
fa08c52d8e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user