default xkb_symbols "abnt2" { // Based on a very simple Brazilian ABNT2 keyboard, // by Ricardo Y. Igarashi (iga@that.com.br). // With added support for dead keys in I18N applications, // by Conectiva (http://www.conectiva.com.br). include "latin" name[Group1]="Portuguese (Brazil)"; key { [ apostrophe, quotedbl, notsign, notsign ] }; key { [ 2, at, twosuperior, onehalf ] }; key { [ 3, numbersign, threesuperior, threequarters ] }; key { [ 4, dollar, sterling, onequarter ] }; key { [ 5, percent, cent, threeeighths ] }; key { [ 6, dead_diaeresis, notsign, diaeresis ] }; key { [ equal, plus, section, dead_ogonek ] }; key { [ q, Q, slash, slash ] }; key { [ w, W, question, question ] }; key { [ e, E, EuroSign, EuroSign ] }; key { [ r, R, registered, registered ] }; key { [ dead_acute, dead_grave, acute, grave ] }; key { [ bracketleft, braceleft, ordfeminine, dead_macron ] }; key { [ bracketright, braceright, masculine, masculine ] }; key { [ ccedilla, Ccedilla, dead_acute,dead_doubleacute ] }; key { [ dead_tilde,dead_circumflex, asciitilde, asciicircum ] }; key { [ backslash, bar, masculine, dead_breve ] }; key { [ c, C, copyright, copyright ] }; key { [ m, M, mu, mu ] }; key { [ semicolon, colon, dead_belowdot, dead_abovedot ] }; // The ABNT-2 keyboard has this special key: key { [ slash, question, degree, questiondown ] }; #modifier_map Mod3 { Scroll_Lock }; include "kpdl(comma)" include "level3(ralt_switch)" };