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!