Adds list of supported multi-touch gestures #104516

Merged
Aaron Carlisle merged 3 commits from Joe-Heck/blender-manual:multitouch-controls into main 2023-07-21 05:52:05 +02:00
Showing only changes of commit e757bd5f42 - Show all commits

View File

@ -21,8 +21,9 @@ Blender supports various types of input devices:
- Keyboard (recommended: keyboard with numeric keypad, English layout works best)
- Mouse (recommended: three button mouse with scroll wheel)
- NDOF Device (also known as *3D Mouse*)
- Graphic Tablet
- Touchpad
- NDOF Device (also known as *3D Mouse*)
.. note::
@ -100,6 +101,27 @@ as well as provide additional controls such as pressure sensitivity.
.. _hardware-ndof:
Touchpad
--------
Touchpad controls are available on Windows or macOS, and control the mouse cursor using your fingers.
If you are working from a laptop without a mouse,
you can emulate controls using multi-touch gestures with the trackpad from :doc:`Preferences </editors/preferences/input>`.
.. list-table:: Supported multi-touch gestures
:header-rows: 1
* - Gesture
- Effect
* - Pan
- Hold the :kbd:`Shift` key while dragging two fingers on the pad.
* - Zoom
- Hold the :kbd:`Alt` or :kbd:`OSKey` key while dragging two fingers on the pad.

On windows, ctrl + finger drag does the zoom operation

On windows, `ctrl + finger drag` does the zoom operation

Thanks, screwed that up! Fixed - appreciate spotting that!

Thanks, screwed that up! Fixed - appreciate spotting that!
* - Rotate
Joe-Heck marked this conversation as resolved Outdated

I'd prefer "orbit" but wait for @Blendify 's opinion :)

I'd prefer "orbit" but wait for @Blendify 's opinion :)

👍 Will update!

👍 Will update!
- Drag two fingers on the pad.
* - Emulate right-click
- Tap two fingers on the pad.
NDOF (3D Mouse)
---------------