Lazy Type (custom-abbreviation)

this (link) mini script gives you chance to write everyday text with simple abbreviations.

you should add
keyboard.add_abbreviation('Abbreviation','value')in config.py
and start the script with sudo python3 abbr.py

Example of config.py:

settings=[
keyboard.add_abbreviation('@@', 'example@email.com'),
keyboard.add_abbreviation('HH', 'SecondAbbreviation'),
]

Usage:

write your abbreviation anywhere and press space

原文链接:Lazy Type (custom-abbreviation)

© 版权声明
THE END
喜欢就支持一下吧
点赞5 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容