mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-29 19:53:44 -06:00 
			
		
		
		
	Follow-up of 68a7e5ce41 -> Updated keyboard shortcuts dialog
				
					
				
			This commit is contained in:
		
							parent
							
								
									acbf25681a
								
							
						
					
					
						commit
						0e04c84879
					
				
					 1 changed files with 9 additions and 4 deletions
				
			
		|  | @ -190,10 +190,15 @@ void KBShortcutsDialog::fill_shortcuts() | |||
|         m_full_shortcuts.push_back(std::make_pair(_L("Plater"), plater_shortcuts)); | ||||
| 
 | ||||
|         Shortcuts gizmos_shortcuts = { | ||||
|             { "Shift+", L("Press to snap by 5% in Gizmo scale\nor to snap by 1mm in Gizmo move") }, | ||||
|             { "F", L("Scale selection to fit print volume\nin Gizmo scale") }, | ||||
|             { ctrl, L("Press to activate one direction scaling in Gizmo scale") }, | ||||
|             { alt, L("Press to scale (in Gizmo scale) or rotate (in Gizmo rotate)\nselected objects around their own center") }, | ||||
| #if ENABLE_PAN_ROTATE_SCENE_IN_GIZMOS | ||||
|             { ctrl, L("All gizmos: Press to rotate view with mouse left or to pan view with mouse right") }, | ||||
| #endif // ENABLE_PAN_ROTATE_SCENE_IN_GIZMOS
 | ||||
|             { "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)); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 enricoturri1966
						enricoturri1966