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

Android Studio で "aiueo" がそのまま入力されてしまう #81

Closed
0xBADDCAFE opened this issue Jul 18, 2018 · 1 comment
Closed

Comments

@0xBADDCAFE
Copy link

0xBADDCAFE commented Jul 18, 2018

Android Studio は IntelliJ ファミリーなので #45 と同じ現象かと思います。

実装を参考に、 /Library/Input\ Methods/AquaSKK.app/Contents/Resources/BlacklistApps.plist を以下ファイル

https://github.com/0xBADDCAFE/aquaskk/blob/add-android-studio-to-blacklist/platform/mac/plist/BlacklistApps.plist

のように IntelliJ と同様となるよう書き替えてみましたが改善しませんでした。

また関係あるか分からないのですが、

- (BOOL)isJavaApp:(NSBundle*)bunlde;
- (BOOL)isBlacklistApp:(NSString*)bunldeIdentifier withKey:(NSString*)key;
の箇所にて bunlde という bundle の typo らしきものが見受けられました。Objective-C をあまり読めないので影響が分かりませんが、リポジトリ中のコードで同様の typo が無かったので参照されていないのかなと見ています。

@0xBADDCAFE
Copy link
Author

互換性設定から com.google.android.studio を追加し、「空文字挿入」「露払後確定」にチェックをすることで対処出来ました。お騒がせしました。

rinsuki added a commit to rinsuki/aquaskk that referenced this issue Feb 14, 2019
とりあえずJetBrainsファミリーと同じ設定にしてあります。
related: codefirst#81
rinsuki added a commit to rinsuki/aquaskk that referenced this issue Feb 15, 2019
とりあえずJetBrainsファミリーと同じ設定にしてあります。
related: codefirst#81
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

1 participant