-
-
Save keedi/654aeb05fce7d4116e6eb36f157eac08 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