TESTING required: keyboard maps for NEWCONS (committed to -CURRENT and available for -STABLE)
Stefan Esser
se at freebsd.org
Mon Aug 18 11:16:28 UTC 2014
Am 18.08.2014 um 11:53 schrieb Tomoaki AOKI:
> Thanks for your work, Stefan!
>
> Please consider modifying scan code 125 in jp.kbd and jp.capsctrl.kbd.
> Changing '\' to 165 (unicode XML entity ¥ is YEN SIGN) matches
> major keyboards in Japan (would be OADG 109A or its variants) with
> unicode locales.
Aoki-sama,
please apply the attached diff within /usr/share/vt/keymaps.
It modifies the line for scan code 125 (both with and without "Alt Gr").
While here, I modified the codes returned when pressing "Ctrl Shift" and
the ¥ key to return "us" instead of "fs" (as was already the case for
key 115 "\"). If this is wrong, I'll leave the old version (return
"fs" for both "Ctrl-\" and for "Ctrl-Shift-\").
Please let me know which version you want to see committed ...
Best regards, STefan
-------------- next part --------------
Index: jp.capsctrl.kbd
===================================================================
--- jp.capsctrl.kbd (revision 270128)
+++ jp.capsctrl.kbd (working copy)
@@ -117,4 +117,4 @@
115 '\' '_' fs us '\' '_' fs us O
121 ' ' ' ' nul ' ' ' ' ' ' susp ' ' O
123 ' ' ' ' nul ' ' ' ' ' ' susp ' ' O
- 125 '\' '|' fs fs '\' '|' fs fs O
+ 125 0xa5 '|' fs us 0xa5 '|' fs us O
Index: jp.kbd
===================================================================
--- jp.kbd (revision 270128)
+++ jp.kbd (working copy)
@@ -115,4 +115,4 @@
115 '\' '_' fs us '\' '_' fs us O
121 ' ' ' ' nul ' ' ' ' ' ' susp ' ' O
123 ' ' ' ' nul ' ' ' ' ' ' susp ' ' O
- 125 '\' '|' fs fs '\' '|' fs fs O
+ 125 0xa5 '|' fs us 0xa5 '|' fs us O
More information about the freebsd-stable
mailing list