Allows you to store clips (like ctrl+c and ctrl+v) to Num1 to Num9 when numlock is off. Extremely useful for data entry.
-
Install AutoHotKey: https://www.autohotkey.com/download/
-
Download the
NumpadCopyPaste.ahkfile and run the .ahk script file.
- Press
Numlockkey to disable Numlock (pressing number keys will no longer input numbers). This will allow you to start using the AutoHotKey.
- Highlight the text you want to copy as you would do for "Ctrl+c".
- Hold
Numpad 0and press any of the numpad:Numpad 1,Numpad 2, ...,Numpad 9to assign the highlighted text to the numpad key.
You can store up to 9 strings of text
- Press the assigned numpad key to paste the text.
- Hold
Numpad 0and pressdelin the numpad.
- Press
Numlockkey to activate Numlock (pressing number keys will now input numbers).
I learnt AutoHotKey and wrote this (and modifying codes I found in forums) a few years back to aid me in inputting client data into CRM for my sales job. Hope this would help you too.
Cheers!