summaryrefslogtreecommitdiff
path: root/community/weblogs/ArneBab/xkb-woes-trying-to-get-a-german-keyboard-layout.mdwn
blob: eb90f663942fa6ae31300d0ffeb23761940b72d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[[!meta copyright="Copyright © 2008, 2013 Free Software Foundation, Inc."]]

[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
id="license" text="Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation License, Version 1.2 or
any later version published by the Free Software Foundation; with no Invariant
Sections, no Front-Cover Texts, and no Back-Cover Texts.  A copy of the license
is included in the section entitled [[GNU Free Documentation
License|/fdl]]."]]"""]]

Yesterday I spent a few hours trying to get my german keyboard to let me use my umlauts (and to let me type without having to hunt down the right keys), but without much luck. 

I got xkb installed after following this FaQ answer: 

- <http://www.gnu.org/s/hurd/faq.en.html#q4-4>

and this info: 

- <http://people.debian.org/~mbanck/hurd-console.default>

(you can find the second under /etc/default/hurd-console ). 

But I didn't get it to work.

### What I did in short: 


First I got the needed apt-sources:
 
- <http://debian.duckcorp.org/>

Then I installed the xkb console: 

- `apt-get install console-driver-xkb`


And set it in the file /etc/default/hurd-console


Sadly it didn't work, but maybe this posts will give You the needed headstart for success :) (I'd be glad to see a guide from you!). 


Some additional info: 

- <http://kerneltrap.org/node/420>
- [[/hurd/console]]