특정 앱을 제외한 모든 앱에 대해 KeyRemap4MacBook을 사용하여 키를 다시 매핑


답변:


1
<item>
<name>test</name>
<identifier>private.test</identifier>
<not>MAIL</not>
<autogen>__KeyToKey__ KeyCode::Q, KeyCode::A</autogen>
</item>

기본 애플리케이션 이름은 appdef.xml 에 정의되어 있지만 private.xml에 새 애플리케이션 이름 을 추가 할 수 있습니다.

<appdef>
<appname>TEXTEDIT</appname>
<equal>com.apple.TextEdit</equal>
</appdef>

자세한 내용은 http://pqrs.org/macosx/keyremap4macbook/xml-appdef.html.en 을 참조하십시오.


특정 응용 프로그램에 대해 모든 다시 매핑을 비활성화하려면 어떻게해야합니까? 예를 들어 여러 전역 설정을 사용하도록 설정했지만 응용 프로그램 Sublime Text
Noah

@Noah not위 예제와 같이 요소를 추가하십시오 . 사전 정의 된 설정 인 경우 checkbox.xml 에서 private.xml로 복사 할 수 있습니다 .
Lri
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.