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

関心のある修飾キー以外は存在しない扱いをする #175

Merged
merged 1 commit into from
Jun 16, 2024

Conversation

mtgto
Copy link
Owner

@mtgto mtgto commented Jun 16, 2024

InputMethodKitで受け取るNSEvent#modifierFlagsはrawValueで256を含んでいるようです。
#173 でキーバインドの修飾キーの判定をisSubset & isSupersetで判定するようにしたことにより実際の生のNSEventを判定するのに支障があることがわかりました。
macSKKで使う可能性がある修飾キーだけにフィルタするようにします。

@mtgto mtgto merged commit 140c829 into main Jun 16, 2024
2 checks passed
@mtgto mtgto deleted the numpad branch June 16, 2024 14:45
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

Successfully merging this pull request may close these issues.

1 participant