diff --git a/conf.py b/conf.py
index c6d6e53..a5a6ac8 100644
--- a/conf.py
+++ b/conf.py
@@ -20,7 +20,9 @@
]
myst_enable_extensions = [
- "colon_fence"
+ "colon_fence",
+ "attrs_block",
+ "attrs_inline"
]
templates_path = ['_templates']
diff --git a/faq/basic.md b/faq/basic.md
index 6e3197b..0790248 100644
--- a/faq/basic.md
+++ b/faq/basic.md
@@ -6,13 +6,14 @@
- Q: Can i use this without a touch tablet?
- - A: Not currently, however, i do think that being able to trigger single-touch festures with just a pen would be a good idea
- (Soft Keys for example).
+ - A: Not currently, however, i do think that being able to trigger single-touch gestures with just a pen would be a good idea
+ (Soft Keys comes to mind).
- Q: Can i specify which tablet to configure?
- - A: Not currently, but an in-interface dropdown will be a neccessity for proper support of OpenTabletDriver 0.6.x & later.
+ - A: You can change the configured tablet the same way as OpenTabletDriver 0.6,x, using a dropdown located at the bottom left of the interface.
+ It is however only available in the 0.6.x version as it's the only version that currently supports multiple tablets.
diff --git a/faq/troubleshooting.md b/faq/troubleshooting.md
index 7ef5132..3ab3b43 100644
--- a/faq/troubleshooting.md
+++ b/faq/troubleshooting.md
@@ -2,7 +2,11 @@
- Q: The Plugin does not seem to work.
- A: Make sure that you have followed the installation guide carefully, and that you have the correct dependencies installed. \
- If the plugin has initialized properly, you should see a line that says `[Touch Gestures:Info] Initialized` in OpenTabletDriver's console. \
+ If the plugin has initialized properly, you should see any of the following lines in OpenTabletDriver's console:
+ ```log
+ [Touch Gestures Daemon:Info] Initialized
+ [Touch Gestures:Info] Now handling touch gesture for: Wacom CTH-470
+ ```
At that point you should also be able to trigger the gestures you have set up & you the interface should be able to connect to the plugin.
diff --git a/installation_guide/installation.md b/installation_guide/installation.md
index 5a6e369..d1893e5 100644
--- a/installation_guide/installation.md
+++ b/installation_guide/installation.md
@@ -7,26 +7,35 @@ Now that you have installed and setup the dependencies, you can now proceed to i
There are two ways to install the plugin, either from the Plugin Manager or from the repository. \
I do recommend installing it from the Plugin Manager as it is easy to use & likely to be the latest stable version.
+(from-manager)=
### From the Plugin Manager
1. Open `OpenTabletDriver.UX` and go to `Plugins` > `Open Plugin Manager`,
-2. Look for `Touch Gestures` in the list, select it and click `Install`,
+2. Look for `Touch Gestures Installer` in the list, select it and click `Install`,
3. Close the Plugin Manager,
-4. Go to the `Filters` tab and select `Touch Gestures`,
-5. Enable it.
-6. Got to the `Tools` tab and select `Touch Gestures Daemon`,
-7. Enable it.
+4. Go to the `Tools` tab and select `Touch Gestures Installer`,
+6. Enable it then click Apply.
+7. Restart OpenTabletDriver, then proceed with [](#plugin-setup).
+(from-repo)=
### From the Repository
-1. Download `Touch-Gestures.dll` from the [Latest Release](https://github.com/Mrcubix/Touch-Gestures/releases/latest)
+1. Download `Touch-Gestures.Installer.dll` from the [Latest Release](https://github.com/Mrcubix/Touch-Gestures/releases/latest)
2. Open `OpenTabletDriver.UX` and go to `Plugins` > `Open Plugin Manager`,
-3. Go to `File` > `Install Plugin` and select the downloaded `Touch-Gestures.dll`,
-4. Close the Plugin Manager
-5. Go to the `Filters` tab and select `Touch Gestures`,
-6. Enable it.
-7. Got to the `Tools` tab and select `Touch Gestures Daemon`,
-8. Enable it.
+3. Go to `File` > `Install Plugin` and select the downloaded `Touch-Gestures.Installer.dll`,
+4. Close the Plugin Manager,
+5. Go to the `Tools` tab and select `Touch Gestures Installer`,
+6. Enable it then click Apply.
+7. Restart OpenTabletDriver, then proceed with [](#plugin-setup).
+
+(plugin-setup)=
+## Setting Up The Plugin
+
+4. Go to the `Filters` tab and select `Touch Gestures`,
+5. Enable it.
+6. Got to the `Tools` tab and select `Touch Gestures Daemon`,
+7. Enable it.
+8. Click Save / Apply, once that's done you can proceed with downloading the interface.
## Downloading the Interface