Comment # 11 on bug 1197980 from
The patch got probably caught in the middle the keyboard refactoring. :-(

Anyway, I did some test installs and got this on Leap 15.3:

# cat /etc/vconsole.conf
KEYMAP=sg-latin1
FONT=eurlatgr.psfu
FONT_MAP=
FONT_UNIMAP=
# localectl
   System Locale: LANG=de_DE.UTF-8
       VC Keymap: sg-latin1
      X11 Layout: ch
       X11 Model: pc105
     X11 Variant: de_nodeadkeys
     X11 Options: terminate:ctrl_alt_bksp
# setxkbmap -print
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(pc105)"     };
};


You are receiving this mail because: