diff options
author | philip <philip@FreeBSD.org> | 2007-02-04 17:10:18 +0000 |
---|---|---|
committer | philip <philip@FreeBSD.org> | 2007-02-04 17:10:18 +0000 |
commit | 5971b391cca4402ceb2988efdbab78702b5a706f (patch) | |
tree | 29e6ac33012bb4fea3a3159d24514285e0865f56 /share/syscons | |
parent | 9fa6fbb8a2f964573ddf5101e47576b243e7ee40 (diff) | |
download | FreeBSD-src-5971b391cca4402ceb2988efdbab78702b5a706f.zip FreeBSD-src-5971b391cca4402ceb2988efdbab78702b5a706f.tar.gz |
Fix hr.iso syscons keymap, making it possible to type < and >.
PR: conf/105642
Submitted by: ivoras
MFC after: 3 days
Diffstat (limited to 'share/syscons')
-rw-r--r-- | share/syscons/keymaps/hr.iso.kbd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/syscons/keymaps/hr.iso.kbd b/share/syscons/keymaps/hr.iso.kbd index 1353027..a396a31 100644 --- a/share/syscons/keymaps/hr.iso.kbd +++ b/share/syscons/keymaps/hr.iso.kbd @@ -56,8 +56,8 @@ 048 'b' 'B' stx stx '{' '{' stx stx C 049 'n' 'N' so so '}' '}' so so C 050 'm' 'M' cr cr 167 167 cr cr C - 051 ',' ';' nop nop ',' ';' nop nop O - 052 '.' ':' nop nop '.' ':' nop nop O + 051 ',' ';' nop nop '<' ';' '<' nop O + 052 '.' ':' nop nop '>' ':' '>' nop O 053 '-' '_' nop nop '-' '_' nop nop O 054 rshift rshift rshift rshift rshift rshift rshift rshift O 055 '*' '*' '*' '*' '*' '*' '*' '*' O |