fernan wrote: Mon Sep 11, 2023 12:24 pm
Hello. I'm seeing that the CTR+ALT+BACKSPACE keyboard shortcut is doing nothing in my computer, I'd like to know if that is normal, or that's a problem with my install or hardware.
Probably disabled. This article suggests to edit the /etc/default/keyboard file and add the line XKBPTIONS="terminate:ctrl_alt_bksp"
I don't know Bionicpup64 and therefore don't know if this would work. In Bookworm64 CTR+ALT+BACKSPACE is enabled but this option is not set in /etc/default/keyboard. However I found a couple of other files where it is set (in Section "InputClass"):
/etc/X11/xorg.conf
-----------------------------
Option "XkbOptions" "terminate:ctrl_alt_bksp"
/etc/X11/xorg.conf-auto-pc
-----------------------------
Option "XkbOptions" "terminate:ctrl_alt_bksp"
/etc/X11/xorg.conf.udev
-----------------------------
Option "XkbOptions" "terminate:ctrl_alt_bksp"
/etc/X11/xorg.conf.udev.fbturbo
-----------------------------
Option "XkbOptions" "terminate:ctrl_alt_bksp"
# Xorg 7.4, Ubuntu Jaunty, CTRL-ALT-BACKSPACE is disabled by default...
Option "DontZap" "false"
Also present in /etc/X11/xorg.conf of my BW64. Seems that in your case this is not enough to enable CTR+ALT+BACKSPACE