Skip to content

Instantly share code, notes, and snippets.

@leveled
Created May 17, 2022 22:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leveled/b6594b79d807eded911c6ecd0b5dfb79 to your computer and use it in GitHub Desktop.
Save leveled/b6594b79d807eded911c6ecd0b5dfb79 to your computer and use it in GitHub Desktop.
Passthrough Ctrl-C to Qemu Guest
#change interrupt key to ctrl-]
stty intr ^]
#now ctrl-c will be passed through to guest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment