라즈베리파이3에 라즈비안을 설치할 때 locale관련 설정을 모두 초기로 했을 시,
처음 실행한 다음
sudo apt-get update
sudo apt-get upgrade
한글 폰트를 설치
sudo apt-get install fonts-unfonts-core
한글 입력기를 설치
sudo apt-get install fcitx-hangul
reboot
재부팅한 다음,
- [시작] - [Setting] - [Input Method] 에서 키보드 입력기를 fcitx로 설정해줍니다.
- [시작] - [Setting] - [Raspberry Pi Configuration] - [Localisation] 에 들어가
1. Locale: ko(Korean), Character Set: UTF-8로 설정하고
2. Set Timezone을 서울 시간으로.
3. Set Keyboard를 Model: Generic 105-key (intl) PC, Layout Korean, Variant Korean
설정하면 됩니다.
Ok를 누르면 재부팅되고 설정이 적용됩니다.
fcitx입력기의 기본 한/영 입력 전환키는 [Ctrl] + [Space] 입니다.