You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
현재 InputSourceManager 에서 영문, 한글 키보드로 com.apple.inputmethod.Korean.2SetKorean,com.apple.keylayout.ABC 로 체크 중이던데
맥에서 구름 입력기를 사용하는 경우에는 위 조건에 맞지 않아 사용이 불가한 것 같아 구름 입력기 지원 요청드립니다.
구름 영문
org.youknowone.inputmethod.Gureum.system
구름 한글
org.youknowone.inputmethod.Gureum.han2
위는 구름 입력기에서 사용하는 키보드입니다.
아래 처럼 체크 목록에만 같이 넣어주면 되지 않을까 싶기도 한데, 코드 다른 부분을 잘 살펴보진 못 했습니다.
staticletkorean={letkoreanInputSources=["com.apple.inputmethod.Korean.2SetKorean","org.youknowone.inputmethod.Gureum.han2"]guardlet inputSource = inputSources.first(where:{ koreanInputSources.contains($0.id)})else{
logger.fault("Failed to find Korean input source from list.")fatalError("Failed to find Korean input source from list.")}returnLanguage(inputSource)}()staticletenglish={letenglishInputSources=["com.apple.keylayout.ABC","org.youknowone.inputmethod.Gureum.system"]guardlet inputSource = inputSources.first(where:{ englishInputSources.contains($0.id)})else{
logger.fault("Failed to find Korean input source from list.")fatalError("Failed to find Korean input source from list.")}returnLanguage(inputSource)}()
로컬에서 빌드해서 확인해보려니 Failed to initialize hid 로그가 출력되고, 키 입력 콜백을 받지 못 하는 것 같아 동작 확인을 못 했네요.
위 문제 해결 방법을 혹시 알고 계시면 공유해주시면, PR 도 받으신다면 구름 입력기 지원되나 확인해보고 PR 요청도 드리도록 하겠습니다.
다시 한 번 좋은 프로그램 공유 감사드립니다 🙇♂️
The text was updated successfully, but these errors were encountered:
안녕하세요 ! 좋은 프로그램 공유 감사드립니다.
현재 InputSourceManager 에서 영문, 한글 키보드로
com.apple.inputmethod.Korean.2SetKorean
,com.apple.keylayout.ABC
로 체크 중이던데맥에서 구름 입력기를 사용하는 경우에는 위 조건에 맞지 않아 사용이 불가한 것 같아 구름 입력기 지원 요청드립니다.
구름 영문
org.youknowone.inputmethod.Gureum.system
구름 한글
org.youknowone.inputmethod.Gureum.han2
위는 구름 입력기에서 사용하는 키보드입니다.
아래 처럼 체크 목록에만 같이 넣어주면 되지 않을까 싶기도 한데, 코드 다른 부분을 잘 살펴보진 못 했습니다.
로컬에서 빌드해서 확인해보려니 Failed to initialize hid 로그가 출력되고, 키 입력 콜백을 받지 못 하는 것 같아 동작 확인을 못 했네요.
위 문제 해결 방법을 혹시 알고 계시면 공유해주시면, PR 도 받으신다면 구름 입력기 지원되나 확인해보고 PR 요청도 드리도록 하겠습니다.
다시 한 번 좋은 프로그램 공유 감사드립니다 🙇♂️
The text was updated successfully, but these errors were encountered: