[맥] 키보드 한글 입력 안될때 키 맵핑

윈도우 노트북과 맥북에 공용으로 사용하려 무선키보드를 샀다.

kanex 제품으로 (https://www.kanex.com/products/item.aspx?id=5343) 후기를 보니 맥과 윈도우에 붙여서 사용하기 좋다기에

거금 7만원이나 주고 샀다.

그런데 윈도우에서 한영키 인식이 안된다.

검색을 해보니 키타입? 레지스트리를 수정해서 성공했다는 사람도 있다.

그렇게 따라 해봐도 안된다 오히려 노트북 키보드가 먹통이 되어 버렸다.

또 맥에서도 한영키가 안되는 것은 마찬가지였다.


그래서 로지텍의 키보드를 하나더 샀다.

https://www.logitech.com/ko-kr/product/multi-device-keyboard-k380

이 제품인데 윈도우에서 한영키는 작동 되는데 맥북에서 한영키가 안된다.


검색을 해보니 아래 깃허브의 스크립트를 설치해주니 잘된다.

https://github.com/tekezo/Karabiner-Elements



How to build

System requirements to build Karabiner-Elements:

  • macOS 10.14+
  • Xcode 10+
  • Command Line Tools for Xcode
  • CMake (brew install cmake)

Step 1: Getting source code

Clone the source from github.

git clone --depth 1 https://github.com/tekezo/Karabiner-Elements.git

Step 2: Building a package

cd Karabiner-Elements
make

The make script will create a redistributable Karabiner-Elements-VERSION.dmg in the current directory.