- Updated browsers.sh clearmodifiers

This commit is contained in:
Ben Reaves
2021-02-11 00:22:10 -06:00
parent ef99b6548c
commit 37c7949fb4

View File

@@ -23,7 +23,7 @@ elif [ "$action" == "Right" ];then
fi
if [ "$newClipboard" == "" ] && [ "$action" == "Undo" ];then
xdotool getactivewindow key ctrl+Shift+t
xdotool getactivewindow key --clearmodifiers ctrl+Shift+t
elif [ "$action" == "Undo" ];then
xdotool getactivewindow key --clearmodifiers ctrl+z
fi