// $XKeyboardConfig$ // based on // Northern Sami keyboards for Finland, Norway and Sweden // // Describes the differences between a very simple en_US // keyboard and a Norwegian Northern Sami keyboard (with // dead key support) according to the spec on // http://www.hum.uit.no/a/trond/se-lat9-no-keys.html // Written by Børre Gaup // // $XFree86: xc/programs/xkbcomp/symbols/sapmi,v 1.2 2002/11/22 04:03:28 dawes Exp $ partial default alphanumeric_keys xkb_symbols "basic" { include "latin" name[Group1]= "Northern Saami"; key { [ 1, exclam, copyright, exclamdown ] }; key { [ 2, quotedbl, at, registered ] }; key { [ 3, numbersign, sterling, less ] }; key { [ 4, dollar, dollar, greater ] }; key { [ 5, percent, U2022, U2030 ] }; key { [ 6, ampersand, section, paragraph ] }; key { [ 7, slash, braceleft, bar ] }; key { [ 8, parenleft, bracketleft, braceleft ] }; key { [ 9, parenright, bracketright, braceright ] }; key { [ 0, equal, braceright, notequal ] }; key { [ plus, question, division, questiondown ] }; key { [ backslash, grave, acute, asciitilde ] }; key { [ aacute, Aacute, q, Q ] }; key { [ scaron, Scaron, w, W ] }; key { [ e, E, eacute, Eacute ] }; key { [ r, R, registered, trademark ] }; key { [ y, Y, yacute, Yacute ] }; key { [ u, U, udiaeresis, Udiaeresis ] }; key { [ i, I, idiaeresis, Idiaeresis ] }; key { [ o, O, oe, OE ] }; key { [ aring, Aring, acircumflex, Acircumflex ] }; key { [ eng, ENG, quotedbl, asciicircum ] }; key { [ a, A, agrave, Agrave ] }; key { [ s, S, ssharp, apostrophe ] }; key { [ f, F, ordfeminine, ordfeminine ] }; key { [ g, G, gcaron, Gcaron ] }; key { [ h, H, U01E5, U01E4 ] }; key { [ j, J, notsign, multiply ] }; key { [ k, K, U01E9, U01E8 ] }; key { [ l, L, degree, hyphen ] }; key { [ oslash, Ooblique, odiaeresis, Odiaeresis ] }; key { [ ae, AE, adiaeresis, Adiaeresis ] }; key { [ bar, section, brokenbar, paragraph ] }; key { [ dstroke, Dstroke, apostrophe, asterisk ] }; key { [ z, Z, U0292, U01B7 ] }; key { [ ccaron, Ccaron, x, X ] }; key { [ c, C, ccedilla, Ccedilla ] }; key { [ v, V, lessthanequal, guillemotleft ] }; key { [ b, B, greaterthanequal, guillemotright ] }; key { [ n, N, leftsinglequotemark, leftdoublequotemark ] }; key { [ m, M, rightsinglequotemark, rightdoublequotemark ] }; key { [ comma, semicolon, singlelowquotemark, doublelowquotemark ] }; key { [ period, colon, ellipsis, periodcentered ] }; key { [ minus, underscore, endash, emdash ] }; key { type[Group1] = "FOUR_LEVEL", [ zcaron, Zcaron, U01EF, U01EE ] }; include "level3(ralt_switch)" }; xkb_symbols "sefi" { // Describes the differences between a Norwegian Northern Sami // (keyboard with dead key support) and a Swedish/Finnish Sami // keyboard according to the specs at: // http://www.hum.uit.no/a/trond/se-lat9-sefi-keys.html include "smi(basic)" name[Group1]= "Northern Saami - Finish and Swedish"; key { [odiaeresis, Odiaeresis, oslash, Ooblique ] }; key { [adiaeresis, Adiaeresis, ae, AE ] }; }; partial alphanumeric_keys xkb_symbols "nodeadkeys" { // Modifies the basic Norwegian layout to eliminate dead keys include "smi(basic)" name[Group1]= "Northern Saami - Eliminate dead keys"; key { [ backslash, grave, acute, ogonek ] }; };