mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
/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.
This commit is contained in:
parent
f337516664
commit
7ea770830e
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
1 0x1b '{
|
||||
1 0x27 '+
|
||||
1 0x28 '*
|
||||
1 0x29 '
|
||||
1 0x29 '
|
||||
1 0x2b '}
|
||||
1 0x39 '
|
||||
1 0x3a 0xf864
|
||||
|
|
Loading…
Reference in a new issue