Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

대소문자 오류 #15

Open
cha2hyun opened this issue Jul 18, 2022 · 1 comment
Open

대소문자 오류 #15

cha2hyun opened this issue Jul 18, 2022 · 1 comment
Assignees

Comments

@cha2hyun
Copy link

쌍자음이 되지 않는 ㅁㄴㅇㄹㅎㅋㅌㅊㅍ는 쉬프트를 인식하지 못합니다.
예시) 쉬프트ㅇ+a+t+e 눌면 Date가 되어야하지만 date로 인식합니다.

@gomjellie
Copy link
Owner

내부 구현체가 아래처럼 생긴 맵을 이용해서 변환시켜주는것이라서 해당 문제를 해결하기 어려워보입니다.

ㅂ => q
ㅃ => Q
ㅈ => w
ㅉ => W
ㅁ => a

혹시 좋은 해결책 있으시면 contributing 부탁드립니다 ㅠㅠ

@gomjellie gomjellie self-assigned this Jul 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants