Skip to content

Commit

Permalink
Move Squirrel to zh-Hant
Browse files Browse the repository at this point in the history
  • Loading branch information
LEOYoon-Tsaw committed Oct 26, 2021
1 parent afda944 commit 0512cce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<key>TISInputSourceID</key>
<string>im.rime.inputmethod.Squirrel.Rime</string>
<key>TISIntendedLanguage</key>
<string>zh</string>
<string>zh-Hant</string>
<key>tsInputModeAlternateMenuIconFileKey</key>
<string>rime.pdf</string>
<key>tsInputModeCharacterRepertoireKey</key>
Expand Down Expand Up @@ -82,8 +82,8 @@
<true/>
<key>tsInputMethodCharacterRepertoireKey</key>
<array>
<string>zh-Hans</string>
<string>zh-Hant</string>
<string>zh-Hans</string>
</array>
<key>tsInputMethodIconFileKey</key>
<string>rime.pdf</string>
Expand Down

8 comments on commit 0512cce

@GJRobert
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pardon for asking: does translucency require ≥ Monterey?

@LEOYoon-Tsaw
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pardon for asking: does translucency require ≥ Monterey?

I think I set system target to be >= 11.0, but I believe you can still compile it for lower versions

@GJRobert
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Later I have successfully get the translucency effect (back_color must have a low ABGR alpha value, my try is 33), and then open style/translucency: true inside the scheme preset (I haven't get success setting directly in squirrel.custom.yaml)

@GJRobert
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May I ask question about inline_candidate here? Or should I raise a issue in rime/squirrel? (Has this feature been merged into the mainstream?)

@LEOYoon-Tsaw
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is merged, but feel free to state your question

@GJRobert
Copy link

@GJRobert GJRobert commented on 0512cce Apr 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@LEOYoon-Tsaw Thank you for your kindness.

My problem is that, enabling style/inline_candidate: true, will make my Squirrel crash when I try to invoke Rime menu with ⌃` / ⌃⇧`.
Redeploying fixes Rime, but this means I won't be able to use Rime menu with this feature.

Wondering if this is reproducible or has been reported?

Best regards

@LEOYoon-Tsaw
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That’s wired… I never encounter this behavior, are you using my version or the official squirrel?

@GJRobert
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That’s wired… I never encounter this behavior, are you using my version or the official squirrel?

I recall encountering this first with your 0.15.1 fork. Later, when official Squirrel 0.16 is released, I installed the official build, but found this issue still happening.

Please sign in to comment.