// Keyboard layout for Togo. default partial alphanumeric_keys xkb_symbols "basic" { include "fr(azerty)" name[Group1]="French (Togo)"; // This is based on French AZERTY-Keyboard layout that is mostly used in Togo. // It includes symbols used to write different local languages in Togo. // Created 2015 by Globalbility Togo (www.globalbility.org) // Authors: Issaka Ouro-Wétchiré, Caroline Riefstahl, Mats Blakstad // // LAYOUT OVERVIEW // ____ // | 1 3| 1 = Shift, 3 = AltGr + Shift (AltGr is the right side alt key) // | 2 4| 2 = normal, 4 = AltGr // ¯¯¯¯ // ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ _______ // | | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | ° | + | <-- | // | ² | & | é ~| " #| ' {| ( [| - || è `| _ \| ç ^| à @| ) ]| = }| | // ======================================================================== // | |<- | A | Z Ʒ| E | R Ɛ| T Ɗ| Y Ƴ| U Ʊ| I Ɩ| O Ɔ| P | ¨ | $ | , | // | ->| | a | z ʒ| e €| r ɛ| t ɗ| y ƴ| u ʊ| i ɩ| o ɔ| p | ^ ̌| £ ¤| <-' | // ===================================================================¬ | // | | Q Ǝ| S | D Ɖ| F Ƒ| G Ɣ| H Ĥ| J Ɨ| K | L | M Ŋ| % | µ | | // | MAJ | q ǝ| s | d ɖ| f ƒ| g ɣ| h ɦ| j ɨ| k | l | m ɲ| ù `| * ́| | // ======================================================================== // | ^ | > | W | X | C | V Ʋ| B Ɓ| N Ŋ| ? | . | / | § | | | // | | | < | w | x | c | v ʋ| b ɓ| n ŋ| , | ; | : ¯| ! ~| | | // ======================================================================== // | | | | | | | | | // | Ctrl | Super| Alt | Space Nobreakspace | AltGr | Super|Menu | Ctrl | // ¯¯¯¯¯¯ ¯¯¯¯¯¯ ¯¯¯¯¯¯ ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ¯¯¯¯¯¯¯ ¯¯¯¯¯¯ ¯¯¯¯¯ ¯¯¯¯¯¯ // // The different local languages in Togo all together use 17 symbols not found // in the French language: Ʒ, ɛ, Ɗ, Ƴ, Ʊ, Ɩ, Ɔ, Ǝ, Ɖ, Ƒ, Ɣ, Ĥ, Ɨ, Ɲ, Ʋ, Ɓ, Ŋ. // Togolese local languages use 9 tone markers: acute (´), grave (`), circumflex (ˆ), // caron (ˇ), macron (¯), tilde (~), tilde+acute ( ̃́), tilde+grave ( ̃̀), diaeresis (¨). // The vowels can use these tone markers except diaeresis. // 'Y' is not used as a vowel in most local languages, and can only use diaeresis. // Nasal consonants (m, n, ŋ) can only have have accent tones (acute and grave). key {[ z, Z, ezh, EZH ]}; // ʒ Ʒ key {[ r, R, U025B, U0190 ]}; // ɛ Ɛ key {[ t, T, U0257, U018A ]}; // ɗ Ɗ key {[ y, Y, U01B4, U01B3 ]}; // ƴ Ƴ key {[ u, U, U028A, U01B1 ]}; // ʊ Ʊ key {[ i, I, U0269, U0196 ]}; // ɩ Ɩ key {[ o, O, U0254, U0186 ]}; // ɔ Ɔ key {[ dead_circumflex,dead_diaeresis, dead_caron ]}; key {[ q, Q, U01DD, U018E ]}; // ǝ Ǝ key {[ d, D, U0256, U0189 ]}; // ɖ Ɖ key {[ f, F, U0192, U0191 ]}; // ƒ Ƒ key {[ g, G, U0263, U0194 ]}; // ɣ Ɣ key {[ h, H, U0266, U0124 ]}; // ɦ Ĥ key {[ j, J, U0268, U0197 ]}; // ɨ Ɨ key {[ m, M, U0272, U019D ]}; // ɲ Ɲ key {[ ugrave, percent, dead_grave ]}; key {[ asterisk, mu, dead_acute ]}; key {[ v, V, U028B, U01B2 ]}; // ʋ Ʋ key {[ b, B, U0253, U0181 ]}; // ɓ Ɓ key {[ n, N, U014B, U014A ]}; // ŋ Ŋ key {[ colon, slash, dead_macron ]}; key {[ exclam, section, dead_tilde ]}; };