From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sun, 6 Sep 2015 03:35:54 -0700 (PDT) From: 314ngu To: voidlinux Message-Id: <1bb7e999-ea22-41ee-b4aa-ed72b54d323b@googlegroups.com> Subject: x11 and altGr [solved] MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_2514_1592567407.1441535754473" ------=_Part_2514_1592567407.1441535754473 Content-Type: multipart/alternative; boundary="----=_Part_2515_1218129997.1441535754478" ------=_Part_2515_1218129997.1441535754478 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit I had some trouble to get my Swedish keyboard to work with the altGr-button in X11. I finely solved the issue and just wanted to share my solution. created the dir and file: cd /etc/X11; mkdir xorg.conf.d cd xorg.conf.d; >30-keyboard.conf edit the file and put the following in it: Section "InputClass" Identifier "Keyboard Defaults" MatchIsKeyboard "on" Option "XkbLayout" "se" Option "XkbModel" "pc105" EndSection thanks fore an awesome dist. <3 ------=_Part_2515_1218129997.1441535754478 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit

I had some trouble to get my Swedish keyboard to work with the altGr-button in X11.

I finely solved the issue and just wanted to share my solution.

created the dir and file:

cd /etc/X11; mkdir xorg.conf.d

cd xorg.conf.d; >30-keyboard.conf


edit the file and put the following in it:


Section "InputClass"

Identifier "Keyboard Defaults"

MatchIsKeyboard "on"

Option "XkbLayout" "se"

Option "XkbModel" "pc105"

EndSection


thanks fore an awesome dist. <3

------=_Part_2515_1218129997.1441535754478-- ------=_Part_2514_1592567407.1441535754473--