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

support apple silicon and reconstruction code #14

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

xiehuc
Copy link

@xiehuc xiehuc commented Feb 5, 2022

original xkbswitch-macosx's code is full of bug and hard to understand.

for eample:

it use input source list index as an id, makes id differs on
different machine
it show layout by hard code it. just couldn't know why
it couldn't set im.rime.inputmethod.Squirrel.Rime because it believes
every sourceid has an com.apple prefix and hard code it.
so i modify it (copy from https://github.com/minoki/InputSourceSelector,
change api, which earlier and better)

@jdhao
Copy link

jdhao commented Nov 6, 2022

@xiehuc thanks, this works perfectly for mac with M1 cpu.

@xiehuc
Copy link
Author

xiehuc commented Nov 6, 2022

you are welcome, my repo have pre build binary.

@yunake
Copy link

yunake commented Oct 4, 2024

this is excellent! thank you, clean code, clean build, works like a charm on my m2

@Sharpieman20
Copy link

Thanks so much for this, saved me a lot of time trying to figure this out.

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.

4 participants