Productivity Software: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Software that help us be more productive. ==Autohotkey== http://www.autohotkey.com<br/> Install the AutoHotkey_L version to support Unicode. * Create text shortcuts: ** You typ...") |
|||
Line 9: | Line 9: | ||
** How to do it? "Edit this script" and add ":*:myem::myemailaccount@gmail.com" | ** How to do it? "Edit this script" and add ":*:myem::myemailaccount@gmail.com" | ||
* Use it for repeatable words, expressions you are using very often. | * Use it for repeatable words, expressions you are using very often. | ||
* Speed up auto-completion speed by adding "SetKeyDelay, 0" (http://www.autohotkey.com/forum/topic60006.html) | |||
==Launchy== | ==Launchy== |
Revision as of 01:02, 27 March 2012
Software that help us be more productive.
Autohotkey
http://www.autohotkey.com
Install the AutoHotkey_L version to support Unicode.
- Create text shortcuts:
- You type "myem" and it is automatically replaced by "myemailaccount@gmail.com"
- How to do it? "Edit this script" and add ":*:myem::myemailaccount@gmail.com"
- Use it for repeatable words, expressions you are using very often.
- Speed up auto-completion speed by adding "SetKeyDelay, 0" (http://www.autohotkey.com/forum/topic60006.html)
Launchy
- Start any program or file with few keystrokes.