{
  "title": "Personal rules (@amikomia)",
  "rules": [
{
  "description": "supersigno_eo",
  "date": "2018-02-03 belmonto",
  "manipulators": [
    {
      "type": "basic",
      "from": {
        "key_code": "q"
      },
      "to": [
        {
          "key_code": "6",
          "modifiers": [
            "option"
          ]
        },
        {
          "key_code": "s"
        }
      ]
    },
    {
      "type": "basic",
      "from": {
        "key_code": "q",
        "modifiers": {
            "mandatory": [
                "shift"
            ]
        }
      },
      "to": [
        {
          "key_code": "6",
          "modifiers": [
            "option"
          ]
        },
        {
          "key_code": "s", 
          "modifiers": [
            "shift"
        ]
        }
      ]
    },
    {
    "type": "basic",
      "from": {
        "key_code": "w"
      },
      "to": [
        {
          "key_code": "6",
          "modifiers": [
            "option"
          ]
        },
        {
          "key_code": "g"
        }
      ]
    },
       {
      "type": "basic",
      "from": {
        "key_code": "w",
        "modifiers": {
            "mandatory": [
                "shift"
            ]
        }
      },
      "to": [
        {
          "key_code": "6",
          "modifiers": [
            "option"
          ]
        },
        {
          "key_code": "g", 
          "modifiers": [
            "shift"
        ]
        }
      ]
    },
 {
       "type": "basic",
      "from": {
        "key_code": "y"
      },
      "to": [
        {
          "key_code": "b",
          "modifiers": [
            "option"
          ]
        },
        {
          "key_code": "u"
        }
      ]
    },
    {
      "type": "basic",
      "from": {
        "key_code": "y",
        "modifiers": {
            "mandatory": [
                "shift"
            ]
        }
      },
      "to": [
        {
          "key_code": "b",
          "modifiers": [
            "option"
          ]
        },
        {
          "key_code": "u", 
          "modifiers": [
            "shift"
        ]
        }
      ]
    },
    {
       "type": "basic",
      "from": {
        "key_code": "open_bracket"
      },
      "to": [
        {
          "key_code": "6",
          "modifiers": [
            "option"
          ]
        },
        {
          "key_code": "j"
        }
      ]
    },
       {
      "type": "basic",
      "from": {
        "key_code": "open_bracket",
        "modifiers": {
            "mandatory": [
                "shift"
            ]
        }
      },
      "to": [
        {
          "key_code": "6",
          "modifiers": [
            "option"
          ]
        },
        {
          "key_code": "j", 
          "modifiers": [
            "shift"
        ]
        }
      ]
    },
 {
       "type": "basic",
      "from": {
        "key_code": "close_bracket"
      },
      "to": [
        {
          "key_code": "6",
          "modifiers": [
            "option"
          ]
        },
        {
          "key_code": "h"
        }
      ]
    },
     {
      "type": "basic",
      "from": {
        "key_code": "close_bracket",
        "modifiers": {
            "mandatory": [
                "shift"
            ]
        }
      },
      "to": [
        {
          "key_code": "6",
          "modifiers": [
            "option"
          ]
        },
        {
          "key_code": "h", 
          "modifiers": [
            "shift"
        ]
        }
      ]
    },
   {
       "type": "basic",
      "from": {
        "key_code": "x"
      },
      "to": [
        {
          "key_code": "6",
          "modifiers": [
            "option"
          ]
        },
        {
          "key_code": "c"
        }
      ]
    },
     {
      "type": "basic",
      "from": {
        "key_code": "x",
        "modifiers": {
            "mandatory": [
                "shift"
            ]
        }
      },
      "to": [
        {
          "key_code": "6",
          "modifiers": [
            "option"
          ]
        },
        {
          "key_code": "c", 
          "modifiers": [
            "shift"
        ]
        }
      ]
    }
  ]
}
]
}
