1// Based on the Latvian and GB keyboard maps. 2 3default partial alphanumeric_keys modifier_keys 4xkb_symbols "basic" { 5 6 // Describes the differences between an en_US layout 7 // and a South African layout with dead keys. 8 // By Dwayne Bailey (dwayne@translate.org.za). 9 10 include "latin" 11 12 name[Group1]="English (South Africa)"; 13 14 key <TLDE> { [ grave, asciitilde, dead_grave ] }; 15 key <AE02> { [ 2, at, yen ] }; 16 key <AE03> { [ 3, numbersign, sterling ] }; 17 key <AE04> { [ 4, dollar, dollar ] }; 18 key <AE05> { [ 5, percent, EuroSign ] }; 19 key <AE06> { [ 6,asciicircum, dead_circumflex ] }; 20 21 key <AD03> { [ e, E, ediaeresis, Ediaeresis ] }; 22 key <AD04> { [ r, R, ecircumflex, Ecircumflex ] }; 23 key <AD05> { [ t, T, U1e71, U1e70 ] }; 24 key <AD06> { [ y, Y, ucircumflex, Ucircumflex ] }; 25 key <AD07> { [ u, U, udiaeresis, Udiaeresis ] }; 26 key <AD08> { [ i, I, idiaeresis, Idiaeresis ] }; 27 key <AD09> { [ o, O, odiaeresis, Odiaeresis ] }; 28 key <AD10> { [ p, P, ocircumflex, Ocircumflex ] }; 29 30 key <AC01> { [ a, A, adiaeresis, Adiaeresis ] }; 31 key <AC02> { [ s, S, scaron, Scaron ] }; 32 key <AC03> { [ d, D, U1e13, U1e12 ] }; 33 key <AC09> { [ l, L, U1e3d, U1e3c ] }; 34 key <AC10> { [ semicolon, colon, dead_diaeresis ] }; 35 key <AC11> { [apostrophe, quotedbl, dead_acute ] }; 36 37 key <AB06> { [ n, N, U1e4b, U1e4a ] }; 38 key <AB07> { [ m, M, U1e45, U1e44 ] }; 39 key <AB09> { [ period, greater, dead_abovedot ] }; 40 41 include "level3(ralt_switch)" 42}; 43