jorigel
Results
1
comments of
jorigel
Hi folks, I'm trying to explain my problem with a little piece of code: **begin** import keyboard keyboard.wait('ctrl+alt+p') keyboard.write('Test') #print('Test') **end** I'm expecting a written 'Test' in the active window...