mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix the key marked '9' ')' ']' to produce ascii gs with control.
This commit is contained in:
parent
1e6f3a5daf
commit
08bc46952f
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
007 '6' '&' nop nop nop nop nop nop O
|
||||
008 '7' '/' nop nop '{' nop nop nop O
|
||||
009 '8' '(' nop nop '[' nop nop nop O
|
||||
010 '9' ')' nop nop ']' nop nop nop O
|
||||
010 '9' ')' nop nop ']' nop gs nop O
|
||||
011 '0' '=' nop nop '}' nop nop nop O
|
||||
012 '+' '?' nop nop '\' nop fs nop O
|
||||
013 128 '`' nop nop nop nop nop nop O
|
||||
|
|
|
|||
Loading…
Reference in a new issue