Ctrl + Break and Ctrl + C are treated slightly differently by Windows. Ctrl + Break is always a signal, but an application can override the functionality of Ctrl + C.
Please see https://docs.microsoft.com/en-us/windows/console/ctrl-c-and-ctrl-break-signals
I’ve dealt with this issue many times in the past (in other applications) in which I tried Ctrl + C but got nowhere. As such, I prefer the current behavior.
Your Surface 4 keyboard simply doesn’t have a Break or Pause key. Either try getting another keyboard, use the Pause on the on screen keyboard, use a 3rd party utility to map the keystroke, or just use Ctrl + C. Many people have complained about this issue, but I don’t consider it a Django issue.
--
You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
django-develop...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-developers/ee88cce3-3f7e-4ca8-b2af-e1bc4b1fe8c4n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/602088ed84714747a4b095939e18cd93%40Exchange.ISS.LOCAL.
Would it be bad to have Django respond to both shortcuts?