Эх сурвалжийг харах

add package name ... install xte with apt install xautomation

micha 2 жил өмнө
parent
commit
8d60f9d306

+ 3 - 0
input/touchscreen.py

@@ -2,6 +2,9 @@
 
 #cat touchscreen_pointer_mapping_5.py 
 
+# xte is in part of xautomation
+# apt install xautomation
+
 import os, tempfile
 import time
 import subprocess

+ 3 - 0
input/touchscreen.sh

@@ -1,4 +1,7 @@
 #!/usr/bin/bash
+# xte is in part of xautomation
+# apt install xautomation
+
 #set -a
 SESSION="touch.py"
 CMD="/usr/bin/python3 /opt/LibreLight/Xdesk/input/touchscreen.py"