AutoHotkey Snippit
Version: 0.8.0.0
AutoHotkey Snippit is a Program designed with the intention of having multiple types of Hotkeys, HotStrings and Include Plugins, see figure 1.
AutoHotkey Snippit can import/export profile with plugin of a single file. This make is very easy to share plugins and profiles with many users.
AutoHotkey Snippit is designed using Profiles and Plugins. Profiles are Generally what the plugins will apply to. Plugins are actions taken that may be taken when the Profile matches the specified condition set.
Plugins may contain three flavors.
- Hotkeys - These are Actions that are taken when a specified hot key is pressed such as Ctrl+Win+A ,
- HotStrings - These are the Actions taken when a keyboard sequence is pressed such as sayhello and are often use to create text replacements for such things as auto correct.
- Includes - These are custom Actions that can be anything supported by the AutoHotkey Scripting language including custom Hotkeys and HotStrings. Includes are more powerful but more difficult then working with Hotkeys and HotStrings. Most if not all of your need Hotkeys and HotStrings will probably do the job.
Some Features of AutoHotkey Snippit
- Create a Global Profile - Profile will act on all windows except the window specifically blacklisted.
- Create a Local Profile - Profile will act on only the windows in the white list.
- Import / Export Snippit Install as shown in figure 1
- Import / Export Plugin into Profiles as shown in figure 2
- Create one or more Individual Plugins - Plugins can be created within Profiles as demonstrated by figure 1.
- Plugins may be optionally disabled within a Profile - Great for plugins within a Profile that you only use occasionally.
- Plugins may be deleted
- Plugins may be copied to another Profile
- Plugins may be Moved to another Profile
- Plugins may disable Hotkeys, HotStrings and Includes individually.
- Data may be part of a plugin to enhance is capability.
- Data can be included as Text or Binary