diff options
Diffstat (limited to 'dist/xkeyboard-config/symbols/sun_vndr/gb')
-rw-r--r-- | dist/xkeyboard-config/symbols/sun_vndr/gb | 84 |
1 files changed, 67 insertions, 17 deletions
diff --git a/dist/xkeyboard-config/symbols/sun_vndr/gb b/dist/xkeyboard-config/symbols/sun_vndr/gb index d2c21124d..8fa71456c 100644 --- a/dist/xkeyboard-config/symbols/sun_vndr/gb +++ b/dist/xkeyboard-config/symbols/sun_vndr/gb @@ -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 @@ -27,27 +26,78 @@ // or other dealings in this Software without prior written authorization // of the copyright holder. // -xkb_symbols "type4" { - include "sun_vndr/us(type4basic)" - // A few keys are different - key <AE01> { [ 1, exclam ], [brokenbar ] }; - key <AE03> { [ 3, sterling ], [numbersign ] }; - key <AE04> { [ 4, dollar ], [EuroSign ] }; - key <AE11> { [ minus, underscore ], [notsign ] }; - key <AD03> { [ e, E ], [EuroSign ] }; +// +// 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]="United Kingdom"; + + key <TLDE> { [ quoteleft, notsign, brokenbar ] }; + + key <AE02> { [ 2, quotedbl ] }; + key <AE03> { [ 3, sterling ] }; + key <AE04> { [ 4, dollar, EuroSign ] }; + key <BKSL> { [ numbersign, asciitilde ] }; + key <AC11> { [ apostrophe, at ] }; + key <LSGT> { [ backslash, bar ] }; + + include "level3(ralt_switch)" }; -partial + +partial alphanumeric_keys xkb_symbols "type5" { - include "gb(Sundeadkeys)" - key <TLDE> { [ quoteleft, notsign ], [ brokenbar ] }; - key <AD03> { [ e, E ], [ EuroSign ] }; + name[Group1]="United Kingdom - Sun type 5"; + + key <TLDE> { [ quoteleft, notsign, brokenbar ] }; + key <AD03> { [ e, E, EuroSign ] }; + + include "level3(ralt_switch)" + }; -partial -xkb_symbols "type6" { - include "sun_vndr/gb(type5)" + +partial alphanumeric_keys +xkb_symbols "type4" { + + name[Group1]="United Kingdom - Sun type 4"; + + key <AE01> { [ 1, exclam, brokenbar ] }; + key <AE03> { [ 3, sterling, numbersign ] }; + key <AE04> { [ 4, dollar, EuroSign ] }; + key <AE11> { [ minus, underscore, notsign ] }; + key <AD03> { [ e, E, EuroSign ] }; + + include "level3(ralt_switch)" + }; + + +partial alphanumeric_keys + xkb_symbols "basic" { + include "sun_vndr/gb(type6)" +}; + |