mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Fix hr.iso syscons keymap, making it possible to type < and >.
PR: conf/105642 Submitted by: ivoras MFC after: 3 days
This commit is contained in:
parent
6501ffa0c1
commit
586386f70c
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue