Info & Tip

Mac 카라비너 키 맵핑하기

전예방 2024. 1. 19. 23:59

카라비너를 이용한 키맵핑 방법

 

사람들이 만들어놓은 형식을 import해서 써도 되지만

내가 원하는것은 내가 만들어쓰는게 빠른 것같다!!

 

json 파일만 수정해서 폴더에 잘 넣어주고 enable만 해주면 되서 생각보다 간단하다!!

그러면 나한테 찰떡인 키맵핑을 할 수 있다~!

 

파일경로는

~/.config/karabiner/assets/complex_modifications

 

 

일단 캡스락키 매직펑션으로 만들어주는 설정

(대문자 고정은 어떻게? shift+캡스락 같이 누르면 대문자로 된다)

    {
      "description": "Change caps_lock key to command+control+option+shift. (Use shift+caps_lock as caps_lock)",
      "manipulators": [
        {
          "type": "basic",
          "from": {
            "key_code": "caps_lock",
            "modifiers": {
              "mandatory": [
                "shift"
              ],
              "optional": [
                "caps_lock"
              ]
            }
          },
          "to": [
            {
              "key_code": "caps_lock"
            }
          ]
        },
        {
          "type": "basic",
          "from": {
            "key_code": "caps_lock",
            "modifiers": {
              "optional": [
                "any"
              ]
            }
          },
          "to": [
            {
              "key_code": "left_shift",
              "modifiers": [
                "left_command",
                "left_control",
                "left_option"
              ]
            }
          ],
					"to_if_alone": [
            {
              "key_code": "spacebar",
              "modifiers": [
                "left_command"
              ]
            }
          ]
        }
      ]
    },

 

 

내가 가장 잘쓰는 키맵핑

매직펑션 + w / s / d / f 

arrow.json
0.01MB

 

 

 

GitHub - JoshuaManuel/Karabiner-Elements-Key-List: A reference list of keys recognized by Karabiner Elements

A reference list of keys recognized by Karabiner Elements - GitHub - JoshuaManuel/Karabiner-Elements-Key-List: A reference list of keys recognized by Karabiner Elements

github.com

JSON generators

 

External JSON generators

Karabiner-Elements configuration generators: GokuRakuJoudo Goku generates karabiner.json from well designed edn format file. Karabiner Complex Modification The web UI for creating json of complex modification rules. Karabiner::CompModGenerator Raku module

karabiner-elements.pqrs.org

이 사이트가 젤 만들기 편한듯!

 

Karabiner Complex Rules Generator

 

genesy.github.io

 

'Info & Tip' 카테고리의 다른 글

파일질라 다크모드 해제하기  (0) 2023.01.06

'Info & Tip'의 다른글

  • 현재글 Mac 카라비너 키 맵핑하기

관련글