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