diff options
author | Jacob Moody <moody@posixcafe.org> | 2022-10-12 18:25:47 +0000 |
---|---|---|
committer | Jacob Moody <moody@posixcafe.org> | 2022-10-12 18:25:47 +0000 |
commit | 7ea770830e0b91046332ddbf350154a58713c386 (patch) | |
tree | 573e2b223cfbfabf90339f962c1ba35e79c80b82 /sys/lib/kbmap | |
parent | f337516664d52d6211ded7a74237c72057734e1c (diff) |
/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.
Diffstat (limited to 'sys/lib/kbmap')
-rw-r--r-- | sys/lib/kbmap/jp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/lib/kbmap/jp b/sys/lib/kbmap/jp index b9165b386..0ea63a8b1 100644 --- 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 |