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:
Tommaso Bianchi
2026-08-14 23:43:54 +02:00
co-authored by Claude Opus 5
parent dcbda7d42c
commit f4a0bf8845
+4 -1
View File
@@ -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"));