Mac - KeyRemap4MacBook - Custom XML
        Posted  
        
            by 
                DjRikyx
            
        on Super User
        
        See other posts from Super User
        
            or by DjRikyx
        
        
        
        Published on 2012-09-30T09:23:32Z
        Indexed on 
            2012/09/30
            9:39 UTC
        
        
        Read the original article
        Hit count: 297
        
I hope someone of you know this powerfull Pref Panel to remap the keyboard..
Since i'm using a PC Keyboard, i wanted to make Screenshot a bit easy to do..
I managed to get working:
-Command+Shift+3 to Stamp (full screen screenshot)
-Command+Shift+4 to Control+Stamp (Selection Cursor Screenshot)
Now i want to remap Shift+Stamp to Command+Shift+4+Space to get Windows Screenshot.. i tried but nothing was working..
Here is my current XML.. i only need to add the last remap!
<?xml version="1.0"?>
<root>
<item>
<name>Custom PC Style Screenshot</name>
<appendix>Command+Shift_L+4+Space to Shift+F13</appendix>
<appendix>Command+Shift_L+4 to Control+F13</appendix>
<appendix>Command+Shift_L+3 to F13</appendix>
<identifier>private.custom_pc_style_screenshot</identifier>
<autogen></autogen>
<autogen>--KeyToKey-- KeyCode::F13, VK_CONTROL, KeyCode::KEY_4, ModifierFlag::COMMAND_L | ModifierFlag::SHIFT_L</autogen>
<autogen>--KeyToKey-- KeyCode::F13, KeyCode::KEY_3, ModifierFlag::COMMAND_L | ModifierFlag::SHIFT_L</autogen>
Hope someone of you can help me out! Thank you
© Super User or respective owner