blob: dab031f8e74ecf38b439579eb610666da36b00d1 [file] [log] [blame]
#--------------------------------------------------------------------
# Copyright (c) 1999-2001, International Business Machines
# Corporation and others. All Rights Reserved.
#--------------------------------------------------------------------
# Date: Tue Jan 23 12:42:05 2001
#--------------------------------------------------------------------
# KeyboardEscape-Latin1
### $esc='';
### $grave='`';
### $acute='';
### $hat='^';
### $tilde='~';
### $umlaut=':';
### $ring='.';
### $cedilla=',';
### $slash='/';
### $super='^';
# Make keyboard entry of {esc} possible
# and of backslash
'\\'''>'';
'\\\\'>'\\';
# Long keys
cur''>¤;
sec''>§;
not''>¬;
mul''>×;
div''>÷;
\\ ''> ; # non-breaking space
'!'''>¡; # inverted exclamation
c'/'''>¢; # cent sign
lb''>£; # pound sign
'|'''>¦; # broken vertical bar
':'''>¨; # umlaut
'^' a''>ª; # feminine ordinal
'<<'''>«;
r''>®;
'--'''>¯;
'-'''>­;
'+-'''>±;
'^' 2''>²;
'^' 3''>³;
''''>´;
m''>µ;
para''>¶;
dot''>·;
','''>¸;
'^' 1''>¹;
'^' o''>º; # masculine ordinal
'>>'''>»;
'1/4'''>¼;
'1/2'''>½;
'3/4'''>¾;
'?'''>¿;
A'`'''>À;
A''''>Á;
A'^'''>Â;
A'~'''>Ã;
A':'''>Ä;
A'.'''>Å;
AE''>Æ;
C','''>Ç;
E'`'''>È;
E''''>É;
E'^'''>Ê;
E':'''>Ë;
I'`'''>Ì;
I''''>Í;
I'^'''>Î;
I':'''>Ï;
'D-'''>Ð;
N'~'''>Ñ;
O'`'''>Ò;
O''''>Ó;
O'^'''>Ô;
O'~'''>Õ;
O':'''>Ö;
O'/'''>Ø;
U'`'''>Ù;
U''''>Ú;
U'^'''>Û;
U':'''>Ü;
Y''''>Ý;
TH''>Þ;
ss''>ß;
a'`'''>à;
a''''>á;
a'^'''>â;
a'~'''>ã;
a':'''>ä;
a'.'''>å;
ae''>æ;
c','''>ç;
c''>©; # copyright - after c{cedilla}
e'`'''>è;
e''''>é;
e'^'''>ê;
e':'''>ë;
i'`'''>ì;
i''''>í;
i'^'''>î;
i':'''>ï;
'd-'''>ð;
n'~'''>ñ;
o'`'''>ò;
o''''>ó;
o'^'''>ô;
o'~'''>õ;
o':'''>ö;
o'/'''>ø;
o''>°;
u'`'''>ù;
u''''>ú;
u'^'''>û;
u':'''>ü;
y''''>ý;
y''>¥; # yen sign
th''>þ;
#masked: + "ss''>ÿ;"
# eof