mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-02 00:56:39 +02:00
- Updated browsers.sh clearmodifiers
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user