他们禁用了它,我在谷歌上搜索到的所有涉及向 /etc/X11/xorg.conf 添加内容的食谱都对我不起作用。
重新启用它的正确方法是什么?
在已经运行的 X 服务器中,每个会话:
setxkbmap $LAYOUT option "terminate:ctrl-alt-bksp"
全局作为xorg.conf中的 X 配置
Section "InputClass"
Identifier "keyboard defaults"
MatchIsKeyboard "on"
Option "XKbOptions" "terminate:ctrl-alt-bksp"
EndSection
见这里。
为 Ubuntu 10.04 启用 Ctrl-Alt-Backspace
选择“系统”->“首选项”->“键盘”
选择“布局”选项卡,然后单击“布局选项”按钮。
选择“Key sequence to kill the X server”并启用“Control + Alt + Backspace”。