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