mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
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
14 lines
288 B
Plaintext
14 lines
288 B
Plaintext
[
|
|
{ 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
|
|
}
|
|
]
|