← Voltar

Minha configuração do Karabiner

Esta é minha configuração de "hyper key"; você pode baixar o Karabiner Elements aqui.

Atalhos de teclado:

  • Caps Lock para Hyper
  • Hyper + Tab para Control + Tab
  • Hyper + A para Cmd + A
  • Hyper + J/K para PageUp/PageDown
  • Hyper + H/L para seta para a esquerda/direita
  • Hyper + C para Cmd + C
  • Hyper + V para Cmd + V
  • Hyper + T para Cmd + T
  • Hyper + W para Cmd + W

Passe o cursor sobre uma tecla ou dê foco a ela

Passe o cursor sobre uma tecla ou dê foco a ela para ver o atalho

EscF1F2F3F4F5F6F7F8F9F10F11F12Del`1234567890-=BackspaceTabQWERTYUIOP[]\CapsASDFGHJKL;'EnterShiftZXCVBNM,./ShiftFnCtrlOptCmdCmdOpt

Configuração completa do Karabiner

{
  "description": "Custom Config",
  "manipulators": [
    {
      "from": {
        "key_code": "caps_lock",
        "modifiers": {
          "optional": [
            "any"
          ]
        }
      },
      "parameters": {
        "basic.to_delayed_action_delay_milliseconds": 0,
        "basic.to_if_alone_timeout_milliseconds": 100
      },
      "to": [
        {
          "key_code": "left_shift",
          "modifiers": [
            "left_command",
            "left_control",
            "left_option"
          ]
        }
      ],
      "to_if_alone": [
        {
          "key_code": "escape"
        }
      ],
      "type": "basic"
    },
    {
      "from": {
        "key_code": "tab",
        "modifiers": {
          "mandatory": [
            "left_shift",
            "left_command",
            "left_control",
            "left_option"
          ],
          "optional": [
            "any"
          ]
        }
      },
      "to": [
        {
          "key_code": "tab",
          "modifiers": [
            "left_control"
          ]
        }
      ],
      "type": "basic"
    },
    {
      "from": {
        "key_code": "k",
        "modifiers": {
          "mandatory": [
            "left_shift",
            "left_command",
            "left_control",
            "left_option"
          ],
          "optional": [
            "any"
          ]
        }
      },
      "to": [
        {
          "key_code": "page_up"
        }
      ],
      "type": "basic"
    },
    {
      "from": {
        "key_code": "j",
        "modifiers": {
          "mandatory": [
            "left_shift",
            "left_command",
            "left_control",
            "left_option"
          ],
          "optional": [
            "any"
          ]
        }
      },
      "to": [
        {
          "key_code": "page_down"
        }
      ],
      "type": "basic"
    },
    {
      "from": {
        "key_code": "h",
        "modifiers": {
          "mandatory": [
            "left_shift",
            "left_command",
            "left_control",
            "left_option"
          ],
          "optional": [
            "any"
          ]
        }
      },
      "to": [
        {
          "key_code": "left_arrow"
        }
      ],
      "type": "basic"
    },
    {
      "from": {
        "key_code": "l",
        "modifiers": {
          "mandatory": [
            "left_shift",
            "left_command",
            "left_control",
            "left_option"
          ],
          "optional": [
            "any"
          ]
        }
      },
      "to": [
        {
          "key_code": "right_arrow"
        }
      ],
      "type": "basic"
    },
    {
      "from": {
        "key_code": "a",
        "modifiers": {
          "mandatory": [
            "left_shift",
            "left_command",
            "left_control",
            "left_option"
          ],
          "optional": [
            "any"
          ]
        }
      },
      "to": [
        {
          "key_code": "a",
          "modifiers": [
            "left_command"
          ]
        }
      ],
      "type": "basic"
    },
    {
      "from": {
        "key_code": "t",
        "modifiers": {
          "mandatory": [
            "left_shift",
            "left_command",
            "left_control",
            "left_option"
          ],
          "optional": [
            "any"
          ]
        }
      },
      "to": [
        {
          "key_code": "t",
          "modifiers": [
            "left_command"
          ]
        }
      ],
      "type": "basic"
    },
    {
      "from": {
        "key_code": "c",
        "modifiers": {
          "mandatory": [
            "left_shift",
            "left_command",
            "left_control",
            "left_option"
          ],
          "optional": [
            "any"
          ]
        }
      },
      "to": [
        {
          "key_code": "c",
          "modifiers": [
            "left_command"
          ]
        }
      ],
      "type": "basic"
    },
    {
      "from": {
        "key_code": "v",
        "modifiers": {
          "mandatory": [
            "left_shift",
            "left_command",
            "left_control",
            "left_option"
          ],
          "optional": [
            "any"
          ]
        }
      },
      "to": [
        {
          "key_code": "v",
          "modifiers": [
            "left_command"
          ]
        }
      ],
      "type": "basic"
    },
    {
      "from": {
        "key_code": "w",
        "modifiers": {
          "mandatory": [
            "left_shift",
            "left_command",
            "left_control",
            "left_option"
          ],
          "optional": [
            "any"
          ]
        }
      },
      "to": [
        {
          "key_code": "w",
          "modifiers": [
            "left_command"
          ]
        }
      ],
      "type": "basic"
    }
  ]
}