Re: xfce4 does not see up arrow after reinstall/xorg update
Aryeh Friedman <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <CAGBxaX=qvyTfo0qfehZBH6TLWXSPA562ys-_Sjaqen-fQD01rA@mail.gmail.com> |
On Sat, Feb 22, 2020 at 6:47 AM Vladimir Kondratyev <[email protected]> wrote: > On 22.02.2020 02:25, Aryeh Friedman wrote: > > After deleting all my ports and reinstalling of them (on 2/20/2020) no > > application when running in a xfce4 environment recognizes/sees the up > > arrow. All other arrow and cursor control keys work as expected. > > The up arrow keys works correctly on the console and in twm (default > > window manager for startx). > > Dysfunctional Up and Left arrow keys is a symptom of kbd_rules set to > "base" rather than "evdev". > > New Xorg sets kbd_rules to "evdev" for all evdev keyboards by default. > See /usr/local/share/X11/xorg.conf.d/20-evdev-kbd.conf > Section "InputClass" Identifier "Evdev keyboard" MatchDevicePath "/dev/input/event*" MatchIsKeyboard "on" Option "XkbRules" "evdev" EndSection > > So it looks like you have something that reverts them back to "base" in > your local configuration. > > > _______________________________________________ > [email protected] mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "[email protected]" > -- Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-x11 To unsubscribe, send any mail to "[email protected]"