ref: 270dbb2be1842cb2a18c9f20f7b71fd54d37fce8
parent: b5ec937ed0c01778636d71b40648e8c46d65b6fb
author: Jacob Moody <moody@posixcafe.org>
date: Wed Oct 12 14:25:47 EDT 2022
/sys/lib/kbmap/jp: correct Zenkaku control character Historically, ktrans used ^t for completion as denoted in the older README's and thus likely was using ^e for (e)nglish mode at some point. While the ktrans we imported had this changed around already, our older Jp kbmap was still emitting ^e for Zenkaku. This has been updated to give ^t, the current control sequence for english mode.
--- a/sys/lib/kbmap/jp
+++ b/sys/lib/kbmap/jp
@@ -21,7 +21,7 @@
1 0x1b '{
1 0x27 '+
1 0x28 '*
-1 0x29 '
+1 0x29 '
1 0x2b '}
1 0x39 '
1 0x3a 0xf864
--
⑨