inblog logo
|
MiracleCoding
    MacOS

    맥북 한영전환 씹힘, 딜레이 해결하기 [Karabiner] ( 안됨, 입력 소스 안됨, 입력 메뉴에서 다음 소스 선택, 대문자 변환 )

    목숨이하나's avatar
    목숨이하나
    Nov 05, 2024
    맥북 한영전환 씹힘, 딜레이 해결하기 [Karabiner] ( 안됨, 입력 소스 안됨, 입력 메뉴에서 다음 소스 선택, 대문자 변환 )
    Contents
    🔚 4. 로그인 시 자동 실행 ( 로그인 시 열기 )
    ✍️ 1. 시작하기 Karabiner-Elements 설치⚠️ 2. 수정된 키 입력 안됨, 입력 소스, 입력 메뉴에서 다음 소스 선택⚠️🧑‍💻 3. 대문자 변환 기능을 남기고 싶어요!🔚 4. 로그인 시 자동 실행 ( 로그인 시 열기 )
     

    ✍️ 1. 시작하기 Karabiner-Elements 설치

    공식 홈 : Karabiner-ElementsKarabiner-ElementsKarabiner-Elements
    Karabiner-Elements

    Karabiner-Elements

    Karabiner-Elements A powerful and stable keyboard customizer for macOS. Download v15.3.0 Toggle Dropdown Download v15.3.0 For macOS 15 Sequoia For macOS 14 Sonoma For macOS 13 Ventura Download v14.13.0 For macOS 12 Monterey For macOS 11 Big Sur Download v13.7.0 For macOS 10.15 Catalina (10.15.6 or later) Download v12.10.0 For macOS 10.15 Catalina For macOS 10.14 Mojave For macOS 10.13 High Sierra For macOS 10.12 Sierra Download v11.6.0 For macOS 10.11 El Capitan Download v10.22.0 For macOS 10.11 El Capitan For macOS 10.10 Yosemite For macOS 10.9 Mavericks Learn more Privacy Supported systems macOS 15 Sequoia macOS 14 Sonoma macOS 13 Ventura Both Intel-based Macs and Apple Silicon Macs are supported. Predefined rules by community Release notes GitHub Sponsor Easy to use You can configure simple key mappings from GUI.

    Karabiner-ElementsKarabiner-Elements
    설치할 때 필요한 권한은 모두 허용 해줍니다!
     
    notion image
    🧙‍♂️
    Simple Modifications > For all devices
    modifier key > caps_lock을 사용하지 않는 키( 전 f19 )로 바꿔준다.
     

    ⚠️ 2. 수정된 키 입력 안됨, 입력 소스, 입력 메뉴에서 다음 소스 선택⚠️


    notion image
    🧙‍♂️
    활성화가 돼있지 않으면 키보드 입력을 변경할 수 없습니다!
     
     
    notion image
    🧙‍♂️
    시스템 설정 > 키보드 > 키보드 단축키…
     
    notion image
    🧙‍♂️
    입력 소스 > 입력 메뉴에서 다음 소스 선택 탭의 오른쪽 부분을 누른 후 매핑했던 키를 입력하면 f19로 들어가게 됩니다!
     
     
     

    🧑‍💻 3. 대문자 변환 기능을 남기고 싶어요!


    🧙‍♂️
    우리는 개발자니까 간단한 .json 옵션 파일을 만들어주면 된다.
    cap_lock을 눌렀을 때 f19, 꾹 눌렀을 때 cap_lock이 실행되게 하면된다.
     
    notion image
    🧙‍♂️
    [Simple Modifications]에서 caps_lock을 f19로 바꾸었던 설정을 삭제한다.
     
    notion image
    🧙‍♂️
    [Complex Modifications]에서 [Add your own rule]을 선택한다.
     
    notion image
    notion image
    🧙‍♂️
    너무 간단한 json형식의 파일로 수정할 수 있다. 전부 제거해준다.
     
    notion image
    { "description": "Change [caps_lock] to [F19] on short press, [caps_lock] on long press", "manipulators": [ { "type": "basic", "from": { "key_code": "caps_lock", "modifiers": { "optional": ["any"] } }, "to": [ { "key_code": "f19" } ], "parameters": { "basic.to_if_alone_timeout_milliseconds": 100 }, "to_if_held_down": [ { "key_code": "caps_lock" } ] } ] }
    🧙‍♂️
    입력 한 뒤 저장해주자!
     
    notion image
    🧙‍♂️
    잘되죠?
     
     

    🔚 4. 로그인 시 자동 실행 ( 로그인 시 열기 )

    시스템 설정 > 일반 > 로그인 시 열기 +
    시스템 설정 > 일반 > 로그인 시 열기 +
    ‘Karabiner-Elements’선택 > 열기 끝
    ‘Karabiner-Elements’선택 > 열기 끝
    Share article

    MiracleCoding

    RSS·Powered by Inblog