Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 1.33 KB

macos.md

File metadata and controls

24 lines (23 loc) · 1.33 KB

macOS

  • Brewfile로부터 brew 패키지 설치.
  • caps lock 키가 한영 전환 기능만 하도록 변경한다.

    The most common source of mode errors may be the Caps Lock key.

    • hyperkey에서 caps lock을 F19로 리맵한다. 다른 옵션은 다 체크 풀어도 됨. macOS 15.1부터 절전모드에서 깨어날 때 앱이 동작하지 않음.
    • Hammerspoon을 사용해 caps lock 키를 F19로 리매핑한다.
      $ ln -s ~/dotfiles/hammerspoon ~/.hammerspoon
      
    • system settings > keyboard shortcuts > input sources > select next source in input menu를 F19로 설정. (caps lock이 F19로 리매핑된 상태이므로 caps lock을 누르면 됨.)
  • command + shift + s 키로 스크린샷을 클립보드에 붙여넣도록 한다.
    • system settings > keyboard shortcuts > screenshots > copy picture of selected area to the clipboard.
  • 원화 기호를 백틱으로 고정한다.
    • ~/Library/KeyBindings/DefaultKeyBinding.dict 파일을 만들고 다음 내용을 추가한다:
      {
        "₩" = ("insertText:", "`");
      }
      
    • 아니면 해머스푼을 사용해도 된다.
  • key repeat rate를 빠르게 변경한다:
    • system settings > keyboard > key repeat rate > fast
    • system settings > keyboard > delay until repeat > short