I was really struggling with why I could not get the Clone function to work, either with a hotkey or by pasting the command into the console. After several hours of testing, I seem to be able to get this to work as long as I am in a standard settlement, such as Sanctuary. When I try to use this in an interior cell, such as a home added by a mod, the clone function doesn't work. Something in the script looks to be checking to ensure that you are in a settlement not just a workshop area. I'm able to decompile ActionManager.pex and it looks like the clonegrabbed function checks to see if you're in a settlement. I tried editing that out but can't seem to recompile ActionManager.psc to ActionManager.pex.