View Single Post
Old 1st January 2010
There0 There0 is offline
./dev/null
 
Join Date: Jul 2008
Posts: 170
Default

FTR, after this discussion with some interesting persons I have decided that 2 of the stated options could help me out considerably, the following;

If or when i require a system wide disable of DontZap the following syntax inserted into my /etc/X11/xorg.conf file does the trick (for now) notice NO yes or true option, as stated by Matthieu Herrb. It was a syntax error after all, but this lead me to discover other ways/information which i am grateful to J.C. Roberts for.

Section "ServerFlags"
Option "DontZap"
Endsection

If or when i require a user specific disable or DontZap i use the following lines in the local user .xinitrc file;

#!/bin/sh
### To turn Zap *OFF*:
/usr/X11R6/bin/xmodmap -e "keycode 22 = BackSpace BackSpace BackSpace BackSpace BackSpace BackSpace"

### To turn Zap *ON*:
#/usr/X11R6/bin/xmodmap -e "keycode 22 = BackSpace Terminate_Server BackSpace Terminate_Server BackSpace Terminate_Server"
/usr/local/bin/startkde

Just need to remember to type startx instead of startkde (note to self)
__________________
The more you learn, the more you realize how little you know ....
Reply With Quote