Use correct name 'us' for character 31 in keymaps
'ns' was a historical accident, and kbdcontrol(1) has accepted the correct 'us' as well as 'ns' since r38139. PR: 205776 MFC after: 1 week
This commit is contained in:
parent
e11cb5d764
commit
34dcad2f19
@ -18,7 +18,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
|
||||
@ -90,7 +90,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 O
|
||||
087 fkey11 fkey23 fkey35 fkey47 scr11 scr11 scr11 scr11 O
|
||||
@ -148,7 +148,7 @@
|
||||
137 '8' '*' nop nop '8' '*' nop nop O
|
||||
138 '9' '(' nop nop '9' '(' nop nop O
|
||||
139 '0' ')' nop nop '0' ')' nop nop O
|
||||
140 '-' '_' ns ns '-' '_' ns ns O
|
||||
140 '-' '_' us us '-' '_' us us O
|
||||
141 '=' '+' nop nop '=' '+' nop nop O
|
||||
142 bs bs del del bs bs del del O
|
||||
143 ht btab nop nop ht btab nop nop O
|
||||
@ -220,7 +220,7 @@
|
||||
209 fkey59 '3' '3' '3' '3' '3' '3' '3' N
|
||||
210 fkey60 '0' '0' '0' '0' '0' '0' '0' N
|
||||
211 del '.' '.' '.' '.' '.' boot boot N
|
||||
212 ns ns ns ns ns ns ns ns O
|
||||
212 us us us us us us us us O
|
||||
213 nop nop nop nop nop nop nop nop O
|
||||
214 '\' '|' nop nop '\' '|' nop nop O
|
||||
215 fkey11 fkey23 fkey35 fkey47 scr11 scr11 scr11 scr11 O
|
||||
|
@ -18,7 +18,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
|
||||
@ -90,7 +90,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 O
|
||||
087 fkey11 fkey23 fkey35 fkey47 scr11 scr11 scr11 scr11 O
|
||||
@ -148,7 +148,7 @@
|
||||
137 '8' '*' nop nop '8' '*' nop nop O
|
||||
138 '9' '(' nop nop '9' '(' nop nop O
|
||||
139 '0' ')' nop nop '0' ')' nop nop O
|
||||
140 '-' '_' ns ns '-' '_' ns ns O
|
||||
140 '-' '_' us us '-' '_' us us O
|
||||
141 '=' '+' nop nop '=' '+' nop nop O
|
||||
142 bs bs del del bs bs del del O
|
||||
143 ht btab nop nop ht btab nop nop O
|
||||
@ -220,7 +220,7 @@
|
||||
209 fkey59 '3' '3' '3' '3' '3' '3' '3' N
|
||||
210 fkey60 '0' '0' '0' '0' '0' '0' '0' N
|
||||
211 del '.' '.' '.' '.' '.' boot boot N
|
||||
212 ns ns ns ns ns ns ns ns O
|
||||
212 us us us us us us us us O
|
||||
213 nop nop nop nop nop nop nop nop O
|
||||
214 '\' '|' nop nop '\' '|' nop nop O
|
||||
215 fkey11 fkey23 fkey35 fkey47 scr11 scr11 scr11 scr11 O
|
||||
|
@ -46,7 +46,7 @@
|
||||
009 '8' '*' nop nop '8' '*' nop nop O
|
||||
010 '9' '(' nop nop '9' '(' nop nop O
|
||||
011 '0' ')' nop nop 0xf6 0xd6 nop nop O
|
||||
012 '-' '_' ns ns 0xfc 0xdc ns ns C
|
||||
012 '-' '_' us us 0xfc 0xdc us us C
|
||||
013 '=' '+' nop nop 0xf3 0xd3 nop nop C
|
||||
014 bs bs del del bs bs del del O
|
||||
015 ht btab nop nop ht btab nop nop O
|
||||
@ -175,7 +175,7 @@
|
||||
137 '8' '*' nop nop '8' '*' nop nop O
|
||||
138 '9' '(' nop nop '9' '(' nop nop O
|
||||
139 0xf6 0xd6 nop nop '0' ')' nop nop O
|
||||
140 0xfc 0xdc ns ns '-' '_' ns ns C
|
||||
140 0xfc 0xdc us us '-' '_' us us C
|
||||
141 0xf3 0xd3 nop nop '=' '+' nop nop C
|
||||
142 bs bs del del bs bs del del O
|
||||
143 ht btab nop nop ht btab nop nop O
|
||||
|
@ -60,7 +60,7 @@
|
||||
050 'm' 'M' cr cr '<' nop cr cr C
|
||||
051 ',' '?' nop nop ';' nop nop nop O
|
||||
052 '.' ':' nop nop '>' nop nop nop O
|
||||
053 '-' '_' ns ns '*' nop nop nop O
|
||||
053 '-' '_' us us '*' nop nop nop O
|
||||
054 rshift rshift rshift rshift rshift rshift rshift rshift O
|
||||
055 '*' '*' '*' '*' '*' '*' '*' '*' O
|
||||
056 lalt lalt lalt lalt lalt lalt lalt lalt O
|
||||
|
@ -15,7 +15,7 @@
|
||||
009 '8' '*' nop nop 0x016b 0x0172 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 0x017e 0x017d nop nop O
|
||||
014 bs bs del del bs bs del del O
|
||||
015 ht btab nop nop ht btab nop nop O
|
||||
@ -87,7 +87,7 @@
|
||||
081 fkey59 '3' '3' '3' '3' '3' '3' '3' N
|
||||
082 fkey60 '0' '0' '0' '0' '0' '0' '0' N
|
||||
083 del '.' ',' ',' 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 ralt ralt ralt ralt ralt ralt ralt ralt O
|
||||
087 fkey11 fkey23 fkey35 fkey47 scr11 scr11 scr11 scr11 O
|
||||
@ -143,7 +143,7 @@
|
||||
137 0x016b 0x016a nop nop '8' '*' nop nop C
|
||||
138 '9' '(' nop nop '9' '(' nop nop O
|
||||
139 '0' ')' nop nop '0' ')' nop nop O
|
||||
140 '-' '_' ns ns '-' '_' ns ns O
|
||||
140 '-' '_' us us '-' '_' us us O
|
||||
141 0x017e 0x017d nop nop '=' '+' nop nop C
|
||||
142 bs bs del del bs bs del del O
|
||||
143 ht btab nop nop ht btab nop nop O
|
||||
@ -215,7 +215,7 @@
|
||||
209 fkey59 '3' '3' '3' '3' '3' '3' '3' N
|
||||
210 fkey60 '0' '0' '0' '0' '0' '0' '0' N
|
||||
211 del ',' '.' '.' del '.' boot boot N
|
||||
212 ns ns ns ns ns ns ns ns O
|
||||
212 us us us us us us us us O
|
||||
213 nop nop nop nop nop nop nop nop O
|
||||
214 ralt ralt ralt ralt ralt ralt ralt ralt O
|
||||
215 fkey11 fkey23 fkey35 fkey47 scr11 scr11 scr11 scr11 O
|
||||
|
@ -17,7 +17,7 @@
|
||||
009 '8' '(' nop nop '[' '*' nop nop O
|
||||
010 '9' ')' nop nop ']' '(' nop nop O
|
||||
011 '0' '=' nop nop '}' ')' 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
|
||||
|
@ -17,7 +17,7 @@
|
||||
009 '8' '(' nop nop '[' '*' nop nop O
|
||||
010 '9' ')' nop nop ']' '(' nop nop O
|
||||
011 '0' '=' nop nop '}' ')' 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
|
||||
|
@ -15,7 +15,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 btab btab nop nop O
|
||||
@ -144,7 +144,7 @@
|
||||
137 '8' ';' nop nop '8' '*' nop nop O
|
||||
138 '9' '?' nop nop '9' '(' nop nop O
|
||||
139 '0' '%' nop nop '0' ')' nop nop O
|
||||
140 '-' '_' ns ns '-' '_' ns ns O
|
||||
140 '-' '_' us us '-' '_' us us O
|
||||
141 '=' '+' nop nop '=' '+' nop nop O
|
||||
142 bs bs del del bs bs del del O
|
||||
143 ht btab nop nop btab btab nop nop O
|
||||
|
@ -27,7 +27,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 0x0456 0x0406 0xf7 0xf7 O
|
||||
012 '-' '_' us us 0x0456 0x0406 0xf7 0xf7 O
|
||||
013 '=' '+' nop nop 0x0454 0x0404 nop nop O
|
||||
014 bs bs del del bs bs 0x042a 0x042a O
|
||||
015 ht btab nop nop ht btab nop nop O
|
||||
@ -155,7 +155,7 @@
|
||||
137 '8' '*' nop nop '8' '*' nop nop O
|
||||
138 '9' '(' nop nop '9' '(' nop nop O
|
||||
139 '0' ')' nop nop '0' ')' nop nop O
|
||||
140 0x0456 0x0406 ns ns '-' '_' 0xf7 0xf7 O
|
||||
140 0x0456 0x0406 us us '-' '_' 0xf7 0xf7 O
|
||||
141 0x0454 0x0404 nop nop '=' '+' nop nop O
|
||||
142 bs bs del del bs bs 0x042a 0x042a O
|
||||
143 ht btab nop nop ht btab nop nop O
|
||||
|
Loading…
Reference in New Issue
Block a user