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
|
if [[ -z $(echo -n "${stuff[${word}]}") ]]; then
|
||||||
xdotool type ${word}
|
xdotool type ${word}
|
||||||
else
|
else
|
||||||
echo -n "${stuff[${word}]}" | xdotool type --clearmodifiers --file -
|
echo -n "${stuff[${word}]}" | xdotool type --clearmodifiers --delay 100 --file -
|
||||||
xdotool click 1
|
xdotool key ctrl+alt
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
elif [[ ${rofi_exit} -eq 1 ]]; then
|
elif [[ ${rofi_exit} -eq 1 ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user