Keyboard Shortcuts

JEditor provides keyboard shortcuts for common operations, making your workflow faster and more efficient.

File Operations

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

Shortcut

Action

F5

Run the current Python file

F9

Debug the current Python file

Shift+F5

Stop all running processes

Code Quality

Shortcut

Action

Ctrl+Shift+Y

Format Python code with YAPF

Ctrl+Alt+P

Check PEP 8 compliance

Ctrl+J

Reformat / validate JSON

Browser

Shortcut

Action

Ctrl+F

In-page text search (browser)

Console

Shortcut

Action

Up

Previous command in history

Down

Next command in history