rigoletto@
Developer
Hello,
I am using
The ABNT2 layout is working fine, however the "." on the numpad, all media keys, including the XF86Calculator does not work.
Trying xev, all those not working keys do not even create a noise in there. Nada.
Thanks!
I am using
11.0-RELEASE-p8
with x11-wm/i3. The keyboard is a "Microsoft Wired 600" with Brazilian ABNT2 layout.The ABNT2 layout is working fine, however the "." on the numpad, all media keys, including the XF86Calculator does not work.
Trying xev, all those not working keys do not even create a noise in there. Nada.
Code:
Section "InputClass"
Identifier "keyboard0"
MatchIsKeyboard "on"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "br"
EndSection
Code:
kbd1 at kbdmux0
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
ukbd0: <Microsoft Wired Keyboard 600, class 0/0, rev 1.10/1.10, addr 2> on usbus1
kbd2 at ukbd0
Code:
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ sysmouse id=7 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ kbdmux id=6 [slave keyboard (3)]
Thanks!