How to disable Ctrl+Alt+Backspace

ben darby ben at cvrse.com
Wed Dec 20 21:49:46 UTC 2006


* Carsten Aulbert wrote:
> David Abrahams wrote:
> > That key combination (standard for X Windows, AFAIK) unceremoniously
> > restarts my GDM session, killing all the open applications.  I've done
> > it by mistake for the last time.  Can somebody tell me how to disable
> > it?  It's not in System>Preferences>Keyboard Shortcuts AFAICT.
> 
> Putting DontZip in your xorg.conf file under Section "ServerFlags" might
> help - at least it worked in the past for me IIRC.

that would be DontZap which is a boolean (man xorg.conf)
add this section to the bottom of your /etc/X11/xorg.conf file providing
it doesnt already contain a serverflags section which it wont by default

#---------------
Section "Serverflags"

Option "DontZap"      "yes"

EndSection
#---------------

keep in mind though its there for a reason, but if you find yourself
ctrl-alt-xx regularly and cant help hitting the backspace i can imagine
it would be annoying.

-- 
ben darby
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20061221/bdacfaaf/attachment.sig>


More information about the ubuntu-users mailing list