Last active
October 11, 2015 14:57
-
-
Save cameroooon/3875966 to your computer and use it in GitHub Desktop.
Right-hand Copy, Paste & Cut for KeyRemap4MacBook App
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
| <?xml version="1.0"?> | |
| <root> | |
| <item> | |
| <name>Right-Hand Copy for Left-Handed Mouse Users</name> | |
| <appendix>Fn+Control_R to Command_L+C</appendix> | |
| <identifier>remap.right_hand_copy_keytokey</identifier> | |
| <autogen>--KeyToKey-- KeyCode::FN, ModifierFlag::CONTROL_R, KeyCode::C, ModifierFlag::COMMAND_L</autogen> | |
| </item> | |
| <item> | |
| <name>Right-Hand Paste for Left-Handed Mouse Users</name> | |
| <appendix>Fn+Shift_R to Command_L+V</appendix> | |
| <identifier>remap.right_hand_paste_keytokey</identifier> | |
| <autogen>--KeyToKey-- KeyCode::FN, ModifierFlag::SHIFT_R, KeyCode::V, ModifierFlag::COMMAND_L</autogen> | |
| </item> | |
| <item> | |
| <name>Right-Hand Cut for Left-Handed Mouse Users</name> | |
| <appendix>Delete+Shift_R to Command_L+X</appendix> | |
| <identifier>remap.right_hand_cut_keytokey</identifier> | |
| <autogen>--KeyToKey-- KeyCode::FORWARD_DELETE, ModifierFlag::SHIFT_R, KeyCode::X, ModifierFlag::COMMAND_L</autogen> | |
| </item> | |
| <item> | |
| <name>Right-Hand Cmd + Tab for Left-Handed Mouse Users</name> | |
| <appendix>Command_R+Backslash to Command_L+Tab</appendix> | |
| <identifier>remap.right_hand_cmd_tab_keytokey</identifier> | |
| <autogen>--KeyToKey-- KeyCode::BACKSLASH, ModifierFlag::COMMAND_R, KeyCode::TAB, ModifierFlag::COMMAND_L</autogen> | |
| </item> | |
| <!-- ============================================================ --> | |
| </root> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment