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