13d4989f6b
Switch x11/libxkbcommon to use evdev rules rather than legacy rules by default, to improve support for keyboards when using evdev. For users using the legacy configuration, or running xorg on FreeBSD 11, please consult UPDATING for instructions in case of issues. PR: 244354 [1] Submitted by: jbeich (fix) Reported by: Patricio Villar [1] Differential Revision: https://reviews.freebsd.org/D23860
13 lines
288 B
Text
13 lines
288 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
If arrow keys don't work under X11 switch to legacy rules e.g.,
|
|
|
|
For sh/bash/ksh/zsh run and (optionally) add into ~/.profile:
|
|
export XKB_DEFAULT_RULES=xorg
|
|
|
|
For csh/tcsh run and (optionally) add into ~/.login:
|
|
setenv XKB_DEFAULT_RULES xorg
|
|
EOM
|
|
}
|
|
]
|