Remap Ctrl+C and Ctrl+D back to itself.

Closes #27.
This commit is contained in:
Jason R. Coombs
2025-01-27 15:09:43 -05:00
parent 410d0a4199
commit ec12c26dc8

View File

@@ -107,3 +107,7 @@ Ctrl & Tab::AltTab
Suspend(false) Suspend(false)
return return
} }
; restore support for Ctrl+C (break) and Ctrl+D (EOF)
!c::Send("^c")
!d::Send("^d")