Ive been trying to make a simple program that if i press the 'TAB' button it automatically presses 'Alt' (in a loop) Also i want it to work when python isnt the main program im using, like say a macro program.
import pygame
while True:
if pygame.K_TAB:
ye nvm im realy pretty clueless.