peicheng note
My thoughts , my life . Tech and Martial arts ...etc.
首頁
About 關於這裡
2020年1月9日 星期四
[linux] AutoKey insert DateTime 怎麼使用 autokey 插入客制的時間格式
[linux] AutoKey insert DateTime 怎麼使用 autokey 插入客制的時間格式
怎麼使用 autokey 插入客制的時間格式呢?
可以使用 python script
'''
import time
import locale
locale.setlocale(locale.LC_ALL, "C")
output = time.strftime("%F %a %T")
keyboard.send_keys(output)
'''
輸出的日期格式
2020-01-09 Thu 11:46:03
HotKey <super>+s
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言