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

sometimes the target input method will stuck on loading after swiching #71

Open
kanoto opened this issue Sep 24, 2023 · 0 comments
Open

Comments

@kanoto
Copy link

kanoto commented Sep 24, 2023

Hi, I used to using Karabiner to customize the shortcuts to trigger im-select switching input methods, like the following one, which uses right_shift + s to switch to squirrel input method:

{
  "from": {
        "key_code": "s",
        "modifiers": {
            "mandatory": [
                "right_shift"
            ]
        }
    },
    "to": [
        {
            "shell_command": "/usr/local/bin/im-select im.rime.inputmethod.Squirrel.Hans"
        }
    ],
    "type": "basic"
},

However, I found that sometimes after switching, the input method will stuck on loading, showing some dots only ..... (the following is another Japanese input method, while this issue has occurred with all input methods except native English)
image
Whereas manually switching by clicking on the input method will never cause this.

Any idea about this issue?

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