Configuration and customisation
Please note: This FAQ section is designed for system integrators or system administrators that are deploying Wacom tablets across their enterprise.
Disable touch on the DTH-1152
How can I disable touch on the DTH-1152?
- For an individual user change the
key under the TDList map of the WacomTouch.xml file as shown below.
<TDList type="map">
<TD_0 type="map">
<DisplayID type="string">Display_0</DisplayID>
<Enabled type="bool">false</Enabled>
<FilterList type="map">
- To implement for all users on the system add the file below to your System32 folder and remove preferences.
Any tablet added will have touch disabled by default.
If you are interested in other customizations please raise a Support Ticket.
Filename: WacomTabletDefaults-1152-notouch.xml
File contents:
<?xml version="1.0" encoding="utf-8"?>
<!--Author: Wacom Co.,Ltd.-->
<root>
<!-- Customize Tablet touch enabled -->
<TouchEnabled>0</TouchEnabled>
</root>