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
|
if [[ $count -gt 0 ]]; then
|
||||||
until [ "$count" -eq 0 ]; do
|
until [ "$count" -eq 0 ]; do
|
||||||
keys+="${key} "
|
keys+="${key} "
|
||||||
((count-=1))
|
((count-=1)) || true
|
||||||
done
|
done
|
||||||
# shellcheck disable=SC2086
|
# shellcheck disable=SC2086
|
||||||
xdotool key --delay 0.1 $keys
|
xdotool key --delay 0.1 $keys
|
||||||
|
Loading…
Reference in New Issue
Block a user