Code Monkey home page Code Monkey logo

akorn-input's People

Contributors

bab2min avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

akorn-input's Issues

모음 .이 먹히지 않습니다.

안녕하세요.
이 옛한글입력기를 사용하는 개발자중 한명입니다.
README에 예시를 든 것 중에 shift + ㅠ, shift + ㅜ 를 하면 ᅔᅕ 이 나오는데
ㅠ. 이나 ㅜ.를하면 나오지않습니다.
curVal = curVal.substring(d[1] - 1, d[1]); // 모음 처리를 위해 이부분을 추가함 if( '.' == inserted && (curVal == 'ᅲ' || curVal == 'ᅮ')) { var key = curVal == 'ᅲ' ? "ㅠ" :"ㅜ"; var r = tableAShift[key]; curVal = prefix + r + suffix; } else { if(isVowel(curVal.charCodeAt(0))) { curVal = prefix + curVal + reassemble(inserted, tablePC, tableCP) + suffix; } else { var t1 = tablePA, t2 = tableAP; if(this.compBegin < d[1]-1 && isVowel(prefix.charCodeAt(d[1]-2))) { t1 = tablePC, t2 = tableCP; } var r = reassemble(curVal + inserted, t1, t2); if(r.length > 1) { this.compBegin = prefix.length + r.length - 1; } curVal = prefix + r + suffix; } }

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.