xref: /illumos-gate/usr/src/cmd/loadkeys/type_101/uk (revision 2a8bcb4e)
1*7c478bd9Sstevel@tonic-gate#
2*7c478bd9Sstevel@tonic-gate# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
3*7c478bd9Sstevel@tonic-gate# Use is subject to license terms.
4*7c478bd9Sstevel@tonic-gate#
5*7c478bd9Sstevel@tonic-gate# CDDL HEADER START
6*7c478bd9Sstevel@tonic-gate#
7*7c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the
8*7c478bd9Sstevel@tonic-gate# Common Development and Distribution License, Version 1.0 only
9*7c478bd9Sstevel@tonic-gate# (the "License").  You may not use this file except in compliance
10*7c478bd9Sstevel@tonic-gate# with the License.
11*7c478bd9Sstevel@tonic-gate#
12*7c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
13*7c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
14*7c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions
15*7c478bd9Sstevel@tonic-gate# and limitations under the License.
16*7c478bd9Sstevel@tonic-gate#
17*7c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
18*7c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
19*7c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
20*7c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
21*7c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
22*7c478bd9Sstevel@tonic-gate#
23*7c478bd9Sstevel@tonic-gate# CDDL HEADER END
24*7c478bd9Sstevel@tonic-gate#
25*7c478bd9Sstevel@tonic-gate# UK key layout
26*7c478bd9Sstevel@tonic-gate#
27*7c478bd9Sstevel@tonic-gate
28*7c478bd9Sstevel@tonic-gate# Main Pad Row 1:  digits, Backspace
29*7c478bd9Sstevel@tonic-gatekey 1 base ` shift � caps ` ctrl ` altg �
30*7c478bd9Sstevel@tonic-gatekey 2 base 1 shift ! caps 1 ctrl 1 altg nop
31*7c478bd9Sstevel@tonic-gatekey 3 base 2 shift '"' caps 2 ctrl 2 altg nop
32*7c478bd9Sstevel@tonic-gatekey 4 base 3 shift � caps 3 ctrl 3 altg nop
33*7c478bd9Sstevel@tonic-gatekey 5 base 4 shift $ caps 4 ctrl 4 altg nop
34*7c478bd9Sstevel@tonic-gatekey 6 base 5 shift % caps 5 ctrl 5 altg nop
35*7c478bd9Sstevel@tonic-gatekey 7 base 6 shift ^ caps 6 ctrl ^^ altg nop
36*7c478bd9Sstevel@tonic-gatekey 8 base 7 shift & caps 7 ctrl 7 altg nop
37*7c478bd9Sstevel@tonic-gatekey 9 base 8 shift * caps 8 ctrl 8 altg nop
38*7c478bd9Sstevel@tonic-gatekey 10 base 9 shift ( caps 9 ctrl 9 altg nop
39*7c478bd9Sstevel@tonic-gatekey 11 base 0 shift ) caps 0 ctrl 0 altg nop
40*7c478bd9Sstevel@tonic-gatekey 12 base - shift _ caps - ctrl ^_ altg nop
41*7c478bd9Sstevel@tonic-gatekey 13 base = shift + caps = ctrl = altg nop
42*7c478bd9Sstevel@tonic-gatekey 14 all hole
43*7c478bd9Sstevel@tonic-gatekey 15 all '\b'
44*7c478bd9Sstevel@tonic-gate
45*7c478bd9Sstevel@tonic-gate# Main Pad Row 2:  Tab, QWERTY...
46*7c478bd9Sstevel@tonic-gatekey 17 base q shift Q caps Q ctrl ^Q altg nop
47*7c478bd9Sstevel@tonic-gatekey 18 base w shift W caps W ctrl ^W altg nop
48*7c478bd9Sstevel@tonic-gatekey 20 base r shift R caps R ctrl ^R altg nop
49*7c478bd9Sstevel@tonic-gatekey 22 base y shift Y caps Y ctrl ^Y altg nop
50*7c478bd9Sstevel@tonic-gatekey 25 base o shift O caps O ctrl ^O altg nop
51*7c478bd9Sstevel@tonic-gatekey 26 base p shift P caps P ctrl ^P altg nop
52*7c478bd9Sstevel@tonic-gatekey 27 base [ shift { caps [ ctrl ^[ altg nop
53*7c478bd9Sstevel@tonic-gatekey 28 base ] shift } caps ] ctrl ^] altg nop
54*7c478bd9Sstevel@tonic-gatekey 29 base # shift ~ caps # ctrl # altg nop
55*7c478bd9Sstevel@tonic-gate
56*7c478bd9Sstevel@tonic-gate# Main Pad Row 3:  CapsLock, ASDFGH..., Enter
57*7c478bd9Sstevel@tonic-gatekey 31 base a shift A caps A ctrl ^A altg nop
58*7c478bd9Sstevel@tonic-gatekey 32 base s shift S caps S ctrl ^S altg nop
59*7c478bd9Sstevel@tonic-gatekey 40 base ; shift : caps ; ctrl ; altg nop
60*7c478bd9Sstevel@tonic-gatekey 41 base '\'' shift @ caps '\'' ctrl '\'' altg nop
61*7c478bd9Sstevel@tonic-gatekey 42 base # shift ~ caps # ctrl # altg nop
62*7c478bd9Sstevel@tonic-gate
63*7c478bd9Sstevel@tonic-gate# Main Pad Row 4:  Shift, ZXCVBN..., Shift
64*7c478bd9Sstevel@tonic-gatekey 45 base '\\' shift | caps '\\' ctrl ^\ altg nop numl nonl up nop
65*7c478bd9Sstevel@tonic-gatekey 46 base z shift Z caps Z ctrl ^Z altg nop
66*7c478bd9Sstevel@tonic-gatekey 47 base x shift X caps X ctrl ^X altg nop
67*7c478bd9Sstevel@tonic-gatekey 48 base c shift C caps C ctrl ^C altg nop
68*7c478bd9Sstevel@tonic-gatekey 52 base m shift M caps M ctrl '\r' altg nop
69*7c478bd9Sstevel@tonic-gatekey 53 base , shift < caps , ctrl , altg nop
70*7c478bd9Sstevel@tonic-gatekey 54 base . shift > caps . ctrl . altg nop
71*7c478bd9Sstevel@tonic-gatekey 55 base / shift ? caps / ctrl ^_ altg nop
72*7c478bd9Sstevel@tonic-gatekey 56 all nop
73*7c478bd9Sstevel@tonic-gate
74*7c478bd9Sstevel@tonic-gate# Main Pad Row 5:  Ctrl, Alt, Space, ...
75*7c478bd9Sstevel@tonic-gatekey 62 all shiftkeys+altgraph up shiftkeys+altgraph
76*7c478bd9Sstevel@tonic-gate
77*7c478bd9Sstevel@tonic-gate# Numeric Pad
78*7c478bd9Sstevel@tonic-gatekey 104 base '\177' shift . caps '\177' ctrl paddot altg nop numl paddot
79*7c478bd9Sstevel@tonic-gate
80*7c478bd9Sstevel@tonic-gate# Japanese Keys
81*7c478bd9Sstevel@tonic-gatekey 131 all hole
82*7c478bd9Sstevel@tonic-gatekey 132 all hole
83*7c478bd9Sstevel@tonic-gatekey 133 all hole
84*7c478bd9Sstevel@tonic-gate
85*7c478bd9Sstevel@tonic-gate# Korean Keys
86*7c478bd9Sstevel@tonic-gatekey 150 all hole
87*7c478bd9Sstevel@tonic-gatekey 151 all hole
88