// Keyboard layouts for Nigeria. default partial alphanumeric_keys xkb_symbols "basic" { include "us" name[Group1]= "English (Nigeria)"; key {[ 4, U20A6, dollar, cent ]}; // ₦ include "level3(ralt_switch)" }; partial alphanumeric_keys xkb_symbols "yoruba" { include "ng(basic)" name[Group1]= "Yoruba"; key {[ U1EB9, U1EB8, q, Q ]}; // ẹ Ẹ key {[ U1ECD, U1ECC, x, X ]}; // ọ Ọ key {[ U1E63, U1E62, v, V ]}; // ṣ Ṣ }; partial alphanumeric_keys xkb_symbols "igbo" { include "ng(basic)" name[Group1]= "Igbo"; key {[ U1ECB, U1ECA, q, Q ]}; // ị Ị key {[ U1E45, U1E44, x, X ]}; // ṅ Ṅ key {[ U1EE5, U1EE4, semicolon, colon ]}; // ụ Ụ key {[ U1ECD, U1ECC, bracketleft, braceleft ]}; // ọ Ọ }; partial alphanumeric_keys xkb_symbols "hausa" { include "ng(basic)" name[Group1]= "Hausa (Nigeria)"; key {[ q, Q, q, Q ]}; key {[ udiaeresis, Udiaeresis, w, W ]}; key {[ e, E, EuroSign, cent ]}; key {[ U01B4, U01B3, bracketleft, braceleft ]}; // ƴ Ƴ key {[ gcaron, Gcaron,bracketright, braceright ]}; key {[ U0257, U018A, d, D ]}; // ɗ Ɗ key {[ U0131, U0130, semicolon, colon ]}; // ı İ key {[ U01DD, U018E, apostrophe, quotedbl ]}; // ǝ Ǝ key {[ U0272, U019D, z, Z ]}; // ɲ Ɲ key {[ ntilde, Ntilde, m, M ]}; key {[ ccedilla, Ccedilla, period, greater ]}; key {[ scedilla, Scedilla, slash, question ]}; }; partial alphanumeric_keys xkb_symbols "olpc" { include "ng(basic)" // OLPC West Africa keyboard layout // See: http://wiki.laptop.org/go/Image:Nigeria-B3.png key {[ grave, asciitilde, exclamdown, exclamdown ]}; key {[ 1, exclam, sterling, sterling ]}; key {[ 2, at, EuroSign, EuroSign ]}; key {[ 3, numbersign, dollar, dollar ]}; key {[ 4, U20A6, U0301, U0301 ]}; // Naira, combining acute key {[ 5, percent, U0300, U0300 ]}; // combining grave key {[ 6,asciicircum, U030A, U030A ]}; // combining ring above key {[ 7, ampersand, U0302, U0302 ]}; // combining circumflex above key {[ 8, asterisk, U0324, U0324 ]}; // combining caron above key {[ 9, parenleft, U0307, U0307 ]}; // combining dot above key {[ 0, parenright, U0308, U0308 ]}; // combining diaeresis above key {[ minus, underscore, U0304, U0304 ]}; // combining macron above key {[ equal, plus, U0303, U0303 ]}; // combining tilde above key {[ w, W, U1EB9, U1EB8 ]}; // E with dot below key {[ e, E, U01DD, U018E ]}; // reversed E key {[ r, R, U01B4, U01B3 ]}; // Y with hook key {[ t, T, U0327, U0327 ]}; // combining cedilla key {[ y, Y, U0325, U0325 ]}; // combining ring below key {[ u, U, U032D, U032D ]}; // combining circumflex below key {[ i, I, U032C, U032C ]}; // combining caron below key {[ o, O, U0323, U0323 ]}; // combining dot below key {[ p, P, U0304, U0304 ]}; // combining diaeresis below key {[ bracketleft, braceleft, U0331, U0331 ]}; // combining macron below key {[bracketright, braceright, U0330, U0330 ]}; // combining tilde below key {[ a, A, Greek_iota, Greek_IOTA ]}; key {[ s, S, U1E63, U1E62 ]}; // S with dot below key {[ d, D, U0257, U018A ]}; // D with hook key {[ f, F, U1E0D, U1E0C ]}; // D with dot below key {[ g, G, U0272, U019D ]}; // N with left hook key {[ h, H, U1EE5, U1EE4 ]}; // U with dot below key {[ j, J, U1ECB, U1ECA ]}; // I with dot below key {[ k, K, U0199, U0198 ]}; // K with hook key {[ l, L, U1E37, U1E36 ]}; // L with dot below key {[ semicolon, colon, masculine, ordfeminine ]}; key {[apostrophe, quotedbl, currency, currency ]}; key {[ backslash, bar, section, section ]}; key {[ c, C, U0254, U0186 ]}; // open O key {[ v, V, U028B, U01B2 ]}; // V with hook key {[ b, B, U0253, U0181 ]}; // B with hook key {[ n, N, eng, ENG ]}; key {[ m, M, U1E45, U1E44 ]}; // N with dot above key {[ comma, less, guillemotleft, guillemotleft ]}; key {[ period, greater, guillemotright, guillemotright ]}; key {[ slash, question, questiondown, questiondown ]}; key {[ multiply, division, ISO_Next_Group, ISO_Prev_Group ]}; include "level3(ralt_switch)" };