sync module

This commit is contained in:
BarbUk 2016-12-12 20:25:41 +04:00
parent 61dd4cdbd2
commit 11862dc492

2
snippy
View File

@ -121,7 +121,7 @@ run(){
until [ $cursor -eq 0 ]; do
keyup+="Up "
let cursor-=1
xdotool key --delay 1 $keyup
xdotool key --delay -0.1 $keyup
done
fi
else