diff options
author | Kazutaka YOKOTA <yokota@FreeBSD.org> | 1998-08-06 10:00:32 +0000 |
---|---|---|
committer | Kazutaka YOKOTA <yokota@FreeBSD.org> | 1998-08-06 10:00:32 +0000 |
commit | d6cb9696f90a330205c8595540fcd0df139be4dd (patch) | |
tree | 9946edcce13cc22e3ee6332d374eeb27255133ea /share/syscons/keymaps/us.iso.kbd | |
parent | b897510f7a1e0786d4b97f1b4a379b5d2a68609b (diff) |
The control code ^_ (0x1f) should really be called `us' rather than `ns'.
Notes
Notes:
svn path=/head/; revision=38140
Diffstat (limited to 'share/syscons/keymaps/us.iso.kbd')
-rw-r--r-- | share/syscons/keymaps/us.iso.kbd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/syscons/keymaps/us.iso.kbd b/share/syscons/keymaps/us.iso.kbd index 6927e08aed63..389b013560d8 100644 --- a/share/syscons/keymaps/us.iso.kbd +++ b/share/syscons/keymaps/us.iso.kbd @@ -14,7 +14,7 @@ 009 '8' '*' nop nop '8' '*' nop nop O 010 '9' '(' nop nop '9' '(' nop nop O 011 '0' ')' nop nop '0' ')' nop nop O - 012 '-' '_' ns ns '-' '_' ns ns O + 012 '-' '_' us us '-' '_' us us O 013 '=' '+' nop nop '=' '+' nop nop O 014 bs bs del del bs bs del del O 015 ht btab nop nop ht btab nop nop O @@ -86,7 +86,7 @@ 081 fkey59 '3' '3' '3' '3' '3' '3' '3' N 082 fkey60 '0' '0' '0' '0' '0' '0' '0' N 083 del '.' '.' '.' '.' '.' boot boot N - 084 ns ns ns ns ns ns ns ns O + 084 us us us us us us us us O 085 nop nop nop nop nop nop nop nop O 086 nop nop nop nop nop nop nop nop O 087 fkey11 fkey23 fkey35 fkey47 scr11 scr11 scr11 scr11 O |