QoL: Enable Enter key to confirm Clone dialog and run cloning action #1568

Closed
opened 2026-04-05 18:26:23 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @kisslorand on 11/20/2025

This PR makes the Clone dialog behave more naturally when entering the number of copies.

What was the issue?

When typing a value in the “Number of copies” field, pressing Enter had no effect.
You always had to click OK manually, which slowed down the workflow and felt unintuitive.

What’s changed?

Pressing Enter while the cursor is inside the number field now works just like clicking OK:

  • the dialog confirms,
  • cloning is performed,
  • the window closes.

Why this helps

It makes the dialog faster and more comfortable to use, especially when repeating cloning tasks or working without a mouse.

Fixes #11357


Note

Enter still has no effect in any other part of the dialog, so nothing else changes and there are no surprises.


*Originally created by @kisslorand on 11/20/2025* This PR makes the Clone dialog behave more naturally when entering the number of copies. #### What was the issue? When typing a value in the “Number of copies” field, pressing Enter had no effect. You always had to click OK manually, which slowed down the workflow and felt unintuitive. #### What’s changed? Pressing Enter while the cursor is inside the number field now works just like clicking OK: - the dialog confirms, - cloning is performed, - the window closes. #### Why this helps It makes the dialog faster and more comfortable to use, especially when repeating cloning tasks or working without a mouse. #### Fixes #11357 --- > #### **Note** > Enter still has **no effect** in any other part of the dialog, so nothing else changes and there are no surprises. ---
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OrcaSlicer#1568