How do I disable ctrl+alt+f* shortcut that switches me between terminals? I would like to do that one time as I have an application that uses such shortcuts internally in Linux. I want to avoid restarting X.

link|improve this question
feedback

1 Answer

Try adding this line to xorg.conf:

Option "DontVTSwitch" "true"

It should be located in the section ServerFlags
xorg.conf can be found at /etc/X11/xorg.conf most of the time.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.