VasylBaran / CommandShift

CommandShift allows you change input source (in MacOS) using Windows-style shortcuts
GNU General Public License v3.0
94 stars 0 forks source link

Cannot switch between more than two languages #8

Open viacheslav-dev-1 opened 1 year ago

viacheslav-dev-1 commented 1 year ago

It's impossible to switch between more than two languages. It switches first time and on the second button press it switches back to the lang that was selected before. Please, add a possibility to switch between more than two langs. Thanks!

tokarev-artem commented 1 year ago

Same question

PetrovskYYY commented 1 year ago

Actually, this is a duplicate of my previous question here: https://github.com/VasylBaran/CommandShift/issues/4 I just added an answer there. To make it short - change ctrl+space to select the NEXT input source instead of the NEXT by default.

VasylBaran commented 6 months ago

@viacheslav-dev-1 , @RealArtemiy , @PetrovskYYY here's a small workaround to make it work.

Go to your system settings -> Keyboard shortcuts -> Input Sources and change shortcut for "Select next source in Input menu" to "⌃Space" and then either disable or change shortcut for "Select previous source in Input menu" to something else (otherwise there would be a conflict of shortcuts).

It's a temporary workaround but it works. I plan to add a better (out-of-the-box) solution in the near future. Cheers!