xref: /illumos-gate/usr/src/cmd/loadkeys/type_4/france_5 (revision 7c478bd95313f5f23a4c958a745db2134aa03244)
1*7c478bd9Sstevel@tonic-gate#
2*7c478bd9Sstevel@tonic-gate#
3*7c478bd9Sstevel@tonic-gate# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
4*7c478bd9Sstevel@tonic-gate# Use is subject to license terms.
5*7c478bd9Sstevel@tonic-gate#
6*7c478bd9Sstevel@tonic-gate# CDDL HEADER START
7*7c478bd9Sstevel@tonic-gate#
8*7c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the
9*7c478bd9Sstevel@tonic-gate# Common Development and Distribution License, Version 1.0 only
10*7c478bd9Sstevel@tonic-gate# (the "License").  You may not use this file except in compliance
11*7c478bd9Sstevel@tonic-gate# with the License.
12*7c478bd9Sstevel@tonic-gate#
13*7c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14*7c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
15*7c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions
16*7c478bd9Sstevel@tonic-gate# and limitations under the License.
17*7c478bd9Sstevel@tonic-gate#
18*7c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
19*7c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
20*7c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
21*7c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
22*7c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
23*7c478bd9Sstevel@tonic-gate#
24*7c478bd9Sstevel@tonic-gate# CDDL HEADER END
25*7c478bd9Sstevel@tonic-gate#
26*7c478bd9Sstevel@tonic-gate# ident	"%Z%%M%	%I%	%E% SMI"
27*7c478bd9Sstevel@tonic-gate#
28*7c478bd9Sstevel@tonic-gate# French Type 5 key layout
29*7c478bd9Sstevel@tonic-gate#
30*7c478bd9Sstevel@tonic-gate# "caps lock" acts as "shift lock" on this keyboard
31*7c478bd9Sstevel@tonic-gate#
32*7c478bd9Sstevel@tonic-gatekey 42	 base � shift nop caps � ctrl � altg nop
33*7c478bd9Sstevel@tonic-gatekey 30	 base & shift 1 caps & ctrl & altg nop
34*7c478bd9Sstevel@tonic-gatekey 31	 base � shift 2 caps � ctrl � altg ~
35*7c478bd9Sstevel@tonic-gatekey 32	 base '"' shift 3 caps '"' ctrl '"' altg #
36*7c478bd9Sstevel@tonic-gatekey 33	 base '\'' shift 4 caps '\'' ctrl '\'' altg {
37*7c478bd9Sstevel@tonic-gatekey 34	 base ( shift 5 caps ( ctrl ^[ altg [
38*7c478bd9Sstevel@tonic-gatekey 35	 base - shift 6 caps - ctrl ^_ altg |
39*7c478bd9Sstevel@tonic-gatekey 36	 base � shift 7 caps � ctrl � altg `
40*7c478bd9Sstevel@tonic-gatekey 37	 base _ shift 8 caps _ ctrl ^\ altg \
41*7c478bd9Sstevel@tonic-gatekey 38	 base � shift 9 caps � ctrl ^^ altg ^
42*7c478bd9Sstevel@tonic-gatekey 39	 base � shift 0 caps � ctrl ^@ altg @
43*7c478bd9Sstevel@tonic-gatekey 40	 base ) shift � caps ) ctrl ^] altg ]
44*7c478bd9Sstevel@tonic-gatekey 41	 base = shift + caps = ctrl = altg }
45*7c478bd9Sstevel@tonic-gatekey 54   base a shift A caps A ctrl ^A altg nop
46*7c478bd9Sstevel@tonic-gatekey 55	 base z shift Z caps Z ctrl ^Z altg nop
47*7c478bd9Sstevel@tonic-gatekey 64	 base fa_cflex shift fa_umlaut caps fa_cflex ctrl fa_cflex altg nop
48*7c478bd9Sstevel@tonic-gatekey 65	 base $ shift � caps $ ctrl $ altg �
49*7c478bd9Sstevel@tonic-gatekey 77   base q shift Q caps Q ctrl ^Q altg nop
50*7c478bd9Sstevel@tonic-gatekey 86   base m shift M caps M ctrl ^M altg nop
51*7c478bd9Sstevel@tonic-gatekey 87	 base � shift % caps � ctrl � altg nop
52*7c478bd9Sstevel@tonic-gatekey 88	 base * shift � caps * ctrl * altg nop
53*7c478bd9Sstevel@tonic-gatekey 124	 base < shift > caps < ctrl < altg nop numl nonl
54*7c478bd9Sstevel@tonic-gatekey 100	 base w shift W caps W ctrl ^W altg nop
55*7c478bd9Sstevel@tonic-gatekey 106  base , shift ? caps , ctrl , altg nop
56*7c478bd9Sstevel@tonic-gatekey 107  base ; shift . caps ; ctrl ; altg nop
57*7c478bd9Sstevel@tonic-gatekey 108  base : shift / caps : ctrl : altg nop
58*7c478bd9Sstevel@tonic-gatekey 109  base ! shift � caps ! ctrl ! altg nop
59*7c478bd9Sstevel@tonic-gate#
60*7c478bd9Sstevel@tonic-gate#
61*7c478bd9Sstevel@tonic-gate#
62*7c478bd9Sstevel@tonic-gate# New function keys assigned old codes
63*7c478bd9Sstevel@tonic-gate#
64*7c478bd9Sstevel@tonic-gatekey 44   all bf(8)
65*7c478bd9Sstevel@tonic-gatekey 52   all rf(7)
66*7c478bd9Sstevel@tonic-gatekey 96   all rf(9)
67*7c478bd9Sstevel@tonic-gatekey 74   all rf(13)
68*7c478bd9Sstevel@tonic-gatekey 123  all rf(15)
69*7c478bd9Sstevel@tonic-gatekey 20   all string+uparrow
70*7c478bd9Sstevel@tonic-gatekey 24   all string+leftarrow
71*7c478bd9Sstevel@tonic-gatekey 27   all string+downarrow
72*7c478bd9Sstevel@tonic-gatekey 28   all string+rightarrow
73