I want to remap keys on a MacBook with KeyRemap4MacBook.
I need to change CmdC to CmdM and CmdV to CmdN, because I don't like to always use left hand to press copy&plaste, it's aching and feeling bad.
I want to copy & plaste with right hand. following script does not work at all.
<?xml version="1.0"?>
<root>
<item>
<name>Copy & Plaste</name>
<appendix>Change cmd+C to cmd+M</appendix>
<identifier>private.mead_copy_remap</identifier>
<autogen>--KeyToKey-- KeyCode::C, VK_COMMAND, KeyCode::M</autogen>
</item>
</root>
