Change Ctrl+A behavior from all plates to current plate only #821

Closed
opened 2026-04-05 16:32:09 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @FractalEngineer on 2/10/2026

Description

Ctrl+A currently selects all objects on all plates.

This not only seems impractical in regards to the multiplate workflow, but also inconsistent with the contextual "Select All" right click menu which does selects all objects on current plate only.

This PR simply fixes that to have the hotkey match the context command, selecting all on current plate only.

Screenshots/Recordings/Graphs

Current: Ctrl+A selects all on all plates
image

Propsed: Ctrl+A selects all on current plate only (with selected items highlighting from my other PR)
image

Tests

Built on windows, tested with multiple plates

*Originally created by @FractalEngineer on 2/10/2026* # Description Ctrl+A currently selects all objects on all plates. This not only seems impractical in regards to the multiplate workflow, but also inconsistent with the contextual "Select All" right click menu which does selects all objects on current plate only. This PR simply fixes that to have the hotkey match the context command, selecting all on current plate only. # Screenshots/Recordings/Graphs Current: Ctrl+A selects all on all plates <img width="1072" height="477" alt="image" src="https://github.com/user-attachments/assets/bd86f5ce-f183-4f2d-94b3-bec5253e69d8" /> Propsed: Ctrl+A selects all on current plate only (with selected items highlighting from [my other PR](https://github.com/OrcaSlicer/OrcaSlicer/pull/12115)) <img width="1052" height="486" alt="image" src="https://github.com/user-attachments/assets/13b20365-1e06-48d3-a34d-0c091d3c6bc8" /> ## Tests Built on windows, tested with multiple plates
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OrcaSlicer#821