atbswp icon indicating copy to clipboard operation
atbswp copied to clipboard

Touchscreen taps not captured

Open ThePieBandit opened this issue 4 years ago • 3 comments
trafficstars

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.

ThePieBandit avatar Jan 23 '21 05:01 ThePieBandit

Hello, that's weird, I can't reproduce the issue with:

  • Fedora 31
  • Linux 5.3.10
  • Plasma 5.17.5
  • KDE Framework 5.67
  • QT 5.13

Can you try to build atbswp from source and see if the issue persists?

RMPR avatar Jan 25 '21 14:01 RMPR

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

ThePieBandit avatar Mar 12 '21 02:03 ThePieBandit

I'm tempted to ask if the touchscreen works normally in the first place, as in does the tap do what it's meant to do? Also are you using wayland or Xorg?

Le ven. 12 mars 2021 à 03:58, ThePieBandit @.***> a écrit :

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

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/RMPR/atbswp/issues/42#issuecomment-797199714, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFQW2IIAR2RE2CQRGICR5I3TDFYLHANCNFSM4WPM3CWA .

-- Cheers. https://github.com/RMPR Paul.

RMPR avatar Mar 20 '21 21:03 RMPR