Created
January 11, 2016 18:47
-
-
Save maplebed/39ac580f89ce0a9e3aac to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| <!-- Keyboard Layout Switching --> | |
| <item> | |
| <name>Switch to Dvorak</name> | |
| <identifier>private.qwerty_to_dvorak</identifier> | |
| <autogen> | |
| __SimultaneousKeyPresses__ | |
| <!-- from --> | |
| @begin | |
| KeyCode::A, KeyCode::S, KeyCode::D, KeyCode::F, | |
| @end | |
| <!-- to --> | |
| @begin | |
| KeyCode::VK_OPEN_URL_APP_Karabiner_Profile0 | |
| @end | |
| </autogen> | |
| </item> | |
| <item> | |
| <name>Switch to Qwerty</name> | |
| <identifier>private.dvorak_to_qwerty</identifier> | |
| <autogen> | |
| __SimultaneousKeyPresses__ | |
| <!-- from --> | |
| @begin | |
| KeyCode::A, KeyCode::O, KeyCode::E, KeyCode::U, | |
| @end | |
| <!-- to --> | |
| @begin | |
| KeyCode::VK_OPEN_URL_APP_Karabiner_Profile1 | |
| @end | |
| </autogen> | |
| </item> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment