mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-11-25 22:06:54 -05:00
Use Ctrl+Alt+End as the default panic key rather than Ctrl+Alt+Delete
This commit is contained in:
parent
44e7d3059a
commit
2a3bc39eba
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
##
|
||||
## 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.
|
||||
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
|
||||
## for longer than this, the system will forcibly power down.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue