Adds list of supported multi-touch gestures #104516
No reviewers
Labels
No Label
Meta
Good First Issue
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
Eevee & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds, Tests & Devices
Module
Python API
Module
Rendering & Cycles
Module
Sculpt, Paint & Texture
Module
User Interface
Module
VFX & Video
Priority
High
Priority
Low
Priority
Normal
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Information from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-manual#104516
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "Joe-Heck/blender-manual:multitouch-controls"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
reference to forum chat related to this PR: https://devtalk.blender.org/t/multi-touch-gesture-documentation/30167
Hi, thanks for the PR. Looks good. One small comment.
@ -103,0 +117,4 @@
- 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.
* - Rotate
I'd prefer "orbit" but wait for @Blendify 's opinion :)
👍 Will update!
Touchpad gestures are also supported on Linux when using Wayland which should be added to this PR.
Thanks! I wasn't aware of the Wayland support - I think the constraint is mentioned in two places (preferences and where this PR touches) - so I'll update to touch both places to add that note.
I'll also switch 'rotate' to 'orbit' - its a far better word to describe it, thanks for the suggestion @PratikPB2123
Thanks for the updating. Small changes I just noticed 😅
@ -105,3 +105,3 @@
.. note::
This panel is only available on Windows or macOS.
This panel is available on Windows, macOS, or Linux with Wayland.
use
and
instead ofor
?@ -103,0 +116,4 @@
* - 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 operationThanks, screwed that up! Fixed - appreciate spotting that!
Thank you, I appreciate the review and merge!