Skip to content

Instantly share code, notes, and snippets.

@kristopherjohnson
Created March 8, 2012 18:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kristopherjohnson/2002690 to your computer and use it in GitHub Desktop.
Save kristopherjohnson/2002690 to your computer and use it in GitHub Desktop.
Kris Johnson's private.xml settings for KeyRemap4MacBook
<?xml version="1.0"?>
<root>
<!-- Kris Johnson's private.xml settings for KeyRemap4MacBook -->
<!-- See reference manual at http://pqrs.org/macosx/keyremap4macbook/xml.html -->
<item>
<name>Private Settings</name>
<item>
<name>Fn+Backslash(\) to CapsLock</name>
<identifier>private.fn_backslash_to_capslock</identifier>
<autogen>--KeyToKey-- KeyCode::BACKSLASH, ModifierFlag::FN, KeyCode::CAPSLOCK</autogen>
</item>
<item>
<name>Fn+Tab to CapsLock</name>
<identifier>private.fn_tab_to_capslock</identifier>
<autogen>--KeyToKey-- KeyCode::TAB, ModifierFlag::FN, KeyCode::CAPSLOCK</autogen>
</item>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment