⏪ Re-implement trackpad/mouse choice and defau…
This commit is contained in:
@ -3,16 +3,24 @@ title: Graph
|
||||
icon: game-board
|
||||
---
|
||||
|
||||
import { LoomVideo } from '/snippets/loom-video.mdx'
|
||||
|
||||
The Graph is where you arrange your conversation flow and connect the Typebot [blocks](./blocks/overview) together.
|
||||
|
||||
## Gestures
|
||||
|
||||
**Select**: Drag with `Left click`
|
||||
In the user preferences, under the `Graph Gestures` section, you can choose between `Mouse` and `Trackpad` gestures.
|
||||
|
||||
**Zoom**: `Ctrl` + `Mouse wheel` on a mouse or `pinch` on a trackpad
|
||||
### Mouse
|
||||
|
||||
**Pan** / **Move**: Drag with `Space` + `Left click` on a mouse or `two-finger drag` on a trackpad
|
||||
**Select**: `Shift` + `Left click` drag
|
||||
|
||||
<LoomVideo id="200d88212d44421fb713a7623e222c9b" />
|
||||
**Zoom**: `Ctrl` + `Mouse wheel`
|
||||
|
||||
**Pan**: `Left click` drag or `Mouse wheel` for vertical pan and `Shift` + `Mouse wheel` for horizontal pan
|
||||
|
||||
### Trackpad
|
||||
|
||||
**Select**: `Click` + drag
|
||||
|
||||
**Zoom**: Pinch
|
||||
|
||||
**Pan**: Use two finger
|
||||
|
Reference in New Issue
Block a user