boppreh / keyboard

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

Var not updating after keyboard.wait #509

Closed Luphaestus closed 2 years ago

Luphaestus commented 2 years ago

Im trying to make a command line menu using keyboard. I have a integer that tells me the current choice that is picked. however, Its not updating after keyboard.wait.

Here is my code if your interested.