Bonsai docs - add page to list hotkeys

See https://docs-unstable.bonsaibim.org/reference/hotkeys.html
This commit is contained in:
Andrej730
2025-05-05 13:16:45 +05:00
parent 1ce78f3c65
commit 8fe1a63339
2 changed files with 40 additions and 0 deletions
+1
View File
@@ -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
+39
View File
@@ -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)