[ create a new paste ] login | about

Link: http://codepad.org/oPT8rUU4    [ raw code | fork ]

Plain Text, pasted on Oct 30:
{
    "title": "Mouse Personal rules. available since Karabiner-Elements 11.1.8!",
    "rules": [
        {   
            "description": "Mouse button4 → [ + command",
            "manipulators": [
                {   
                    "from": {
                        "pointing_button": "button4"
                    },  
                    "to": [
                        {   
                            "key_code": "close_bracket",
                            "modifiers": [ 
                                "command" 
                            ]   
                        }   
                    ],  
                    "type": "basic"
                }   
            ]   
        },  
        {   
            "description": "Mouse button5 → ] + command",
            "manipulators": [
                {   
                    "from": {
                        "pointing_button": "button5"
                    },  
                    "to": [
                        {   
                            "key_code": "backslash",
                            "modifiers": [ 
                                "command" 
                            ]   
                        }   
                    ],  
                    "type": "basic"
                }   
            ]   
        }   
    ]   
}



Create a new paste based on this one


Comments: