mirror of
https://github.com/rbreaves/kinto.git
synced 2025-11-17 11:24:00 +01:00
- Updated browsers.sh clearmodifiers
This commit is contained in:
@@ -23,7 +23,7 @@ elif [ "$action" == "Right" ];then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$newClipboard" == "" ] && [ "$action" == "Undo" ];then
|
if [ "$newClipboard" == "" ] && [ "$action" == "Undo" ];then
|
||||||
xdotool getactivewindow key ctrl+Shift+t
|
xdotool getactivewindow key --clearmodifiers ctrl+Shift+t
|
||||||
elif [ "$action" == "Undo" ];then
|
elif [ "$action" == "Undo" ];then
|
||||||
xdotool getactivewindow key --clearmodifiers ctrl+z
|
xdotool getactivewindow key --clearmodifiers ctrl+z
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user