mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +00:00
Bonsai docs - add page to list hotkeys
See https://docs-unstable.bonsaibim.org/reference/hotkeys.html
This commit is contained in:
@@ -69,6 +69,7 @@ and data-rich OpenBIM with Blender :)
|
||||
reference/interface
|
||||
reference/topbar
|
||||
reference/properties
|
||||
reference/hotkeys
|
||||
|
||||
Need more help? Join the `live chat <https://osarch.org/chat/>`__ or `community
|
||||
forums <https://community.osarch.org>`__. Something strange happening? Please
|
||||
|
||||
@@ -0,0 +1,39 @@
|
||||
Hotkeys
|
||||
=========
|
||||
|
||||
This page lists global Bonsai hotkeys.
|
||||
|
||||
There are more hotkeys but they're tied to specific tools (e.g. Multi Object Tool, Annotation Tool, etc).
|
||||
They can be found in the UI when tool is selected.
|
||||
|
||||
|
||||
Blender Hotkeys Overrides
|
||||
-------
|
||||
|
||||
As IFC objects are special in Blender, there are some IFC operators that repeat Blender functionality,
|
||||
but ensure the changes are in sync with IFC.
|
||||
|
||||
IFC operators should be preferred always over Blender operators, when working with IFC project.
|
||||
|
||||
For convenience, related hotkeys are overridden using their IFC versions.
|
||||
|
||||
- :kbd:`Ctrl` + :kbd:`N`- New Project Menu
|
||||
- :kbd:`Ctrl` + :kbd:`S`- Save IFC Project (and Blender project if it was saved previously)
|
||||
- :kbd:`Ctrl` + :kbd:`J` - IFC Join
|
||||
- :kbd:`Shift` + :kbd:`D` - IFC Duplicate
|
||||
- :kbd:`Alt` + :kbd:`D` - IFC Duplicate Linked
|
||||
- :kbd:`Ctrl` + :kbd:`V` - IFC Paste
|
||||
- :kbd:`M` - IFC Move
|
||||
- :kbd:`Tab` - IFC Mode Set Edit
|
||||
- :kbd:`X` - IFC Delete
|
||||
- :kbd:`Shift` + :kbd:`X` - IFC Delete (global)
|
||||
- :kbd:`Del` - IFC Delete (no confirmation)
|
||||
- :kbd:`Shift` + :kbd:`Del` - IFC Delete (no confirmation, global)
|
||||
- :kbd:`P` - IFC Separate (in Mesh Edit Mode)
|
||||
|
||||
|
||||
Bonsai Special Hotkeys
|
||||
-------
|
||||
|
||||
- :kbd:`Ctrl` + :kbd:`Shift` + :kbd:`D` - Duplicate IFC Aggregate
|
||||
- :kbd:`Ctrl` + :kbd:`Tab` - Switch Tab (in Bonsai Properties Panel)
|
||||
Reference in New Issue
Block a user