Blender shortcuts – PYTHON scripting

Blender shortcuts – PYTHON SCRIPTING

Ctrl + C Over any Operator Button, the shortcut copies the Python command into the clipboard (The program shortcut can be used in the Python console or the Text Editor while writing scripts)
Shift + Ctrl + C Over any property button, the hotkey is used to copy the data path for the property. The feature is also available from the context menu.
Shift + Ctrl + Alt + C Over the property buttons, the command copies the full data path for the data-block and property. Note: it is best to access values based on the context rather than by name, in most cases.