// Latvian keymap version 1.1 // Copyright (C) Dmitry Golubev , 2003-2004 // // Reworked to get rid of dead_keys (use of which in this case // is a dirty hack). It is now not dependent on locale settings // and GTK_IM_MODULES in Gnome. The map is also providing some of // ISO9995-3 alternate characters. Note that this version works // correctly under Gnome 2.6. This is to be put into symbols/ // directory, or somewhere else. // // Permission to use, copy, modify, distribute, and sell this software and its // documentation for any purpose is hereby granted without fee, provided that // the above copyright notice appear in all copies and that both that // copyright notice and this permission notice appear in supporting // documentation, and that the name of the copyright holder(s) not be used in // advertising or publicity pertaining to distribution of the software without // specific, written prior permission. The copyright holder(s) makes no // representations about the suitability of this software for any purpose. It // is provided "as is" without express or implied warranty. // // THE COPYRIGHT HOLDER(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, // INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO // EVENT SHALL THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR // CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, // DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER // TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR // PERFORMANCE OF THIS SOFTWARE. partial default alphanumeric_keys modifier_keys xkb_symbols "basic" { name[Group1]= "Latvian"; key {[grave, asciitilde, acute, asciitilde]}; key {[1, exclam, onesuperior, exclamdown]}; key {[2, at, twosuperior, oneeighth]}; key {[3, numbersign, threesuperior, sterling]}; key {[4, dollar, EuroSign, cent]}; key {[5, percent, onehalf, threeeighths]}; key {[6, asciicircum, threequarters, fiveeighths]}; key {[7, ampersand, braceleft, seveneighths]}; key {[8, asterisk, bracketleft, trademark]}; key {[9, parenleft, bracketright, plusminus]}; key {[0, parenright, braceright, degree]}; key {[minus, underscore, backslash, questiondown]}; key {[equal, plus, endash, emdash]}; key {[q, Q, q, Q]}; key {[w, W, w, W]}; key {[e, E, emacron, Emacron]}; key {[r, R, rcedilla, Rcedilla]}; key {[t, T, t, T]}; key {[y, Y, y, Y]}; key {[u, U, umacron, Umacron]}; key {[i, I, imacron, Imacron]}; key {[o, O, omacron, Omacron]}; key {[p, P, p, P]}; key {[bracketleft, braceleft, guillemotleft, leftdoublequotemark]}; key {[bracketright, braceright, guillemotright, rightdoublequotemark]}; key {[a, A, amacron, Amacron]}; key {[s, S, scaron, Scaron]}; key {[d, D, d, D]}; key {[f, F, f, F]}; key {[g, G, gcedilla, Gcedilla]}; key {[h, H, h, H]}; key {[j, J, j, J]}; key {[k, K, kcedilla, Kcedilla]}; key {[l, L, lcedilla, Lcedilla]}; key {[semicolon, colon, semicolon, colon]}; key {[apostrophe, quotedbl, leftdoublequotemark, doublelowquotemark]}; key {[z, Z, zcaron, Zcaron]}; key {[x, X, x, X]}; key {[c, C, ccaron, Ccaron]}; key {[v, V, v, V]}; key {[b, B, b, B]}; key {[n, N, ncedilla, Ncedilla]}; key {[m, M, m, M]}; key {[comma, less, horizconnector, multiply]}; key {[period, greater, periodcentered, division]}; key {[slash, question, slash, abovedot]}; key {[backslash, bar, grave, breve]}; key {[space, space, space, space]}; include "level3(ralt_switch)" }; partial alphanumeric_keys modifier_keys xkb_symbols "apostrophe" { include "lv(basic)" name[Group1]= "Latvian (apostrophe ' variant)"; key {[ISO_Level3_Latch, quotedbl, apostrophe, quotedbl]}; key {[space, space, apostrophe]}; modifier_map Mod5 { }; }; partial alphanumeric_keys modifier_keys xkb_symbols "tilde" { include "lv(basic)" name[Group1]= "Latvian (tilde ~ variant)"; key {[ISO_Level3_Latch, asciitilde, grave, acute]}; key {[space, space, asciitilde]}; modifier_map Mod5 { }; }; partial alphanumeric_keys modifier_keys xkb_symbols "fkey" { include "lv(basic)" name[Group1]= "Latvian (F variant)"; key {[ISO_Level3_Latch, ISO_Level3_Latch, f, F]}; key {[space, space, f, F]}; modifier_map Mod5 { }; };