Nikeev / LangSwitch

LangSwitch - is a super-simple MacOS app that switches your keyboard languages one by one by pressing Fn/🌐 button. No popups, no delay.
MIT License
84 stars 5 forks source link

Stops cycling after the first Fn press #1

Closed whiplashoo closed 10 months ago

whiplashoo commented 10 months ago

Installed it and set the Fn button to "Do Nothing". I ran the app, and pressing it once properly changed the language immediately. However, subsequent presses don't work.

Screenshot 2023-09-04 at 9 41 03 AM

Running it via XCode, gives these logs:

Switched to: Greek
Switched to: Dictation
Switched to: Dictation
Switched to: Dictation
Switched to: Dictation
...
whiplashoo commented 10 months ago

Adding this:

 if sourceName != "Dictation" && sourceName != "Emoji & Symbols" && sourceName != "com.apple.PressAndHold" {
    break
}

fixes the issue.

Nikeev commented 10 months ago

Thank you for your help! I'll update app later)

Nikeev commented 10 months ago

Fixed version uploaded, thanks!

whiplashoo commented 10 months ago

Great! Works like a charm