A tool that enhance oprations on windows
CHKHotkeys:a smart tools rewritten by me(some scripts were collected,and i rewrited them)
Chorthotkey是一个我使用AUTOHOTKEY很长世间以后认为的非常适合Windows习惯的一套脚本,我收集了一些脚本,然后根据自己的需要重写了一些,自己编写了一些,虽然不多,但基本上暂时足够我使用,其他的东西我就教给Candy和Vimdektop来。
Balance Efficience and Simplity
Efficience -- The most common things shoud be turned into hotkeys
Simplity -- The thing used not so frequent should be processed simply,quickly and naturally
平衡效率和简洁
效率 - 特别常用的东西应该被设置成快捷键
简介 - 常用的东西不必要设置成快捷键,但是启动要足够简单
看源码吧,非常简单的。
Chorthotkey源码分为两个部分,我把和快捷键相关的操作写在chorthotkey文件里面,复杂的实现方法放在lib/ 文件夹中了。
我毕竟只是一个Java+Python的程序员,对AHK这种非主流编程语言真的是了解不深入,我的目标是使用AHK足够我在Win上写写文章,管理管理文件就够了。
仅仅使用AHK的快捷键加速我的操作而已。
Add some autohotkey scripts from others
- candy -- a powerful menu that can process long text or short,specific files with specific application,and so on.
- vimdesktop -- windows all in vi-style
- Chorthotkey -- a script written or searched online and modified by me.
candy -- GPLv3 https://github.com/victorwoo/vimdesktop
vimdesktop -- MIT https://github.com/aamii/Candy
chorthotkey -- MIT