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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Layout switch working only once

dsazonoff opened this issue · comments

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.

commented

Hello!

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

Thanks a lot!