mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-18 14:32:36 +00:00
CAD: give Rib a shortcut, completing the pick-the-line work (snaporca-3648)
Ported from snaporca ea0e11e49d. See that commit for the acceptance measurements. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 5
parent
dcbda7d42c
commit
f4a0bf8845
@@ -746,7 +746,10 @@ DesignPanel::DesignPanel(wxWindow* parent)
|
||||
}
|
||||
}
|
||||
open_tool(Tool::Rib);
|
||||
}, 0},
|
||||
}, 'R'}, // plain R, not SHIFT+R (that is Revolve): every SHIFT letter A-Z
|
||||
// was already taken, and the feature map already carries unshifted
|
||||
// keys (P, A, X). Rib was the only verb in this dropdown with no
|
||||
// shortcut at all, which also made its card unreachable to the rig.
|
||||
});
|
||||
|
||||
auto* b_pattern = icon_btn("design_pattern", _L("Pattern"));
|
||||
|
||||
Reference in New Issue
Block a user