How to disable "Crtl+Alt+Backspace" and VT Switch under XWindow

Open /etc/X11/xorg.conf. Add following options into "ServerFlags" Section. If there's no such section, you can create one.


Option "DontZap" "yes"               #Disable Ctrl+Alt+Backspace

Option "DontVTSwitch" "yes"      #Disable virtual terminal switch


你可能感兴趣的:(How to disable "Crtl+Alt+Backspace" and VT Switch under XWindow)