Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Feb 2020 17:01:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 244339] x11-servers/xorg-server: Some keys not working (1.20.7 regression)
Message-ID:  <bug-244339-7141-8m8U8GC5X7@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-244339-7141@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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

--- Comment #3 from ice@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.

help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-244339-7141-8m8U8GC5X7>