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

Hot key not recorded #69

Closed
borderline23 opened this issue Aug 11, 2021 · 3 comments
Closed

Hot key not recorded #69

borderline23 opened this issue Aug 11, 2021 · 3 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@borderline23
Copy link

Hi
windows 10
last versione of atbswp

the tool don't recognized hot key like ctrl + tab

@RMPR
Copy link
Owner

RMPR commented Aug 11, 2021

Please can you follow the issue template? It will help me to sort the issue more quickly.

@borderline23
Copy link
Author

yautogui.moveTo(1058, 259)
pyautogui.moveTo(1037, 256)
pyautogui.moveTo(1016, 252)
pyautogui.mouseDown(1015, 254, 'left')
pyautogui.mouseUp(1015, 254, 'left')
time.sleep(12)
pyautogui.press('### This key is not supported yet')
pyautogui.press('### This key is not supported yet')
pyautogui.keyDown('tab')
pyautogui.keyUp('tab')
pyautogui.keyUp('### This key is not supported yet')
time.sleep(1)

@RMPR RMPR added bug Something isn't working good first issue Good for newcomers labels Aug 29, 2021
@RMPR
Copy link
Owner

RMPR commented Jan 13, 2023

This issue already exists #14

@RMPR RMPR closed this as completed Jan 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants