윈도우 노트북과 맥북에 공용으로 사용하려 무선키보드를 샀다.
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.
'OS' 카테고리의 다른 글
HDD 고장으로 인해 부팅시 Repair filesystem 모드로 진행시 처리 방법 (0) | 2017.08.08 |
---|---|
파일별 header mime (0) | 2016.06.14 |
rsync로 대용량 파일을 전송할때 오류 발생되는 경우 - rsync: writefd_unbuffered failed to write 4 bytes to socket (0) | 2015.07.10 |
윈도우에서 포트(PORT) 별 PING 테스트 하기 (0) | 2014.09.25 |
DVD / CD 인식 안될때 (오류코드 -8060) (0) | 2013.08.03 |