opnsense-ports/x11/libxkbcommon/pkg-message
Franco Fichtner 87407e4337 */*: sync with upstream
Taken from: HardenedBSD
2020-03-22 12:05:01 +01:00

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
}
]