├── LICENSE ├── README.md └── src ├── contents ├── config │ └── main.xml └── ui │ ├── config.ui │ └── main.qml └── metadata.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diredocks/gesture-evolution/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diredocks/gesture-evolution/HEAD/README.md -------------------------------------------------------------------------------- /src/contents/config/main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diredocks/gesture-evolution/HEAD/src/contents/config/main.xml -------------------------------------------------------------------------------- /src/contents/ui/config.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diredocks/gesture-evolution/HEAD/src/contents/ui/config.ui -------------------------------------------------------------------------------- /src/contents/ui/main.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diredocks/gesture-evolution/HEAD/src/contents/ui/main.qml -------------------------------------------------------------------------------- /src/metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diredocks/gesture-evolution/HEAD/src/metadata.json --------------------------------------------------------------------------------