Replies: 1 comment 1 reply
-
Could you try this configuration? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi,
I want to know how to achieve switching applications using touch pad, instead of clicking win+tab keys or Alt tab, using fusuma. I am using ubuntu 20.04
I tried with following config file, but didnt work for me. Please comment how achieve my usecase
swipe:
3:
left:
command: 'xdotool key alt+Left'
right:
command: 'xdotool key alt+Right'
up:
command: 'xdotool key super+Up'
down:
command: 'xdotool key super+Down'
4:
left:
command: 'xdotool key super+tab+Left'
right:
command: 'xdotool key super+tab+Right'
up:
command: 'xdotool key ctrl+alt+Down'
down:
command: 'xdotool key ctrl+alt+Up'
pinch:
in:
command: 'xdotool keydown ctrl click 4 keyup ctrl'
out:
command: 'xdotool keydown ctrl click 5 keyup ctrl'
Beta Was this translation helpful? Give feedback.
All reactions