diff options
Diffstat (limited to 'dist/xkeyboard-config/symbols/sun_vndr/fi')
-rw-r--r-- | dist/xkeyboard-config/symbols/sun_vndr/fi | 74 |
1 files changed, 61 insertions, 13 deletions
diff --git a/dist/xkeyboard-config/symbols/sun_vndr/fi b/dist/xkeyboard-config/symbols/sun_vndr/fi index 2c524180e..2b203e1fc 100644 --- a/dist/xkeyboard-config/symbols/sun_vndr/fi +++ b/dist/xkeyboard-config/symbols/sun_vndr/fi @@ -1,6 +1,5 @@ -// $XdotOrg: $ // -// Copyright 2004 Sun Microsystems, Inc. All rights reserved. +// Copyright 2010 Sun Microsystems, Inc. All rights reserved. // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the @@ -11,7 +10,7 @@ // copyright notice(s) and this permission notice appear in all copies of // the Software and that both the above copyright notice(s) and this // permission notice appear in supporting documentation. -// +// // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS // OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT @@ -21,22 +20,71 @@ // 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. -// +// // Except as contained in this notice, the name of a copyright holder // shall not be used in advertising or otherwise to promote the sale, use // or other dealings in this Software without prior written authorization // of the copyright holder. // + +// +// CDDL HEADER START +// +// The contents of this file are subject to the terms of the +// Common Development and Distribution License (the "License"). +// You may not use this file except in compliance with the License. +// +// You can obtain a copy of the license at src/OPENSOLARIS.LICENSE +// or http://www.opensolaris.org/os/licensing. +// See the License for the specific language governing permissions +// and limitations under the License. +// +// When distributing Covered Code, include this CDDL HEADER in each +// file and include the License file at src/OPENSOLARIS.LICENSE. +// If applicable, add the following below this CDDL HEADER, with the +// fields enclosed by brackets "[]" replaced with your own identifying +// information: Portions Copyright [yyyy] [name of copyright owner] +// +// CDDL HEADER END +// + +partial default alphanumeric_keys +xkb_symbols "type6" { + + name[Group1]="Finland"; + + key <TLDE> { [ section, onehalf ] }; + key <AE01> { [ 1, exclam ] }; + key <AE02> { [ 2, quotedbl, at ] }; + key <AE03> { [ 3, numbersign, sterling ] }; + key <AE04> { [ 4, currency, dollar ] }; + key <AE05> { [ 5, percent ] }; + key <AE06> { [ 6, ampersand ] }; + key <AE07> { [ 7, slash, braceleft ] }; + key <AE08> { [ 8, parenleft, bracketleft ] }; + key <AE09> { [ 9, parenright, bracketright ] }; + key <AE10> { [ 0, equal, braceright ] }; + key <AE11> { [ plus, question, backslash ] }; + key <AE12> { [ dead_acute, dead_grave ] }; + key <AD03> { [ e, E, EuroSign ] }; + key <AD11> { [ aring, Aring ] }; + key <AD12> { [ dead_diaeresis, asciicircum, asciitilde ] }; + key <AC10> { [ odiaeresis, Odiaeresis ] }; + key <AC11> { [ adiaeresis, Adiaeresis ] }; + key <BKSL> { [ apostrophe, asterisk, quoteleft ] }; + key <LSGT> { [ less, greater, bar ] }; + key <AB08> { [ comma, semicolon ] }; + key <AB09> { [ period, colon ] }; + key <AB10> { [ minus, underscore ] }; + + include "level3(ralt_switch)" + include "kpdl(comma)" + +}; -xkb_symbols "basic" { - include "fi" - // A few keys are different - key <AE11> { [ plus, question ], - [ backslash ] }; - key <AD12> { [ diaeresis, asciicircum ], - [ asciitilde ] }; - key <BKSL> { [ apostrophe, asterisk ], - [ quoteleft ] }; +partial alphanumeric_keys + xkb_symbols "basic" { + include "sun_vndr/fi(type6)" }; |