Skip to content

Gangula2/Paste-Incremental-Numbers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Paste-Incremental-Numbers

Using Autohotkey, copy a text with number and paste the same text with incremental numbers

Paste Increment - V1

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
  • ...

Paste Increment - V2

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
  • ...

About

Using Autohotkey, copy a text with number and paste the same text with incremental numbers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published