This repository has been archived by the owner on Feb 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 137
Keyboard Shortcuts
Henry de Jongh edited this page Mar 5, 2018
·
1 revision
These are the default shortcuts for SabreCSG.
Shortcut | Function | Added In |
---|---|---|
Ctrl + Shift + R (PC) Cmd + Shift + R (OSX) |
Rebuild active CSG Model | 1.1 |
Space | Cycle editing tool | 1.0 |
Shift + Space | Cycle back editing tool | 1.0 |
, | Halve positional snapping | 1.0 |
. | Double positional snapping | 1.0 |
/ | Toggle positional snapping | 1.0 |
A or numpad + | Change selected brush to additive | 1.0 |
S or numpad – | Change selected brush to subtractive | 1.0 |
H | Toggle brush hiding | 1.3 |
G | Group selected brushes | 1.3 |
Shift + G | Ungroup selected brushes | 1.3 |
Shift + , | Halve angular snapping | 1.3 |
Shift + . | Double angular snapping | 1.3 |
Shift + / | Toggle angular snapping | 1.4 |
J | Activate axis align radial menu | 1.4 |
Shift + R | Change to resize tool | 1.5.1 |
Shift + V | Change to vertex tool | 1.5.1 |
Shift + F | Change to face tool | 1.5.1 |
Shift + C | Change to clip tool | 1.5.1 |
Shift + D | Change to draw tool | 1.5.1 |
Shortcut | Function | Added In |
---|---|---|
Q | Switch to resize bounds | 1.1 |
W | Switch to translate widget | 1.1 |
E | Switch to rotate widget | 1.1 |
Shortcut | Function | Added In |
---|---|---|
Return | Apply clip | 1.0 |
R | Reverse clip plane | 1.0 |
Shift + Return | Apply split | 1.3 |
L | Add edge loop | 1.3 |
Shortcut | Function | Added In |
---|---|---|
Ctrl + Shift + LMB | Follow Last Face | 1.3 |
C + LMB | Copy Last Material | 1.3 |
Shortcut | Function | Added In |
---|---|---|
Backspace or Delete | Remove last point | 1.4 |
Most shortcuts are currently defined in a script file, but are very simple to change. To change a shortcut simply open the following file:
Assets/SabreCSG/Scripts/Input/KeyMappings.cs
You’ll see a list of function to key mappings. Changing the key and resaving the file will update the shortcuts. Some shortcuts are tied to equivalent key mappings set in Unity. To change these open Unity’s preferences and navigate to the Keys section.
For more information visit the official http://sabrecsg.com/ website, or join the official discord server:
Tutorials
Brush Tools
Primitive Brushes
Compound Brushes
Resources
Requests for comments