-
Notifications
You must be signed in to change notification settings - Fork 2
/
us-dpe
63 lines (58 loc) · 4.54 KB
/
us-dpe
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
57
58
59
60
61
62
63
// Programmer Dvorak with European Letters v. 1.0.1
// by Dmitry Prokashev <heliosframework at gmail dot com>
// based on Programmer Dvorak by Roland Kaufmann
//
// Most of the European characters match the corresponding letters
// mainly in the same way they do in EurKEY by Steffen Bruentjen
//
partial alphanumeric_keys
xkb_symbols "dpe" {
name[Group1] = "English (Programmer Dvorak with European Letters)";
key <TLDE> { [ dollar, asciitilde, EuroSign, cent ] };
key <AE01> { [ ampersand, percent, sterling, yen ] };
key <AE02> { [ bracketleft, 7, guillemotleft, U2039 ] };
key <AE03> { [ braceleft, 5 ] };
key <AE04> { [ braceright, 3, masculine, threesuperior ] };
key <AE05> { [ parenleft, 1, onehalf, onesuperior ] };
key <AE06> { [ equal, 9 ] };
key <AE07> { [ asterisk, 0, multiply, division ] };
key <AE08> { [ parenright, 2, ordfeminine, twosuperior ] };
key <AE09> { [ plus, 4 ] };
key <AE10> { [ bracketright, 6, guillemotright, U203A ] };
key <AE11> { [ exclam, 8, exclamdown, U2E18 ] };
key <AE12> { [ numbersign, grave, dead_circumflex, dead_caron ] };
key <AD01> { [ semicolon, colon, doublelowquotemark, singlelowquotemark ] };
key <AD02> { [ comma, less, leftdoublequotemark, leftsinglequotemark ] };
key <AD03> { [ period, greater, rightdoublequotemark, rightsinglequotemark ] };
key <AD04> { [ p, P, oe, OE ] };
key <AD05> { [ y, Y, ydiaeresis, Ydiaeresis ] };
key <AD06> { [ f, F, egrave, Egrave ] };
key <AD07> { [ g, G, eacute, Eacute ] };
key <AD08> { [ c, C, ccedilla, Ccedilla ] };
key <AD09> { [ r, R, yacute, Yacute ] };
key <AD10> { [ l, L, oslash, Oslash ] };
key <AD11> { [ slash, question, questiondown, U203D ] };
key <AD12> { [ at, asciicircum, copyright, numerosign ] };
key <AC01> { [ a, A, adiaeresis, Adiaeresis ] };
key <AC02> { [ o, O, odiaeresis, Odiaeresis ] };
key <AC03> { [ e, E, ediaeresis, Ediaeresis ] };
key <AC04> { [ u, U, udiaeresis, Udiaeresis ] };
key <AC05> { [ i, I, idiaeresis, Idiaeresis ] };
key <AC06> { [ d, D, eth, Eth ] };
key <AC07> { [ h, H, ugrave, Ugrave ] };
key <AC08> { [ t, T, thorn, Thorn ] };
key <AC09> { [ n, N, ntilde, Ntilde ] };
key <AC10> { [ s, S, ssharp, section ] };
key <AC11> { [ minus, underscore, oacute, Oacute ] };
key <BKSL> { [ backslash, bar, dead_abovering, dead_macron ] };
key <AB01> { [ apostrophe, quotedbl, dead_acute, 0x1002026 ] };
key <AB02> { [ q, Q, ae, AE ] };
key <AB03> { [ j, J, uacute, Uacute ] };
key <AB04> { [ k, K, U0133, U0132 ] };
key <AB05> { [ x, X, aacute, Aacute ] };
key <AB06> { [ b, B, iacute, Iacute ] };
key <AB07> { [ m, M, ograve, Ograve ] };
key <AB08> { [ w, W, aring, Aring ] };
key <AB09> { [ v, V, igrave, Igrave ] };
key <AB10> { [ z, Z, agrave, Agrave ] };
};