[Bug 244339] x11-servers/xorg-server: Some keys not working (1.20.7 regression)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Feb 23 17:01:12 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244339

--- Comment #3 from ice at extreme.hu ---
Curious. Not sure what I might have done, the keys are working now, but now the
middle mouse button is gone.

I am using Window Maker, here are my various config files and things:

$ cat .xinitrc
#!/bin/sh

xrdb -merge ~/.Xresources
xmodmap ~/.Xmodmap
autocutsel -selection PRIMARY -fork
autocutsel -fork
xhost +
setxkbmap -rules "evdev" -model "pc104" -layout "us,hu" -variant ",qwerty"
-option "grp:alt_shift_toggle" -keycodes evdev
sxhkd -c ~/.sxhkdrc >/dev/null 2>/dev/null < /dev/null &
exec /usr/local/bin/wmaker

$ cat .Xmodmap 

clear Lock

! CapsLock -> Enter
keycode 66 = Return

! Audio controls
keycode 140 = XF86AudioMute
keycode 174 = XF86AudioLowerVolume
keycode 176 = XF86AudioRaiseVolume
keycode 162 = XF86AudioPlay
keycode 164 = XF86AudioStop
keycode 144 = XF86AudioPrev
keycode 153 = XF86AudioNext

! AltGr-e -> Euro sign
keycode 26 = e E e E EuroSign cent

The middle button is now not recognised by either xev or libinput debug-events.
Moused is running as '/usr/sbin/moused -p /dev/psm0 -t auto'.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-x11 mailing list