How to disable touchpad gesture in gnome 3.14

I am writing a Qt application and I want to do left screen gestures, but it conflicts with the gnome gestures touchscreen . I have tried all possible gnome extensions, customization tools ... I need to disable it, does anyone know how to disable these gestures? PC: Fedora 21, Gnome 3.14.2

+3


source to share


1 answer


I built this extension based on another question that does what you need.



If you want to know exactly how I did it:

  • Created a new Gnome extension with gnome-shell-extension-tool --create-extension

  • Used the code from the top answer at # 36896556 on extension.js

    , thanks to @kepler_kingsnake
  • Reserved it and uploaded it to Gnome Extensions
  • Realized that a bunch of unnecessary code was added from the extension tool and removed :)
+1


source







All Articles