cua
cua copied to clipboard
Double click doesn't work
Double click doesn't work for some reason. I've tried changing the interval as well, no luck.
Hi @brad-kenstler - We've just pushed an update to the computer-server Python package to address the issue.
To get the update, you'll unfortunately need to re-pull the macos-sequoia-cua:latest image:
# Remove any cached images
lume prune
# Remove the VM
lume delete macos-sequoia-cua_latest
# Pull the updated VM
lume pull macos-sequoia-cua:latest
Good news: the new macos-sequoia-cua:latest image includes an auto-updater for the computer-server package, so you won't need to re-pull images for hotfixes in the future.
@brad-kenstler Please test with the latest python package and Lume image. Let us know if there are any further issues.