Created
May 17, 2022 22:55
-
-
Save leveled/b6594b79d807eded911c6ecd0b5dfb79 to your computer and use it in GitHub Desktop.
Passthrough Ctrl-C to Qemu Guest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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