Comment # 16 on bug 1008248 from
>Please add the output of the commands
>
>  cat /etc/vconsole.conf
>  grep ^KEYTABLE /etc/sysconfig/keyboard
>  cat /etc/X11/xorg.conf.d/00-keyboard.conf
>  setxkbmap -print
>
>*with* the issue active.

1. KEYMAP=ch-de_nodeadkeys

2. grep ^KEYTABLE /etc/sysconfig/keyboard

3. xkb_keymap {
        xkb_keycodes  { include "evdev+aliases(qwerty)" };
        xkb_types     { include "complete"      };
        xkb_compat    { include "complete"      };
        xkb_symbols   { include
"pc+ch(de_nodeadkeys)+inet(evdev)+terminate(ctrl_alt_bksp)+terminate(ctrl_alt_bksp)"
   };
        xkb_geometry  { include "pc(pc101)"     };
};


You are receiving this mail because: