Fix #2
This commit is contained in:
parent
68344d6643
commit
6aae510e0f
2
snippy
2
snippy
@ -129,7 +129,7 @@ move_cursor() {
|
||||
if [[ $count -gt 0 ]]; then
|
||||
until [ "$count" -eq 0 ]; do
|
||||
keys+="${key} "
|
||||
((count-=1))
|
||||
((count-=1)) || true
|
||||
done
|
||||
# shellcheck disable=SC2086
|
||||
xdotool key --delay 0.1 $keys
|
||||
|
Loading…
x
Reference in New Issue
Block a user