name: desktop-scroll description: 在指定方向滚动鼠标滚轮。当您需要滚动页面/文档内容、浏览长列表,或配合Ctrl键缩放时使用。方向 - 上/下/左/右。 system: true handler: desktop tool-name: desktop_scroll category: Desktop
桌面滚动
滚动鼠标滚轮。
参数
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| direction | string | 是 | 滚动方向:up/down/left/right |
| amount | integer | 否 | 滚动格数,默认 3 |
方向
up: 向上滚动down: 向下滚动left: 向左滚动right: 向右滚动
示例
向下滚动:
{"direction": "down"}
向上滚动 5 格:
{"direction": "up", "amount": 5}
使用场景
- 滚动页面/文档内容
- 浏览长列表
- 配合 Ctrl 键缩放
相关技能
desktop-click: 点击滚动区域desktop-hotkey: 快捷键操作