npcole / npyscreen

Automatically exported from code.google.com/p/npyscreen
Other
479 stars 109 forks source link

Take action immediately after option select #126

Open Kasherpete opened 11 months ago

Kasherpete commented 11 months ago

I have a question (not an issue, sorry abt that) regarding being able to select from a list of options.

My program currently uses TitleSelectOne to show options, and action is taken after the ok button is pressed. But, I really need it to take action right after the enter key is pressed.

I didn't really want to post this on StackOverflow, so sorry again for cluttering up the issues tab. Thanks in advance!

Kasherpete commented 11 months ago

UPDATE: I have a workaround for now, it's a bit janky, but it works. I just need to know if there is a built in method for this now?