Created
November 19, 2013 02:29
-
-
Save yongbin/7539280 to your computer and use it in GitHub Desktop.
mac osx 에서 바람 한글 입력기를 사용하며 Emacs 환경에서만 바람 입력기를 disable 하고 Emacs 자체 입력기를 호출하도록 하는 KeyRemap4MacBook 의 private.xml 설정.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<root> | |
<appdef> | |
<appname>EMACS</appname> | |
<equal>org.gnu.Emacs</equal> | |
</appdef> | |
<item> | |
<name>emacs - friendly input method</name> | |
<identifier>private.emacs.friendly-input-method</identifier> | |
<only>EMACS</only> | |
<autogen> | |
__KeyToKey__ | |
KeyCode::SPACE, ModifierFlag::SHIFT_L, | |
KeyCode::BACKSLASH, ModifierFlag::CONTROL_L, | |
</autogen> | |
</item> | |
</root> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
KeyRemap4MacBook
에 익숙하지 않으신분이 있을까봐 좀더 부연설명 하면 대략 다음과 같습니다.Misc & Uninstall
텝에custom setting
에open privatevate.xml
을 클릭후 나오는 파일을 선호하는 편집기로 엽니다.KeyRemap4MacBook
으로 돌아옵니다. 상단Change key
텝으로 이동후 상단 우측Reload XML
을 눌러 설정한 private.xml을 읽어드립니다.KeyRemap4MacBook
의private.xml
의 자세한 내용은 다음 링크를 참조합니다. private.xml Reference Manual