Switch keyboard layouts with style! 🚀
A lightweight macOS utility that lets you cycle between input sources using ⌘ Command + Shift hotkey. Perfect for multilingual users! 🌍
- 🔥 Instant switching with ⌘ Cmd + Shift hotkey
- 🎯 Supports all installed keyboard layouts
- 🌈 Seamless background operation
- 🧘 Minimal resource usage (0% CPU when idle)
- 🔐 Privacy focused - no internet access required
git clone https://github.com/iamcsharper/MacOsKeyboardSwitcher
- cd MacOsKeyboardSwitcher
- sh ./build.sh
- Manually copy KeyboardSwitcher.app to your
Applications
folder - 🔑 Permission Issues Re-check Accessibility permissions Add the app in Security & Privacy settings
Use this for add KeyboardSwitcher to autostart (and start)
- sh ./autostart.sh
# View real-time logs
log stream --predicate 'process == "KeyboardSwitcher"'
PRs welcome! 👾 Please follow standard GitHub flow:
- Fork repo
- Create feature branch
- Commit changes
- Push to branch
- Open PR
📜 License MIT © Ilya Yurchenko