Date: Mon, 18 Aug 2014 13:16:07 +0200 From: Stefan Esser <se@freebsd.org> To: Tomoaki AOKI <junchoon@dec.sakura.ne.jp>, freebsd-stable@freebsd.org Cc: freebsd-users-jp@freebsd.org Subject: [FreeBSD-users-jp 95250] Re: TESTING required: keyboard maps for NEWCONS (committed to -CURRENT and available for -STABLE) Message-ID: <53F1E077.7060205@freebsd.org> In-Reply-To: <20140818185356.7e2b6f20f216bd6076ec0da5@dec.sakura.ne.jp> References: <53F11248.4070305@freebsd.org> <20140818185356.7e2b6f20f216bd6076ec0da5@dec.sakura.ne.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------000709080204040106060802 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit 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 --------------000709080204040106060802 Content-Type: text/plain; charset=windows-1252; name="jp.kbd.withyen.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="jp.kbd.withyen.diff" 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 --------------000709080204040106060802--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53F1E077.7060205>