Language-switcher is to solve the input delay for multi-language users in Mac OS using Hammerspoon.
π°π· Korean
π πΊπΈ English
key-layout and π―π΅ Japanese
π πΊπΈ English
key-layout are separated into different hot keys by caps lock
and right-cmd
.
This is a tool for powerful automation of OS X. At its core, Hammerspoon is just a bridge between the operating system and a Lua scripting engine.
What gives Hammerspoon its power is a set of extensions that expose specific pieces of system functionality, to the user. With these, you can write Lua scripts to control many aspects of your OS X environment.
- Download the latest release
- Drag
Hammerspoon.app
from yourDownloads
folder toApplications
brew install hammerspoon --cask
git clone https://github.com/kokomade98/Mac-keymap-language-switcher.git
- After installing the hammer spoon, go to
Open Config
- You have to copy and paste the git cloned file
init.lua
- Finally
Reload Config
and enjoy!
Feel free to open an issue if you have any questions, or open a pull request if you would like to contribute π