Example #1
0
File: my.py Project: bbonf/dotchili
def mail(body):
    chili.open_url('mailto:%%20?body=%s' % body)
    chili.close(reactivate=False)
Example #2
0
def mail(body):
    chili.open_url('mailto:%%20?body=%s' % body)
    chili.close(reactivate=False)
Example #3
0
File: my.py Project: bbonf/dotchili
def type_(text):
    chili.close()
    time.sleep(0.5)
    chili.keyboard.type_string(text)
Example #4
0
def type_(text):
    chili.close()
    time.sleep(0.5)
    chili.keyboard.type_string(text)