Keyboard shortcuts for python
Keyboard Shortcuts for python.... Ctrl+T ≈ Create work area C reates a tab in the work area of the Python Editor for the new script. Ctrl+O = Load script. Loads the selected script in the Python Editor work area. Ctrl+(-)= Close script. Closes the active script in the Python Editor work area. Ctrl+S=S ave active script. Saves the active script. Ctrl+F2 = Save new active script. Saves the new active script. F5 = Execute active script. Executes code or a script, depending on whether a code is highlighted. If nothing is highlighted, it executes the active script in the Python Editor work area. Ctrl+(=) ≈ Add active script to scene. Adds the active script to the scene. See the scene browser Scripts directory. F10 = Display Python Tool Manager. Displays the Python Tool Manager. F1 = Trigger Python Editor context help. Displays help related to current action. Ctrl+F= Find code. Finds the term specified in the interactive console’s text field. Note : The search area is define...