Uploaded January 2024 | Updated September 2026, 3 weeks ago
Enter the weight in to Click & Drop or any other shipping solution with one button press.
Scales - Dymo M10
amzn.to/41H9wwo
Software required - Dymo Scale Utility
sourceforge.net/projects/dymo-m5-m10-scales-utility
Make sure the the Auto Copy To Clipboard box is ticked.
This allows a batch of parcels to be processed with weights being read continuously.
But please note all normal Windows copy and paste functions will be overridden.
Untick to resume normal Windows Copy and Paste functions.
AutoHotkey
autohotkey.com
Script for Autohotkey
#Requires autohotkey v2.0
#SingleInstance force
return
p::Send("^p") ; change the key to what you want, in this example it is p
Select a rarely used key like the symbol just under the ESC key which is ` on my laptop.
Save the script after making any changes and then right click on Autohotkey and select Reload the Script.
Part 2, coming tomorrow, will show a dedicated Copy and Paste 2 button keyboard.
Enter the weight in to Click & Drop or any other shipping solution with one button press.
Scales - Dymo M10
amzn.to/41H9wwo
Software required - Dymo Scale Utility
sourceforge.net/projects/dymo-m5-m10-scales-utility
Make sure the the Auto Copy To Clipboard box is ticked.
This allows a batch of parcels to be processed with weights being read continuously.
But please note all normal Windows copy and paste functions will be overridden.
Untick to resume normal Windows Copy and Paste functions.
AutoHotkey
autohotkey.com
Script for Autohotkey
#Requires autohotkey v2.0
#SingleInstance force
return
p::Send("^p") ; change the key to what you want, in this example it is p
Select a rarely used key like the symbol just under the ESC key which is ` on my laptop.
Save the script after making any changes and then right click on Autohotkey and select Reload the Script.
Part 2, coming tomorrow, will show a dedicated Copy and Paste 2 button keyboard.










