Helps you to comfortably insert successive references.
For example: A reference like 25100-300
. The right end of the reference, e.g. 300
, will be continued in steps of 1. The new reference would be 25100-301
and so forth. The same is done for endings with letters, e.g. 25100a
.
Win + 1: Copy highlighted reference.
Win + 2: Replaces the highlighted text or, if no text is selected, the first character before the mouse pointer with the next reference.
Win + 3: Resets the next reference by one step.
Alt + Esc: Exit script.
- Download the latest release and execute the script.
- If you don't want to install Autohotkey the ZIP-file from https://autohotkey.com/download/ includes the compiler program to create an executable
.EXE
from the release file.AHK
. - For additional information please refer to https://ahkde.github.io/docs/Tutorial.htm.
- If you don't want to install Autohotkey the ZIP-file from https://autohotkey.com/download/ includes the compiler program to create an executable
- Highlight your reference (with your mouse), e.g.
25100-300
. - Press Win + 1 to copy.
- Select the position where you want the new reference to be inserted. Please note: if no text is selected, the first character before the mouse pointer will be replaced.
- Press Win + 2 to insert the new reference, e.g.
25100-301
. - Select the position where you want the next reference to be inserted. Please note: if no text is selected, the first character before the mouse pointer will be replaced.
- Press Win + 2 to insert the next reference, e.g.
25100-302
. - ...
- Autohotkey - The keyboard macro program used
Please contact the author.
- Felix L. Wenger - fwenger
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.