mirror of
https://github.com/OrcaSlicer/OrcaSlicer_WIKI.git
synced 2026-05-17 00:25:45 +03:00
Add keyboard shortcuts documentation (#55)
Created keyboard_shortcuts.md to document all available keyboard shortcuts in the application, organized by context (Global, Prepare, Toolbar, Objects list, Preview) for improved user workflow and reference. Based in KBShortcutsDialog.cpp
This commit is contained in:
5
Home.md
5
Home.md
@@ -13,6 +13,7 @@ OrcaSlicer is a powerful open source slicer for FFF (FDM) 3D Printers. This wiki
|
||||
- [Others Settings](#others-settings)
|
||||
- [Prepare](#prepare)
|
||||
- [Calibrations](#calibrations)
|
||||
- [General Settings](#general-settings)
|
||||
- [Developer Section](#developer-section)
|
||||
|
||||
> [!WARNING]
|
||||
@@ -172,6 +173,10 @@ OrcaSlicer is a powerful open source slicer for FFF (FDM) 3D Printers. This wiki
|
||||
- [ Input Shaping](input-shaping-calib)
|
||||
- [VFA](vfa-calib)
|
||||
|
||||
## General Settings
|
||||
|
||||
- [Keyboard Shortcuts](keyboard-shortcuts)
|
||||
|
||||
## Developer Section
|
||||
|
||||
 This is a documentation from someone exploring the code and is by no means complete or even completely accurate. Please edit the parts you might find inaccurate. This is probably going to be helpful nonetheless.
|
||||
|
||||
135
general-settings/keyboard-shortcuts.md
Normal file
135
general-settings/keyboard-shortcuts.md
Normal file
@@ -0,0 +1,135 @@
|
||||
# Keyboard Shortcuts
|
||||
|
||||
This page lists the keyboard shortcuts available in the application to enhance your workflow efficiency.
|
||||
|
||||
- [Global](#global)
|
||||
- [Prepare](#prepare)
|
||||
- [Toolbar](#toolbar)
|
||||
- [Objects list](#objects-list)
|
||||
- [Preview](#preview)
|
||||
|
||||
## Global
|
||||
|
||||
Shortcuts that are available throughout the application.
|
||||
|
||||
| Key | Action |
|
||||
| --- | --- |
|
||||
| `Ctrl + N` | New Project |
|
||||
| `Ctrl + O` | Open Project |
|
||||
| `Ctrl + S` | Save Project |
|
||||
| `Ctrl + Shift + S` | Save Project as |
|
||||
| `Ctrl + I` | Import geometry data from STL/STEP/3MF/OBJ/AMF files |
|
||||
| `Ctrl + G` | Export plate sliced file |
|
||||
| `Ctrl + R` | Slice plate |
|
||||
| `Ctrl + Shift + G` | Print plate |
|
||||
| `Ctrl + X` | Cut |
|
||||
| `Ctrl + C` | Copy to clipboard |
|
||||
| `Ctrl + V` | Paste from clipboard |
|
||||
| `Ctrl + P` | Preferences |
|
||||
| `Ctrl + M` (Windows/Linux) / `Ctrl + Shift + M` (macOS) | Show/Hide 3Dconnexion devices settings dialog |
|
||||
| `Ctrl + Tab` | Switch table page |
|
||||
| `Del` (Windows/Linux) / `Fn + Backspace` (macOS) | Delete selected |
|
||||
| `?` | Show keyboard shortcuts list |
|
||||
|
||||
## Prepare
|
||||
|
||||
Shortcuts for preparing the model for slicing.
|
||||
|
||||
| Key | Action |
|
||||
| --- | --- |
|
||||
| `Left mouse button` | Rotate view (Pan view if swap mouse buttons is enabled) |
|
||||
| `Right mouse button` | Pan view (Rotate view if swap mouse buttons is enabled) |
|
||||
| `Mouse wheel` | Zoom view |
|
||||
| `A` | Arrange all objects |
|
||||
| `Shift + A` | Arrange objects on selected plates |
|
||||
| `Q` | Auto orients selected objects or all objects if none selected |
|
||||
| `Shift + Q` | Auto orients all objects on the active plate |
|
||||
| `Shift + Tab` | Collapse/Expand the sidebar |
|
||||
| `Ctrl + Any arrow` | Movement in camera space |
|
||||
| `Alt + Left mouse button` | Select a part |
|
||||
| `Ctrl + Left mouse button` | Select multiple objects |
|
||||
| `Shift + Left mouse button` | Select objects by rectangle |
|
||||
| `Arrow Up` | Move selection 10 mm in positive Y direction |
|
||||
| `Arrow Down` | Move selection 10 mm in negative Y direction |
|
||||
| `Arrow Left` | Move selection 10 mm in negative X direction |
|
||||
| `Arrow Right` | Move selection 10 mm in positive X direction |
|
||||
| `Shift + Any arrow` | Movement step set to 1 mm |
|
||||
| `Esc` | Deselect all |
|
||||
| `1-9` | Keyboard 1-9: set filament for object/part |
|
||||
| `Ctrl + 0` | Camera view - Default |
|
||||
| `Ctrl + 1` | Camera view - Top |
|
||||
| `Ctrl + 2` | Camera view - Bottom |
|
||||
| `Ctrl + 3` | Camera view - Front |
|
||||
| `Ctrl + 4` | Camera view - Behind |
|
||||
| `Ctrl + 5` | Camera Angle - Left side |
|
||||
| `Ctrl + 6` | Camera Angle - Right side |
|
||||
| `Ctrl + A` | Select all objects |
|
||||
| `Ctrl + D` | Delete all |
|
||||
| `Ctrl + Z` | Undo |
|
||||
| `Ctrl + Y` | Redo |
|
||||
| `M` | Gizmo move |
|
||||
| `R` | Gizmo rotate |
|
||||
| `S` | Gizmo scale |
|
||||
| `F` | Gizmo place face on bed |
|
||||
| `C` | Gizmo cut |
|
||||
| `B` | Gizmo mesh boolean |
|
||||
| `H` | Gizmo FDM paint-on fuzzy skin |
|
||||
| `L` | Gizmo SLA support points |
|
||||
| `P` | Gizmo FDM paint-on seam |
|
||||
| `T` | Gizmo text emboss/engrave |
|
||||
| `U` | Gizmo measure |
|
||||
| `Y` | Gizmo assemble |
|
||||
| `E` | Gizmo brim ears |
|
||||
| `I` | Zoom in |
|
||||
| `O` | Zoom out |
|
||||
| `Tab` | Switch between Prepare/Preview |
|
||||
|
||||
## Toolbar
|
||||
|
||||
Shortcuts for the toolbar actions.
|
||||
|
||||
| Key | Action |
|
||||
| --- | --- |
|
||||
| `Esc` | Deselect All |
|
||||
| `Shift+` | Move: press to snap by 1mm |
|
||||
| `Ctrl+Mouse wheel` | Support/Color Painting: adjust pen radius |
|
||||
| `Alt+Mouse wheel` | Support/Color Painting: adjust section position |
|
||||
|
||||
## Objects list
|
||||
|
||||
Shortcuts for managing objects in the scene.
|
||||
|
||||
| Key | Action |
|
||||
| --- | --- |
|
||||
| `1-9` | Set extruder number for objects and parts |
|
||||
| `Del` | Delete objects, parts, modifiers |
|
||||
| `Esc` | Deselect all |
|
||||
| `Ctrl + C` | Copy to clipboard |
|
||||
| `Ctrl + V` | Paste from clipboard |
|
||||
| `Ctrl + X` | Cut |
|
||||
| `Ctrl + A` | Select all objects |
|
||||
| `Ctrl + K` | Clone selected |
|
||||
| `Ctrl + Z` | Undo |
|
||||
| `Ctrl + Y` | Redo |
|
||||
| `Space` | Select the object/part and press space to change the name |
|
||||
| `Mouse click` | Select the object/part and click to change the name |
|
||||
|
||||
## Preview
|
||||
|
||||
Shortcuts for navigating and controlling the preview slider.
|
||||
|
||||
| Key | Action |
|
||||
| --- | --- |
|
||||
| `Arrow Up` | Vertical slider - Move active thumb Up |
|
||||
| `Arrow Down` | Vertical slider - Move active thumb Down |
|
||||
| `Arrow Left` | Horizontal slider - Move active thumb Left |
|
||||
| `Arrow Right` | Horizontal slider - Move active thumb Right |
|
||||
| `L` | On/Off one layer mode of the vertical slider |
|
||||
| `C` | On/Off G-code window |
|
||||
| `Tab` | Switch between Prepare/Preview |
|
||||
| `Shift + Any arrow` | Move slider 5x faster |
|
||||
| `Shift + Mouse wheel` | Move slider 5x faster |
|
||||
| `Ctrl + Any arrow` | Move slider 5x faster |
|
||||
| `Ctrl + Mouse wheel` | Move slider 5x faster |
|
||||
| `Home` | Horizontal slider - Move to start position |
|
||||
| `End` | Horizontal slider - Move to last position |
|
||||
Reference in New Issue
Block a user