우분투에서는 그동안 설치시나, 설치 후에 키보드 레이아웃 (키보드 배치) 프로그램에서 GUI를 통해, 한국 104키 호환으로 맞추면 오른쪽 알트 키가 한영키로 작동했다. 아치에서는... 음;;; 어차피 혼자 쓰는 시스템인데 xorg.conf로 해결을 보자.
/etc/X11/xorg.conf.d/10-keyboard.conf 파일 생성.
내용:
/etc/X11/xorg.conf.d/10-keyboard.conf 파일 생성.
내용:
Section "InputClass"끝.
Identifier "Keyboard Defaults"
MatchIsKeyboard "yes"
Option "XkbLayout" "kr"
Option "XkbModel" "kr104"
Option "XkbVariant" "kr104"
EndSection