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

입력이 안 되는 버그 #23

Closed
sookcha opened this issue Dec 10, 2023 · 2 comments
Closed

입력이 안 되는 버그 #23

sookcha opened this issue Dec 10, 2023 · 2 comments
Labels
버그 뭔가가 제대로 작동하지 않습니다.

Comments

@sookcha
Copy link

sookcha commented Dec 10, 2023

  1. 사용하고 계신 속 입력기 버전
    v1.1.3 (27)

  2. 문제가 발생한 앱 이름

  • 모든 앱
  1. 자세한 문제 재현 방법
  • 정확한 재현 방법은 모르겠습니다.
  1. 디버그 메시지

디버그 메시지 보기 부분을 참조해 주세요.

2023-11-10 11:27:08.180 Db SokIM[1460:2d79] SokIM/AppDelegate.swift: handle(_:client:) 이후 event context: EventContext(sender: Optional(<IPMDServerClientWrapper: 0x14c60b4a0>), bundleIdentifier: "com.apple.Spotlight", pointerValue: -7884051750959116755, selectedRange: {0, 0}, markedRange: {NSNotFound, 9223372036854775807}, strategy: SokIM.DirectStrategy)
2023-11-10 11:27:08.180 Db SokIM[1460:2d79] SokIM/AppDelegate.swift: handle(_:client:) 이후 state: QwertyEngine '' [] [:]
2023-11-10 11:27:08.410 Db SokIM[1460:2d79] SokIM/AppDelegate.swift: handle(_:client:) Optional(NSEvent: type=KeyDown loc=(0,0) time=2952.4 flags=0 win=0x0 winNum=0 ctxt=0x0 chars="k" unmodchars="k" repeat=0 keyCode=40) Optional(<IPMDServerClientWrapper: 0x14c60b4a0>)
2023-11-10 11:27:08.410 Db SokIM[1460:2d79] SokIM/InputMonitor.swift: flush()
2023-11-10 11:27:08.410 Db SokIM[1460:2d79] SokIM/AppDelegate.swift: filterContexts(_:)
2023-11-10 11:27:08.410 Db SokIM[1460:2d79] SokIM/AppDelegate.swift: filterQuirks(_:)
2023-11-10 11:27:08.411 Db SokIM[1460:2d79] SokIM/AppDelegate.swift: handle(_:client:) 이전 state: QwertyEngine '' [] [:]
2023-11-10 11:27:08.411 Db SokIM[1460:2d79] SokIM/AppDelegate.swift: handle(_:client:) 이전 event context: EventContext(sender: Optional(<IPMDServerClientWrapper: 0x14c60b4a0>), bundleIdentifier: "com.apple.Spotlight", pointerValue: -7884051750959116755, selectedRange: {0, 0}, markedRange: {NSNotFound, 9223372036854775807}, strategy: SokIM.DirectStrategy)
@sookcha sookcha changed the title 영문 입력만 가능해지는 버그 입력이 안 되는 버그 Dec 10, 2023
@kiding kiding added the 버그 뭔가가 제대로 작동하지 않습니다. label Dec 11, 2023
@kiding
Copy link
Owner

kiding commented Dec 11, 2023

로그를 보니 USB 입력이 입력기로 전달되지 않고 있는 것 같습니다. 왜 그러는지 이유는 아직 잘 모르겠네요…

kiding added a commit that referenced this issue Jan 10, 2024
잠자기 상태에서 깨어난 후 키보드 입력이 되지 않을 수 있는 문제 대응 (#23)
@kiding
Copy link
Owner

kiding commented Jan 17, 2024

v1.1.4 (29)에서 예상되는 부분을 수정하였습니다. 증상이 재발하면 이슈 재오픈 부탁드립니다. 감사합니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
버그 뭔가가 제대로 작동하지 않습니다.
Projects
None yet
Development

No branches or pull requests

2 participants