请看该文:
https://blog.csdn.net/NiYintang/article/details/86653726
这个是我的自定义配置
swipe:
3:
left:
command: 'xdotool key super+h'
right:
command: 'xdotool key ctrl+alt+t'
up:
command: 'xdotool key super+s'
down:
command: 'xdotool key ctrl+super+d'
4:
left:
command: 'xdotool key super+Left'
right:
command: 'xdotool key super+Right'
up:
command: 'xdotool key super+Up'
down:
command: 'xdotool key super+Down'
pinch:
in:
command: 'xdotool key ctrl+plus'
out:
command: 'xdotool key ctrl+minus'
threshold:
swipe: 0.1
pinch: 0.1
interval:
swipe: 0,1
pinch: 0.1