We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#!/bin/env python3 # Created by atbswp (https://github.com/rmpr/atbswp) # on 05 Nov 2020 import pyautogui import time pyautogui.FAILSAFE = False pyautogui.moveTo(1087, 812) pyautogui.mouseDown(565, 342, 'left') pyautogui.mouseUp(565, 342, 'left') time.sleep(2) pyautogui.mouseDown(906, 338, 'left') pyautogui.mouseUp(906, 338, 'left') time.sleep(1) pyautogui.mouseDown(829, 498, 'left') pyautogui.mouseUp(829, 498, 'left') time.sleep(1) pyautogui.mouseDown(867, 651, 'left') pyautogui.mouseUp(867, 651, 'left') time.sleep(2) pyautogui.mouseDown(941, 200, 'left') pyautogui.mouseUp(941, 200, 'left') time.sleep(1)
Linux Mageia 8
Plasma
Python 3.8.7
The strings of the pop-up "Repeat Count" are not translated ("Repeat Count" and "Choose a repeat count").
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
Checklist
Verbose log
Miscellaneous information
Operating System
Linux Mageia 8
Desktop Environment/Window Manager
Plasma
Python version
Python 3.8.7
Description
The strings of the pop-up "Repeat Count" are not translated ("Repeat Count" and "Choose a repeat count").
The text was updated successfully, but these errors were encountered: