boppreh / keyboard

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

how to enter tab #491

Open tlyeung opened 3 years ago

tlyeung commented 3 years ago

i have looked up the doc twice, ctrl+f searched again, I don't see anything about how to enter a "tab" key. is this a valid function there? any idea?

boppreh commented 3 years ago

There's no single table of key names because it depends on OS and local language, but just using the string 'tab' should definitely have worked.