Use Ctrl+Alt+End as the default panic key rather than Ctrl+Alt+Delete

This commit is contained in:
Aaron Rainbolt 2025-08-06 19:10:37 -05:00
parent 44e7d3059a
commit 2a3bc39eba
No known key found for this signature in database
GPG key ID: A709160D73C79109

View file

@ -17,7 +17,7 @@
## ##
## The default key sequence triggers a shutdown when Ctrl+Alt+Delete is ## The default key sequence triggers a shutdown when Ctrl+Alt+Delete is
## pressed, allowing the use of either the left or right Ctrl and Alt keys. ## pressed, allowing the use of either the left or right Ctrl and Alt keys.
EMERG_SHUTDOWN_KEYS="KEY_LEFTCTRL|KEY_RIGHTCTRL,KEY_LEFTALT|KEY_RIGHTALT,KEY_DELETE" EMERG_SHUTDOWN_KEYS="KEY_LEFTCTRL|KEY_RIGHTCTRL,KEY_LEFTALT|KEY_RIGHTALT,KEY_END"
## Set the maximum number of seconds shutdown can take. If shutdown gets stuck ## Set the maximum number of seconds shutdown can take. If shutdown gets stuck
## for longer than this, the system will forcibly power down. ## for longer than this, the system will forcibly power down.