https://bugs.kde.org/show_bug.cgi?id=384702

aeris <ae...@imirhil.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ae...@imirhil.fr

--- Comment #3 from aeris <ae...@imirhil.fr> ---
Hello,

I bump this bug after 5 years, because I'm hitting it on KDE 5 Wayland.

Same here, I'm using FR-BEPO layout for my main keyboard (Moonlander), but have
a secondary Typematrix keyboard and I need to use US for Yubikey (physically
hardcoded to send US keycode).
So my X11 config is:

```
Section "InputClass"
  Identifier           "default"
  MatchIsKeyboard      "yes"
  Option "XkbModel"    "pc105"
  Option "XkbLayout"   "fr"
  Option "XkbVariant"  "bepo"
  Option "XkbOptions"  "kpdl:kposs,grp:sclk_toggle,compose:lwin"
EndSection

Section "InputClass"
   Identifier          "typematrix"
   MatchIsKeyboard     "yes"
   MatchVendor         "TypeMatrix.com"
   Option "XkbModel"   "tm2030USB-102"
   Option "XkbLayout"  "fr"
   Option "XkbVariant" "bepo"
   Option "XkbOptions" "kpdl:kposs,grp:sclk_toggle,compose:lwin"
EndSection

Section "InputClass"
  Identifier          "moonlander"
  MatchIsKeyboard     "yes"
  MatchVendor         "ZSA"
  Option "XkbModel"   "pc105"
  Option "XkbLayout"  "fr"
  Option "XkbVariant" "bepo"
EndSection

Section "InputClass"
  Identifier          "yubikey"
  MatchIsKeyboard     "yes"
  MatchVendor         "Yubico"
  Option "XkbModel"   "pc105"
  Option "XkbLayout"  "us"
  Option "XkbVariant" "basic"
EndSection
```

Currently Wayland is broken because only one layout is possible, and so I can't
have the correct keyboard model (tm2030USB-102 / pc105) or layout (FR-BEPO / US
/ FR) based on the related physical keyboard.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to