当前位置: 首页 > 工具软件 > Fusuma > 使用案例 >

fusuma配置

沈巴英
2023-12-01

fusuma配置

swipe:
  3:
    left:
      command: "xdotool key alt+Right" 
    right:
      command: "xdotool key alt+Left" 
    up:
      command: 'xdotool key ctrl+alt+Down'
    down:
      command: 'xdotool key ctrl+alt+Up'
 
pinch:
  2:
    in:
      command: 'xdotool key ctrl+equal'
    out:
      command: 'xdotool key ctrl+minus'
  4:
    in:
      command: 'xdotool key super+a'
    out:
      command: 'xdotool key super+s'
 
threshold:
  swipe: 0.3
  pinch: 0.1
 
interval:
  swipe: 1
  pinch: 1


 类似资料: