new keyboard layout 3-set shin p2

This commit is contained in:
minjaesong
2021-10-24 11:58:52 +09:00
parent 9678338079
commit 631e33c07c
3 changed files with 504 additions and 2 deletions

View File

@@ -328,7 +328,7 @@ let bufAssemble = (isPreview) => {
}
//let bufDebugStringify = (buf) => [0,1,2].map(i => (buf[i] == undefined) ? "·" : `\\u${buf[i].codePointAt(0).toString(16).toUpperCase()}`).join(' ')
let bufDebugStringify = (buf) => [0,1,2].map(i => (buf[i] == undefined) ? "·" : `${buf[i]}`).join(' ')
return Object.freeze({"n":"두벌식 표준","states":states,
return Object.freeze({"n":"두벌식 표준","states":states,"c":"CuriousTo\uA75Bvald",
// return: [displayed output, composed output]
"accept":(headkey,shiftin,altgrin)=>{
let layer = 1*shiftin// + 2*altgrin