Skip to content

Commit

Permalink
Fix touchscreen for Xournal++
Browse files Browse the repository at this point in the history
  • Loading branch information
AgenttiX committed Oct 23, 2024
1 parent 0b3b5d4 commit 5661197
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion xournalpp/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
<attribute name="deviceSource" type="int" value="0"/>
</data>
<data name="G2Touch Multi-Touch by G2TSP">
<attribute name="deviceClass" type="int" value="3"/>
<attribute name="deviceClass" type="int" value="4"/>
<attribute name="deviceSource" type="int" value="5"/>
</data>
<data name="Generic USB Audio Consumer Control">
Expand Down Expand Up @@ -216,6 +216,10 @@
<attribute name="deviceClass" type="int" value="1"/>
<attribute name="deviceSource" type="int" value="6"/>
</data>
<data name="Synaptics TM3276-022">
<attribute name="deviceClass" type="int" value="1"/>
<attribute name="deviceSource" type="int" value="6"/>
</data>
<data name="TPPS/2 IBM TrackPoint">
<attribute name="deviceClass" type="int" value="1"/>
<attribute name="deviceSource" type="int" value="7"/>
Expand Down

0 comments on commit 5661197

Please sign in to comment.