mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-29 01:27:38 +08:00
Follow-up of 68a7e5ce41217a123758996bc145350339922473 -> Updated keyboard shortcuts dialog
This commit is contained in:
parent
acbf25681a
commit
0e04c84879
@ -190,10 +190,15 @@ void KBShortcutsDialog::fill_shortcuts()
|
|||||||
m_full_shortcuts.push_back(std::make_pair(_L("Plater"), plater_shortcuts));
|
m_full_shortcuts.push_back(std::make_pair(_L("Plater"), plater_shortcuts));
|
||||||
|
|
||||||
Shortcuts gizmos_shortcuts = {
|
Shortcuts gizmos_shortcuts = {
|
||||||
{ "Shift+", L("Press to snap by 5% in Gizmo scale\nor to snap by 1mm in Gizmo move") },
|
#if ENABLE_PAN_ROTATE_SCENE_IN_GIZMOS
|
||||||
{ "F", L("Scale selection to fit print volume\nin Gizmo scale") },
|
{ ctrl, L("All gizmos: Press to rotate view with mouse left or to pan view with mouse right") },
|
||||||
{ ctrl, L("Press to activate one direction scaling in Gizmo scale") },
|
#endif // ENABLE_PAN_ROTATE_SCENE_IN_GIZMOS
|
||||||
{ alt, L("Press to scale (in Gizmo scale) or rotate (in Gizmo rotate)\nselected objects around their own center") },
|
{ "Shift+", L("Gizmo move: Press to snap by 1mm") },
|
||||||
|
{ "Shift+", L("Gizmo scale: Press to snap by 5%") },
|
||||||
|
{ "F", L("Gizmo scale: Scale selection to fit print volume") },
|
||||||
|
{ ctrl, L("Gizmo scale: Press to activate one direction scaling") },
|
||||||
|
{ alt, L("Gizmo scale: Press to scale selected objects around their own center") },
|
||||||
|
{ alt, L("Gizmo rotate: Press to rotate selected objects around their own center") },
|
||||||
};
|
};
|
||||||
|
|
||||||
m_full_shortcuts.push_back(std::make_pair(_L("Gizmos"), gizmos_shortcuts));
|
m_full_shortcuts.push_back(std::make_pair(_L("Gizmos"), gizmos_shortcuts));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user