Skip to content
New issue

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

Keyboard shortcut to access the repeat count setting doesn't work anymore #59

Closed
2 tasks done
dbitouze opened this issue May 17, 2021 · 2 comments
Closed
2 tasks done

Comments

@dbitouze
Copy link
Contributor

Checklist

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

Verbose log

#!/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)

Miscellaneous information

Operating System

Linux Mageia 8

Desktop Environment/Window Manager

Plasma

Python version

Python 3.8.9

Description

The Ctrl+R keyboard shortcut to access the repeat count setting, that used to work nicely with atbswp 0.2, doesn't work with atbswp 0.3.0.

RMPR pushed a commit that referenced this issue May 18, 2021
This commit is an attempt to fix #59
@RMPR
Copy link
Owner

RMPR commented May 18, 2021 via email

@dbitouze
Copy link
Contributor Author

dbitouze commented May 18, 2021

You are welcomed to test

Seems to work nicely. And, ice on the cake, the F11 shortcut seems to work again, too: thanks!

@RMPR RMPR closed this as completed in eabaeb6 Jun 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants