I've used Quickly to create a lens that interacts with another program when that program is executed, using the following function:
def handle_uri(self, scope, uri):
os.system(uri)
But the dash is not closed on click. How do I remedy this?
Also, is there a list of all the functions or built in 'shortcuts' for quickly?