README.md in fusuma-1.6.0 vs README.md in fusuma-1.7.0

- old
+ new

@@ -74,10 +74,17 @@ ```bash $ mkdir -p ~/.config/fusuma # create config directory $ nano ~/.config/fusuma/config.yml # edit config file. ``` +### About YAML Basic Syntax +* Comments in YAML begins with the (#) character. +* Comments must be separated from other tokens by whitespaces. +* Indentation of whitespace is used to denote structure. +* Tabs are not included as indentation for YAML files. + + ### Example 1: Gesture Mapping for elementary OS ```yaml swipe: 3: @@ -243,13 +250,26 @@ | Name | About | |--------------------------------------------------------------------------------|-----------------------------------------------| | [fusuma-plugin-sendkey](https://github.com/iberianpig/fusuma-plugin-sendkey) | Emulates keyboard events | | [fusuma-plugin-wmctrl](https://github.com/iberianpig/fusuma-plugin-wmctrl) | Manages Window and Workspace | | [fusuma-plugin-keypress](https://github.com/iberianpig/fusuma-plugin-keypress) | Detects gestures while pressing multiple keys | +| [fusuma-plugin-tap](https://github.com/iberianpig/fusuma-plugin-tap) | Detects Tap and Hold gestures | +## Tutorial Video + +[![Multitouch Touchpad Gestures in Linux with Fusuma](http://img.youtube.com/vi/bn11Iwvf29I/0.jpg)](http://www.youtube.com/watch?v=bn11Iwvf29I "Multitouch Touchpad Gestures in Linux with Fusuma") +[Multitouch Touchpad Gestures in Linux with Fusuma](http://www.youtube.com/watch?v=bn11Iwvf29I) by [Eric Adams](https://www.youtube.com/user/igster75) + + ## Support -[![Patreon](https://c5.patreon.com/external/logo/become_a_patron_button.png)](https://www.patreon.com/iberianpig) +I'm a Freelance Engineer in Japan and working on these products after finishing my regular work or on my holidays. +Currently, my open-source contribution times is not enough. +If you like my work and want to contribute and become a sponsor, I will be able to focus on my projects. + +* [GitHub Sponsors](https://github.com/sponsors/iberianpig) (Zero fee!) +* [Patreon](https://www.patreon.com/iberianpig) + ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/iberianpig/fusuma. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.