如何在 Ubuntu 中重新启用 control+alt+backspace 来杀死 X?

发布于 2024-10-17 00:02:32 字数 1549 浏览 4 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

场罚期间 2024-10-24 00:02:32

在已运行的 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

In an already running X server, per session:

setxkbmap $LAYOUT option "terminate:ctrl-alt-bksp"

Globally as a X configuration in xorg.conf

Section "InputClass"
    Identifier "keyboard defaults"
    MatchIsKeyboard "on"

    Option "XKbOptions" "terminate:ctrl-alt-bksp"
EndSection
究竟谁懂我的在乎 2024-10-24 00:02:32

请参阅此处

在 Ubuntu 10.04 中启用 Ctrl-Alt-Backspace

  • 选择“系统”->“首选项”->“键盘”

  • 选择“布局”选项卡,然后单击“布局选项”按钮。

  • 选择“终止 X 服务器的按键序列”并启用“Control + Alt + Backspace”。

See here.

Enabling Ctrl-Alt-Backspace for Ubuntu 10.04

  • Select "System"->"Preferences"->"Keyboard"

  • Select the "Layouts" tab and click on the "Layout Options" button.

  • Select "Key sequence to kill the X server" and enable "Control + Alt + Backspace".

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文