2

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.

jscott
  • 24,484
  • 8
  • 79
  • 100
Gadolin
  • 121
  • 1

1 Answers1

2

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.

chicks
  • 3,793
  • 10
  • 27
  • 36
Bart De Vos
  • 17,911
  • 6
  • 63
  • 82