Using Autohotkey, copy a text with number and paste the same text with incremental numbers
Use version 1 to paste incremental number from copied text.
Example: If you copy a text like "001. ABC and EFG", you can paste it like follows using Shortcut "CTRL+1":
- 002. ABC and EFG
- 003. ABC and EFG
- ...
Use version 2 to paste incremental number from copied text and also allows you to swap the text.
Example: If you copy a text like "001. ABC and EFG":
you can paste it like follows using Shortcut "CTRL+1":
- 002. ABC and EFG
- 003. ABC and EFG
- ...
you can paste it like follows using Shortcut "CTRL+2":
- 002. EFG and ABC
- 003. EFG and ABC
- ...