Skip to content

Computer Setup

Marcel Schwittlick edited this page Nov 5, 2016 · 1 revision

Use XFCE as desktop, has nice possibilities for disabling all keys easily

Disabling CTRL+ALT+F1-F8 shortcut

First Method

sudo tee -a /etc/init/tty{1..6}.override <<<"manual"

Second Method

Open/create the file /etc/X11/xorg.conf using the following command:

sudo -i gedit /etc/X11/xorg.conf and add the following lines inside:

Section "ServerFlags" Option "DontVTSwitch" "true" EndSection

Clone this wiki locally