Keyboard Shortcuts ==================== JEditor provides keyboard shortcuts for common operations, making your workflow faster and more efficient. File Operations ---------------- .. list-table:: :header-rows: 1 :widths: 30 70 * - Shortcut - Action * - ``Ctrl+N`` - Create a new file * - ``Ctrl+O`` - Open an existing file * - ``Ctrl+K`` - Open a folder (project) * - ``Ctrl+S`` - Save the current file Code Execution --------------- .. list-table:: :header-rows: 1 :widths: 30 70 * - Shortcut - Action * - ``F5`` - Run the current Python file * - ``F9`` - Debug the current Python file * - ``Shift+F5`` - Stop all running processes Code Quality ------------- .. list-table:: :header-rows: 1 :widths: 30 70 * - Shortcut - Action * - ``Ctrl+Shift+Y`` - Format Python code with YAPF * - ``Ctrl+Alt+P`` - Check PEP 8 compliance * - ``Ctrl+J`` - Reformat / validate JSON Browser -------- .. list-table:: :header-rows: 1 :widths: 30 70 * - Shortcut - Action * - ``Ctrl+F`` - In-page text search (browser) Console -------- .. list-table:: :header-rows: 1 :widths: 30 70 * - Shortcut - Action * - ``Up`` - Previous command in history * - ``Down`` - Next command in history