Keyboard Shortcuts
Complete list of keyboard shortcuts for efficient editing in LVGL Pro Editor.
Master these keyboard shortcuts to speed up your workflow and edit more efficiently in the LVGL Pro Editor.
Auto-Completion
Activate auto-completion while the cursor is anywhere within the Editor Pane:
| Shortcut | Action |
|---|---|
| Ctrl+Space | Pop-up auto-completion list |
Value Modification
Adjust attribute values with live preview updates while the cursor is within an attribute's value:
| Shortcut | Action |
|---|---|
Ctrl+↑/Ctrl+↓ | Modify value by 1 |
Ctrl+Shift+↑/Ctrl+Shift+↓ | Modify value by 10 |
Export and Build
| Shortcut | Action |
|---|---|
| Ctrl+E | Export code only |
| Ctrl+B | Export code and recompile |
| Ctrl+Shift+B | Clean and rebuild |
Preview Pane
Navigate and interact with the preview pane using these shortcuts:
Zoom Controls
| Shortcut | Action |
|---|---|
| Ctrl+Mouse Wheel | Zoom in and out |
| Ctrl++ | Zoom in |
| Ctrl+- | Zoom out |
| Ctrl+0 | Reset zoom |
| Ctrl+Shift+0 | Fit to screen |
Navigation
| Shortcut | Action |
|---|---|
| Two-Fingered Scroll | Pan preview |
Advanced Ctrl Key Features
Pressing the Ctrl key while hovering over the preview pane enables additional functionality:
- Visualize bounding box, padding, margins and click area
- Check size and position by dragging
- Perform measurements
- Double click to jump to the XML file
- Single click to change editor focus to the matching XML element
How is this guide?
Last updated on