首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Fusuma/Xdotool文件无法工作20.04

Fusuma/Xdotool文件无法工作20.04
EN

Ask Ubuntu用户
提问于 2021-04-29 04:43:06
回答 1查看 193关注 0票数 1

我在~/. config /fusuma/config.yml中写入了配置文件

这是配置文件

代码语言:javascript
复制
swipe:
3:
left:
  command: "xdotool key Alt+Right" # History forward 
right:
  command: "xdotool key Alt+Left" # History back
up:
  command: "xdotool key Super" # Activity
down:
  command: "xdotool key Super" # Activity
4:
left:
  command: "xdotool key Ctrl+Alt+Down" # Switch to next workspace
right:
  command: "xdotool key Ctrl+Alt+Up" # Switch to previous workspace
up:
  command: "xdotool key Ctrl+Alt+Down" # Switch to next workspace
down:
  command: "xdotool key Ctrl+Alt+Up" # Switch to previous workspace
pinch:
in:
  command: "xdotool keydown Ctrl click 4 keyup Ctrl" # Zoom in
out:
  command: "xdotool keydown Ctrl click 5 keyup Ctrl" # Zoom out

这是终端输出中的输出

EN

回答 1

Ask Ubuntu用户

发布于 2021-04-29 21:47:07

请检查fusuma正确加载您的配置文件。请粘贴$ fusuma --version输出

票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1334777

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档