myshov / xkbswitch-macosx

Console keyboard layout switcher for MacOS
218 stars 26 forks source link

support apple silicon and reconstruction code #14

Open xiehuc opened 2 years ago

xiehuc commented 2 years ago

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 commented 1 year ago

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

xiehuc commented 1 year ago

you are welcome, my repo have pre build binary.