PRODUCT REFERENCE
Core workspace commands are available from menus, declared actions, and the command palette as well as the keyboard.
| Action | Shortcut | Action | Shortcut |
|---|---|---|---|
| Open Python | Ctrl+O | Save Python | Ctrl+S |
| Save Python As | Ctrl+Shift+S | New Module | Ctrl+N |
| Remove Module | Ctrl+Shift+W | Set C Destination | Ctrl+Shift+L |
| Transpile Source Bundle | Ctrl+Return | Save Generated C | Ctrl+Alt+S |
| Action | Shortcut | Action | Shortcut |
|---|---|---|---|
| Undo / Redo | Ctrl+Z / Ctrl+Shift+Z | Cut / Copy / Paste | Ctrl+X / Ctrl+C / Ctrl+V |
| Find / Replace | Ctrl+F / Ctrl+H | Find in Bundle | Ctrl+Shift+F |
| Duplicate line | Ctrl+Shift+D | Toggle comment | Ctrl+/ |
| Indent / Outdent | Ctrl+] / Ctrl+[ | Go to line | Ctrl+G |
| Move line | Alt+Shift+Up / Alt+Shift+Down | Toggle fold | Ctrl+Shift+[ |
| Fold all functions | Edit menu or source header | Unfold all functions | Edit menu or source header |
Function folding and indent guides apply only to Python source editors. Generated C remains an unfolded read-only inspection surface.
| Action | Shortcut | Action | Shortcut |
|---|---|---|---|
| Generated C | Ctrl+Shift+C | Transpilation Details | Ctrl+Alt+D |
| Source Bundle | Ctrl+Alt+B | Outline | Ctrl+Shift+O |
| Split Python View | Ctrl+\ | Command Palette | Ctrl+Shift+P |
| Increase / decrease Python text | Ctrl+= / Ctrl+- | Reset Python text | Ctrl+0 |
| Code & Editor Settings | Ctrl+Alt+T | PyCForge Help | F1 |
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.
Ctrl+F focuses and selects the global search field.Enter or F3 moves to the next match across all
pages.Shift+F3 moves to the previous global match.