added alias to tilde on french layouts for consistency
Linux TTY layer, and X11, have this key shifted produce tilde (~). This change takes us from doing nothing to producing this in our TTY layer (vt only, but sc is only special use today). imp notes: Verified the above as best I could, and extracted the longer commit message from the pull request messages. Signed-off-by: Céleste Ornato <celeste@ornato.com> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1688
This commit is contained in:
committed by
Warner Losh
parent
f887d0215f
commit
6af3517a08
@@ -43,7 +43,7 @@
|
||||
038 'l' 'L' ff ff 'l' 'L' ff ff C
|
||||
039 'm' 'M' cr cr 'm' 'M' cr cr C
|
||||
040 0xf9 '%' nul nul ''' '@' nul nul O
|
||||
041 0xb2 nop nop nop '|' '|' nop nop O
|
||||
041 0xb2 '~' nop nop '|' '|' nop nop O
|
||||
042 lshift lshift lshift lshift lshift lshift lshift lshift O
|
||||
043 '*' 0xb5 nop nop '#' '~' nop nop O
|
||||
044 'w' 'W' etb etb 'w' 'W' sub sub C
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
038 'l' 'L' ff ff 'l' 'L' ff ff C
|
||||
039 'm' 'M' cr cr 'm' 'M' cr cr C
|
||||
040 0xf9 '%' nul nul ''' '@' nul nul O
|
||||
041 0xb2 nop nop nop '|' '|' nop nop O
|
||||
041 0xb2 '~' nop nop '|' '|' nop nop O
|
||||
042 lshift lshift lshift lshift lshift lshift lshift lshift O
|
||||
043 '*' 0xb5 nop nop '#' '~' nop nop O
|
||||
044 'w' 'W' etb etb 'w' 'W' sub sub C
|
||||
|
||||
Reference in New Issue
Block a user