Переглянути джерело

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

micha 2 роки тому
батько
коміт
8d60f9d306
2 змінених файлів з 6 додано та 0 видалено
  1. 3 0
      input/touchscreen.py
  2. 3 0
      input/touchscreen.sh

+ 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"