diff options
author | yokota <yokota@FreeBSD.org> | 1999-02-20 02:23:18 +0000 |
---|---|---|
committer | yokota <yokota@FreeBSD.org> | 1999-02-20 02:23:18 +0000 |
commit | a3e231c17966e3eec8a71560f7712e854af6f4c3 (patch) | |
tree | bf2dc535509fdecf67527cf1582511642d9bfdea /share/syscons/keymaps | |
parent | 2967147dea62a3f1669752d06918854f18b2a15a (diff) | |
download | FreeBSD-src-a3e231c17966e3eec8a71560f7712e854af6f4c3.zip FreeBSD-src-a3e231c17966e3eec8a71560f7712e854af6f4c3.tar.gz |
Fix <back quote>/<logical not>/<vertical bar> key.
PR: i386/10130
Diffstat (limited to 'share/syscons/keymaps')
-rw-r--r-- | share/syscons/keymaps/uk.iso-ctrl.kbd | 2 | ||||
-rw-r--r-- | share/syscons/keymaps/uk.iso.kbd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/share/syscons/keymaps/uk.iso-ctrl.kbd b/share/syscons/keymaps/uk.iso-ctrl.kbd index 77a18cf..a4614b4 100644 --- a/share/syscons/keymaps/uk.iso-ctrl.kbd +++ b/share/syscons/keymaps/uk.iso-ctrl.kbd @@ -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 '`' 172 nop nop '|' '|' nop nop 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 diff --git a/share/syscons/keymaps/uk.iso.kbd b/share/syscons/keymaps/uk.iso.kbd index 77a18cf..a4614b4 100644 --- a/share/syscons/keymaps/uk.iso.kbd +++ b/share/syscons/keymaps/uk.iso.kbd @@ -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 '`' 172 nop nop '|' '|' nop nop 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 |