Void Linux discussion
 help / color / mirror / Atom feed
From: 314ngu <mr.l...@gmail.com>
To: voidlinux <void...@googlegroups.com>
Subject: x11 and altGr [solved]
Date: Sun, 6 Sep 2015 03:35:54 -0700 (PDT)	[thread overview]
Message-ID: <1bb7e999-ea22-41ee-b4aa-ed72b54d323b@googlegroups.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 468 bytes --]

 

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

[-- Attachment #1.2: Type: text/html, Size: 1738 bytes --]

             reply	other threads:[~2015-09-06 10:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-06 10:35 314ngu [this message]
2015-09-06 14:27 ` Stefan Mühlinghaus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1bb7e999-ea22-41ee-b4aa-ed72b54d323b@googlegroups.com \
    --to="mr.l..."@gmail.com \
    --cc="void..."@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).