keyboard layout updated; added a layout file in inkscape SVG format
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
http://chtaube.de/xkbmap
|
||||
http://github.com/chtaube/Keymap
|
||||
---
|
||||
|
||||
This is a modified keymap for X11 which I prefer to use on my systems.
|
||||
|
||||
It's a US-based layout with some special characters available on the
|
||||
|
||||
+3918
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 217 KiB |
@@ -1,9 +1,9 @@
|
||||
|
||||
// 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
|
||||
@@ -12,6 +12,8 @@ xkb_symbols "dev-de" {
|
||||
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 ] };
|
||||
@@ -26,20 +28,29 @@ xkb_symbols "dev-de" {
|
||||
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, S ] };
|
||||
key <AC10> { [ semicolon, colon, dead_ogonek, dead_diaeresis ] };
|
||||
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, mu ] };
|
||||
key <AB07> { [ m, M, mu, U00D7 ] };
|
||||
key <AB08> { [ comma, less, dead_cedilla, dead_caron ] };
|
||||
key <AB09> { [ period, greater, dead_abovedot, dead_circumflex ] };
|
||||
key <AB09> { [ period, greater, ellipsis, dead_abovedot ] };
|
||||
key <AB10> { [ slash, question, dead_hook, U2E2E ] };
|
||||
key <SPCE> { [ space, space, nobreakspace, nobreakspace ] };
|
||||
|
||||
include "level3(ralt_switch)"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user