Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jun 2020 09:40:24 +0200
From:      Ralf Mardorf <ralf-mardorf@riseup.net>
To:        freebsd-questions@freebsd.org
Subject:   Re: Xorg, lightdm, xfce & German Keyboard
Message-ID:  <20200621094024.75ab0b53@archlinux>
In-Reply-To: <636e8210-85df-6142-22c8-5393333494d3@chemie.uni-hamburg.de>
References:  <636e8210-85df-6142-22c8-5393333494d3@chemie.uni-hamburg.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

I'm coming from Linux, too. I'm using a German keyboard, too.

"Beispiel 5.7. Konfiguration eines Tastaturlayouts

/usr/local/etc/X11/xorg.conf.d/keyboard-fr-oss.conf

Section "InputClass"
	Identifier	"KeyboardDefaults"
	Driver		"keyboard"
	MatchIsKeyboard	"on"
	Option		"XkbLayout" "fr"
	Option		"XkbVariant" "oss"
EndSection" - https://www.freebsd.org/doc/de_DE.ISO8859-1/books/handbook/x-config.html

Btw. on Linux I'm using this approach, too.

[rocketmouse@archlinux ~]$ cat /etc/X11/xorg.conf.d/keyboard.conf 
Section "InputClass"
       Identifier "keyboard"
       MatchIsKeyboard "yes"
       Option "XkbLayout" "de"
       #Option "XkbVariant" "nodeadkeys"
EndSection

Regards,
Ralf




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20200621094024.75ab0b53>