Ma7moud3ly / micro-repl

MIT License
62 stars 5 forks source link

Keyboard Interrupts don't work (at least with in-device keyboard) #32

Open Oriebugg opened 1 month ago

Oriebugg commented 1 month ago

I have a project that uses sys.stdin.read and it needs Ctrl+C to end. I installed "Unexpected keyboard" because it has its own Ctrl key. Nothing happens when I use Ctrl+C or Ctrl+D. I have not tried using a physical keyboard as I don't have access to one right now but I might give an update once I've tested it. If it's truly not supported then please do consider implementing it as keyboard interrupts are quite important for a lot of scenarios. Thank you!

Oriebugg commented 1 month ago

External hardware keyboard does not work.