forked from chtaube/Keymap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
us.dev-de
57 lines (50 loc) · 3.65 KB
/
us.dev-de
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
47
48
49
50
51
52
53
54
55
56
// Layout file for those developers in Germany typing on US keyboards.
// German Umlauts and the Eszett are available on <AltGr>+<a>, <AltGr>+<o>,
// <AltGr>+<u> and <AltGr>+<s>. All deadkeys are on the AltGr layer, no
// deadkeys for symbols used on the shell or in programming languages.
//
// http://chtaube.de/xkbmap
// http://github.com/chtaube/Keymap
partial alphanumeric_keys
xkb_symbols "dev-de" {
name[Group1]= "USA - German developers";
include "us(basic)"
include "ctrl(nocaps)"
// normal, Shift, AltGr, AltGr+Shift
// ----------------------------------------------------------------------
key <TLDE> { [ grave, asciitilde, dead_grave, dead_tilde ] };
key <AE01> { [ 1, exclam, onesuperior, exclamdown ] };
key <AE02> { [ 2, at, twosuperior, twosuperior ] };
key <AE03> { [ 3, numbersign, threesuperior, section ] };
key <AE05> { [ 5, percent, EuroSign ] };
key <AE06> { [ 6, asciicircum, dead_circumflex, onequarter ] };
key <AE07> { [ 7, ampersand, dead_horn, onehalf ] };
key <AE08> { [ 8, asterisk, degree, threequarters ] };
key <AE09> { [ 9, parenleft, leftsinglequotemark, dead_breve ] };
key <AE10> { [ 0, parenright, rightsinglequotemark, dead_abovering ] };
key <AE11> { [ minus, underscore, dead_macron, dead_belowdot ] };
key <AE12> { [ equal, plus, dead_doubleacute, dead_horn ] };
key <AD03> { [ e, E, EuroSign, cent ] };
key <AD04> { [ r, R, U2126, U03A9 ] };
key <AD07> { [ u, U, udiaeresis, Udiaeresis ] };
key <AD09> { [ o, O, odiaeresis, Odiaeresis ] };
key <AD10> { [ p, P, U03C0, U03C0 ] };
key <AD11> { [bracketleft, braceleft, guillemotleft, U2039 ] };
key <AD12> { [bracketright, braceright, guillemotright, U203A ] };
key <AC01> { [ a, A, adiaeresis, Adiaeresis ] };
key <AC02> { [ s, S, ssharp, U03A3 ] };
key <AC03> { [ d, D, U0394, U0394 ] };
key <AC04> { [ f, F, f, ordfeminine ] };
key <AC07> { [ j, J, doublelowquotemark, singlelowquotemark ] };
key <AC08> { [ k, K, leftdoublequotemark, leftsinglequotemark ] };
key <AC10> { [ semicolon, colon, endash, dead_ogonek ] };
key <AC11> { [ apostrophe, quotedbl, dead_acute, dead_diaeresis ] };
key <AB01> { [ z, Z, ae, AE ] };
key <AB02> { [ x, X, oe, OE ] };
key <AB07> { [ m, M, mu, U00D7 ] };
key <AB08> { [ comma, less, dead_cedilla, dead_caron ] };
key <AB09> { [ period, greater, ellipsis, dead_abovedot ] };
key <AB10> { [ slash, question, dead_hook, U2E2E ] };
key <SPCE> { [ space, space, nobreakspace, nobreakspace ] };
include "level3(ralt_switch)"
};