You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This page describes the behaviour of and notation used for keyboard and mouse inputs in Stencil3.
Keyboard
X: one key
Modifier+X: hold down Modifier while pressing the key
Ctrl is the control key on Windows and Linux and the command key on macOS
Alt is the alt key on Windows and Linux and the option key on macOS
Shift is the shift key
Mouse
L-Click, M-Click and R-Click refer to the left, middle and right mouse buttons
If you do not have access to a middle mouse button, Alt+L-Click is the substitute for M-Click
Dbl-X-Click refers to double-clicking a mouse button.
Scroll refers to scrolling with the mouse wheel. This mostly refers to vertical scrolling, but horizontal scrolling is possible with mice that support it.