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

Layout switch working only once #2

Closed dsazonoff closed 10 months ago

dsazonoff commented 10 months ago

Steps to reproduce:

  1. Switch off standard action on Fn
  2. Install and run app

Expected: On Fn press language rotated.

Actual: It is switched only to russian. Log:

saz@SaZ-Macbook-Pro MacOS % ./LangSwitch
Switched to: Russian – PC
Switched to: EmojiFunctionRowIM_Extension
Switched to: EmojiFunctionRowIM_Extension
Switched to: EmojiFunctionRowIM_Extension
...

Environment: MBP 2019, External magic keyboard with touch ID, latest MacOS

P.S. on MBP 2021 (M1 max) everything works fine.

Nikeev commented 10 months ago

Hello!

Thanks for the logs, I've added EmojiFunctionRowIM_Extension to exclude input sources list. Please check latest release, it should work now.

dsazonoff commented 10 months ago

Thanks a lot!