<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
On 04/15/2009 03:36 PM, Kevin Kofler wrote:
<blockquote cite="mid:gs5d04$op1$1@ger.gmane.org" type="cite">
  <pre wrap="">Antonio Olivares wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">grep -q -s DontZap /etc/X11/xorg.conf
append=$?
if [ $append -ne 0 ]; then
  cat >> /etc/X11/xorg.conf << EOF
  Section "ServerFlags"
  Option "DontZap" "false"
  EndSection
  EOF
fi
    </pre>
  </blockquote>
  <pre wrap=""><!---->
That's not the method for current Rawhide. Now you have to enable an option
in your GNOME or KDE keyboard settings. If you're not using either of those
or if you're using KDE without a configured custom keyboard layouts, most
likely Ctrl+Alt+BkSp is already working for you (it only gets disabled when
the desktop environment reconfigures the keyboard when it starts). The
reason this got changed is so you can use Ctrl+Alt+BkSp in GDM/KDM if your
X11 does not work at all and so it can be reenabled individually by regular
users.

        Kevin Kofler

  </pre>
</blockquote>
Where would this option  be in KDE? I looked in the 'Keyboard &
Mouse' settings, and there was no such option. I had to resort to
setting DontZap by hand. Is the something yet to be added?<br>
</body>
</html>