Code: Select all
Section "ServerFlags"
# disable Ctrl-Alt-F[1-12]
Option "DontVTSwitch"
# disable Ctrl-Alt-Backspace
Option "DontZap"
EndSectionI think thats not possible with xfree because its handled directly by the server so that no application can intercept those keyboard events. I think its a common problem that all screen lockers have. (see for example here)dJu` wrote:niebie: i just want to disable ctrl+alt+stuff only when the screen is locked.