Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jun 1995 13:50:06 +0100 (BST)
From:      Scott Telford <st@epcc.ed.ac.uk>
To:        bugs@freebsd.org
Subject:   syscons UK keyboard map bug
Message-ID:  <1193.9506191250@subnode.epcc.ed.ac.uk>

next in thread | raw e-mail | index | archive | help
The syscons UK keyboard map ("uk.iso.kbd") in 2.0.5 has a "\" where it
should have a "`", judging from the UK-layout keybards I've seen. Here's
a patch:

--- uk.iso.kbd_orig	Sat Jun 10 10:58:32 1995
+++ uk.iso.kbd	Fri Jun 16 22:03:15 1995
@@ -43,7 +43,7 @@
   038   'l'    'L'    ff     ff     'l'    'L'    ff     ff      C
   039   ';'    ':'    nop    nop    ';'    ':'    nop    nop     O
   040   '''    '@'    nul    nul    '''    '@'    nul    nul     O
-  041   '\'    '|'    fs     fs     '\'    '\'    fs     fs      O
+  041   '`'    '|'    fs     fs     '\'    '\'    fs     fs      O
   042   lshift lshift lshift lshift lshift lshift lshift lshift  O
   043   '#'    '~'    nop    nop    '~'    '~'    nop    nop     O
   044   'z'    'Z'    sub    sub    'z'    'Z'    sub    sub     C



-- 
Scott Telford, Edinburgh Parallel Computing Centre,        <s.telford@ed.ac.uk>
University of Edinburgh, Mayfield Rd, Edinburgh, EH9 3JZ, UK.(+44 131 650 5978)
-- "We do want to tour again, we will tour again" - Kate Bush, Munich, 1980. --



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1193.9506191250>