109 lines
4.4 KiB
Plaintext
109 lines
4.4 KiB
Plaintext
|
|
// based on a keyboard map from an 'xkb/symbols/de' file
|
|
//
|
|
// $XFree86: xc/programs/xkbcomp/symbols/pc/de,v 1.7 2003/09/27 13:31:59 pascal Exp $
|
|
|
|
xkb_symbols "basic" {
|
|
|
|
include "pc/latin(type4)"
|
|
|
|
name[Group1]="German";
|
|
|
|
key <AE02> { [ 2, quotedbl, twosuperior, oneeighth ] };
|
|
key <AE03> { [ 3, section, threesuperior, sterling ] };
|
|
key <AE04> { [ 4, dollar, onequarter, currency ] };
|
|
key <AE11> { [ ssharp, question, backslash, questiondown ] };
|
|
key <AE12> { [dead_acute, dead_grave, dead_cedilla, dead_ogonek ] };
|
|
|
|
key <AD03> { [ e, E, EuroSign, EuroSign ] };
|
|
key <AD06> { [ z, Z, leftarrow, yen ] };
|
|
key <AD11> { [udiaeresis, Udiaeresis, dead_diaeresis, dead_abovering ] };
|
|
key <AD12> { [ plus, asterisk, dead_tilde, dead_macron ] };
|
|
|
|
key <AC10> { [odiaeresis, Odiaeresis, dead_doubleacute, dead_doubleacute ] };
|
|
key <AC11> { [adiaeresis, Adiaeresis, dead_circumflex, dead_caron] };
|
|
key <TLDE> { [dead_circumflex, degree, notsign, notsign ] };
|
|
|
|
key <BKSL> { [numbersign, apostrophe, dead_grave, dead_breve ] };
|
|
key <AB01> { [ y, Y, guillemotleft, less ] };
|
|
|
|
key <KPDL> { [ KP_Delete, KP_Separator ] };
|
|
|
|
include "level3(ralt_switch_multikey)"
|
|
};
|
|
|
|
partial alphanumeric_keys
|
|
xkb_symbols "nodeadkeys" {
|
|
|
|
// modify the default German layout to not have any dead keys
|
|
|
|
include "pc/de(basic)"
|
|
|
|
key <TLDE> { [asciicircum, degree, notsign, notsign ] };
|
|
key <AE12> { [ acute, grave, cedilla, cedilla ] };
|
|
key <AD11> { [udiaeresis, Udiaeresis, diaeresis, diaeresis ] };
|
|
key <AD12> { [ plus, asterisk, asciitilde, macron ] };
|
|
key <AC10> { [odiaeresis, Odiaeresis, doubleacute, doubleacute ] };
|
|
key <AC11> { [adiaeresis, Adiaeresis, asciicircum, asciicircum ] };
|
|
key <BKSL> { [numbersign, apostrophe, grave, grave ] };
|
|
key <AB10> { [ minus, underscore, dead_belowdot, abovedot ] };
|
|
};
|
|
|
|
partial alphanumeric_keys
|
|
xkb_symbols "deadgraveacute" {
|
|
// modify the default German layout to have only acute and grave
|
|
// as dead keys (tilde and circumflex are needed as spacing characters
|
|
// in many programming languages)
|
|
|
|
include "pc/de(basic)"
|
|
|
|
key <TLDE> { [asciicircum, degree, notsign, notsign ] };
|
|
key <AD12> { [ plus, asterisk, asciitilde, dead_macron ] };
|
|
key <BKSL> { [numbersign, apostrophe, grave, grave ] };
|
|
};
|
|
|
|
partial alphanumeric_keys
|
|
xkb_symbols "deadacute" {
|
|
// modify the default German layout to have only acute as
|
|
// dead keys (ASCII grave, tilde and circumflex are needed as
|
|
// spacing characters in many programming languages and text formatters)
|
|
|
|
include "pc/de(deadgraveacute)"
|
|
|
|
key <AE12> { [dead_acute, grave, dead_cedilla, dead_ogonek ] };
|
|
key <BKSL> { [numbersign, apostrophe, dead_grave, dead_grave ] };
|
|
};
|
|
|
|
partial alphanumeric_keys
|
|
xkb_symbols "de_ro" {
|
|
// add romanian-specific letters to the basic German layout.
|
|
// Romanian symbols are accessible with combination of <AltGr> and
|
|
// 'a', 's', 't', 'i', 'ä (ä)' (+<Shift> for capital letters).
|
|
// To view romanian-specific symbols, add "export LC_CTYPE=ro_RO"
|
|
// or "export LC_CTYPE=de_DE.utf8" to your .profile.
|
|
|
|
include "pc/de(basic)"
|
|
|
|
name[Group1]="Romanian for German keyboard";
|
|
|
|
key <AD05> { [ t, T, tcedilla, Tcedilla ] };
|
|
key <AD08> { [ i, I, icircumflex, Icircumflex ] };
|
|
key <AC01> { [ a, A, acircumflex, Acircumflex ] };
|
|
key <AC02> { [ s, S, scedilla, Scedilla ] };
|
|
key <AC11> { [ adiaeresis, Adiaeresis, abreve, Abreve ] };
|
|
};
|
|
|
|
partial alphanumeric_keys
|
|
xkb_symbols "de_ro_nodeadkeys" {
|
|
// add romanian-specific letters to the German nodeadkeys layout.
|
|
// Read the comment for de_ro !
|
|
|
|
include "pc/de(nodeadkeys)"
|
|
|
|
key <AD05> { [ t, T, tcedilla, Tcedilla ] };
|
|
key <AD08> { [ i, I, icircumflex, Icircumflex ] };
|
|
key <AC01> { [ a, A, acircumflex, Acircumflex ] };
|
|
key <AC02> { [ s, S, scedilla, Scedilla ] };
|
|
key <AC11> { [ adiaeresis, Adiaeresis, abreve, Abreve ] };
|
|
};
|