background preloader

Useful Testing Tools and Apps

Facebook Twitter

Http

Chrome Developer Tools. Geek to Live: Introduction to Cygwin, part I. Tail for Win32 - Home Page. AutoHotkey. Learning AutoHotKey – Simplifying The Idea of Hotkeys and HotStrings | Keyboard & Mouse Automation. For a first-time user, AutoHotkey can be an intimidating experience. While its benefits in saving time and preventing RSI are undeniable, the general first reaction from users is “Hey..

I am not a programmer.. I can’t do this… It’s too tough… What a waste of time.” But wait.. Before I start explaining the “How To..” behind AutoHotkey command scripts, you need to know “Why Generating Scripts In AutoHotkey” is important. Let’s start with explaining two important terms that are used with AutoHotKey software: HotKeys and HotStrings. Hotkeys and Hotstrings are both used to trigger commands. For eg: Pressing F1 will activate the Help Menu. On the other hand, a HotString is a key sequence that involves more than one character (string) to execute any commands. For eg: You can define the string “btw” to expand to “by the way” as you type. However, remember that the Ctrl+C key sequence for copying the selected objects is a HotKey and not a HotString (since it only uses one character, C).

Meghna.