mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Fix the '\' next to lshift for users of Belgian keyboards.
Submitted by: Glenn Matthys <glenn@opengate.be> Approved by: njl
This commit is contained in:
parent
4b6c8c6498
commit
bab58ce907
2 changed files with 2 additions and 2 deletions
|
|
@ -89,7 +89,7 @@
|
|||
083 del '.' '.' '.' '.' '.' boot boot N
|
||||
084 nop nop nop nop nop nop nop nop O
|
||||
085 nop nop nop nop nop nop nop nop O
|
||||
086 '<' '>' fs fs '\' '\' fs fs O
|
||||
086 '<' '>' fs fs '\' '\' '\' fs O
|
||||
087 fkey11 fkey23 fkey35 fkey47 scr11 scr11 scr11 scr11 O
|
||||
088 fkey12 fkey24 fkey36 fkey48 scr12 scr12 scr12 scr12 O
|
||||
089 cr cr nl nl cr cr nl nl O
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
083 del '.' '.' '.' '.' '.' boot boot N
|
||||
084 nop nop nop nop nop nop nop nop O
|
||||
085 nop nop nop nop nop nop nop nop O
|
||||
086 '<' '>' fs fs '\' '\' fs fs O
|
||||
086 '<' '>' fs fs '\' '\' '\' fs O
|
||||
087 fkey11 fkey23 fkey35 fkey47 scr11 scr11 scr11 scr11 O
|
||||
088 fkey12 fkey24 fkey36 fkey48 scr12 scr12 scr12 scr12 O
|
||||
089 cr cr nl nl cr cr nl nl O
|
||||
|
|
|
|||
Loading…
Reference in a new issue