Sfoglia il codice sorgente

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

micha 2 anni fa
parent
commit
8d60f9d306
2 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  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"