Modify trackpad gesture
Tofloor
poster avatar
christophebe
deepin
2020-05-17 12:50
Author
Hello,

I would like to add support to go back/forward in a browser with the touchpad (equivalent of alt left/rigth). I modiy the gesture.json but it doesn't work.
Here are my modifications :
    {
        "Name": "swipe",
        "Direction": "left",
        "Fingers": 4,
        "Action": {
            "Type": "commandline",
            "Action": "xdotool key alt+Right"
        }
    },
    {
        "Name": "swipe",
        "Direction": "right",
        "Fingers": 4,
        "Action": {
            "Type": "commandeline",
            "Action": "xdotool key alt+Left"
        }
    },


Is it not correct ?
Thanks

Reply Favorite View the author
All Replies

No replies yet