PRODUCT REFERENCE

Keyboard shortcuts

Core workspace commands are available from menus, declared actions, and the command palette as well as the keyboard.

Files, modules, and conversion

ActionShortcutActionShortcut
Open PythonCtrl+OSave PythonCtrl+S
Save Python AsCtrl+Shift+SNew ModuleCtrl+N
Remove ModuleCtrl+Shift+WSet C DestinationCtrl+Shift+L
Transpile Source BundleCtrl+ReturnSave Generated CCtrl+Alt+S
ActionShortcutActionShortcut
Undo / RedoCtrl+Z / Ctrl+Shift+ZCut / Copy / PasteCtrl+X / Ctrl+C / Ctrl+V
Find / ReplaceCtrl+F / Ctrl+HFind in BundleCtrl+Shift+F
Duplicate lineCtrl+Shift+DToggle commentCtrl+/
Indent / OutdentCtrl+] / Ctrl+[Go to lineCtrl+G
Move lineAlt+Shift+Up / Alt+Shift+DownToggle foldCtrl+Shift+[
Fold all functionsEdit menu or source headerUnfold all functionsEdit menu or source header

Function folding applies only to Python source editors. Generated C remains an unfolded read-only inspection surface.

Views and navigation

ActionShortcutActionShortcut
Generated CCtrl+Shift+CTranspilation DetailsCtrl+Alt+D
Source BundleCtrl+Alt+BOutlineCtrl+Shift+O
Split Python ViewCtrl+\Command PaletteCtrl+Shift+P
Whitespace marksCtrl+Alt+WCommand paletteCtrl+Shift+P
Increase / decrease Python textCtrl+= / Ctrl+-Reset Python textCtrl+0
Code & Editor SettingsCtrl+Alt+TPyCForge HelpF1

Python source defaults to 14 pt and generated C to 12 pt. Use Code & Editor Settings to configure those two code surfaces independently; workspace controls and Help retain their reviewed readable sizes.

Inside this Help dialog