RMPR / atbswp

A minimalist macro recorder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Touchscreen taps not captured

ThePieBandit opened this issue · comments

Checklist

  • [ X ] I use the latest release of atbswp
  • [ X ] The issue is not existing yet

Verbose log

#!/bin/env python3
# Created by atbswp (https://github.com/rmpr/atbswp)
# on 22 Jan 2021 
import pyautogui
import time
pyautogui.FAILSAFE = False

time.sleep(1)
time.sleep(2)
time.sleep(8)
time.sleep(2)
time.sleep(17)
time.sleep(1)
time.sleep(1)
time.sleep(1)
time.sleep(86)
time.sleep(2)
time.sleep(3)
time.sleep(2)
time.sleep(5)
time.sleep(1)
time.sleep(1)
time.sleep(1)
time.sleep(1)
time.sleep(1)
time.sleep(1)
time.sleep(22)
time.sleep(14)

Miscellaneous information

Operating System

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=20.04
DISTRIB_CODENAME=focal
DISTRIB_DESCRIPTION="Ubuntu 20.04.1 LTS"

Desktop Environment/Window Manager

Operating System: Kubuntu 20.04
KDE Plasma Version: 5.18.5
KDE Frameworks Version: 5.68.0
Qt Version: 5.12.8
Kernel Version: 5.4.0-60-generic
OS Type: 64-bit
Processors: 4 × Intel® Core™ i7-6600U CPU @ 2.60GHz
Memory: 11.4 GiB of RAM

Python version

3.8.5

Description

I have a thinkpad T460s and I tried recording using the built in touchscreen. As you can see from the tmp file, it recorded the pauses inbetween taps, but not the taps themsleves. It would be nice if the tool could record touchscreens as well; it can cut down on mouse movements recorded.

Yep, ran from the most up to date source, touching my laptop touchscreen does not register taps. Don't think it picks up moves either