2018年5月2日 星期三

[linux] Linux shortcut hotkey insert date time 快捷鍵 插入日期與時間

Linux shortcut hotkey insert date time

本來想在Google Docs 中,增加插入日期與時間戳的功能,有找到 apps script 的作法,但是如果沒有上架 add-ons 的話,需要每個docs 都新增一次。

後來就在研究思考,怎麼在系統的快捷鍵中,加入這樣的功能。
找到了 autokey 這個工具

autokey/autokey: AutoKey, a desktop automation utility for Linux and X11. Previously known as "autokey-py3/autokey"
https://github.com/autokey/autokey

Ubuntu/Mint/Debian

Try the (experimental) PPA! Note that only Ubuntu 16.04, Mint 18, or above are supported for now as they supply Python 3.5 by default. Earlier versions of Python <= 3.4 require the typing module be installed separately.
sudo add-apt-repository ppa:troxor/autokey
sudo apt update
sudo apt install autokey-gtk

 安裝好可以調整他的 Sample Scripts
像我把時間格式調整成 date +%F   bind 到 <super> + s 2018-05-02
然後 按快捷鍵 就插入日期與時間  date "+%F %T"     bind 到 <super> + d   2018-05-02 21:38:49


沒有留言:

張貼留言