boppreh / keyboard

Hook and simulate global keyboard events on Windows and Linux.
MIT License
3.77k stars 433 forks source link

Use tabulation in forms #545

Open PitiPipouSauvage opened 2 years ago

PitiPipouSauvage commented 2 years ago

I'm trying to create a bot that must go threw forms on internet but i can't find a way of using tab . I found the "\t" but it doesn't solve my problem .

Sick-E commented 2 years ago

You mean tabulation like tab key ?

Because simple use of "tab" as argument works for me.

keyboard.press("tab") keyboard.release("tab")