atbswp icon indicating copy to clipboard operation
atbswp copied to clipboard

Hot key not recorded

Open borderline23 opened this issue 4 years ago • 2 comments
trafficstars

Hi windows 10 last versione of atbswp

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

borderline23 avatar Aug 11 '21 05:08 borderline23

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

RMPR avatar Aug 11 '21 21:08 RMPR

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)

borderline23 avatar Aug 12 '21 08:08 borderline23

This issue already exists #14

RMPR avatar Jan 13 '23 18:01 RMPR