-
-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Labels
Milestone
Description
First of all, thank you for your excellent work on this. Really like the package.
I'm having trouble figuring out how actions could be performed on keypress.
This is the screen of a console app I'm building
This is the code that tries to figure out which key has been pressed.
Unfortunately it know only works by pressing the letter and then enter
. I want to get rid of the required press on enter
to invoke the action.
How can this be achieved?