From 37c7949fb4a75aea162a826da18fa6dce22f0548 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Thu, 11 Feb 2021 00:22:10 -0600 Subject: [PATCH] - Updated browsers.sh clearmodifiers --- linux/browsers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/browsers.sh b/linux/browsers.sh index e6b2b4c..0013911 100755 --- a/linux/browsers.sh +++ b/linux/browsers.sh @@ -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