Skip to content

Instantly share code, notes, and snippets.

@realmovestar
Created December 31, 2024 07:45
Show Gist options
  • Save realmovestar/249de1e92813e53874eb90ecbf93c8bd to your computer and use it in GitHub Desktop.
Save realmovestar/249de1e92813e53874eb90ecbf93c8bd to your computer and use it in GitHub Desktop.
MacOS에서 키보드 한/영 전환 단축키에 shift + space를 할당하는 방법

MacOS에서 키보드 한/영 전환 단축키에 shift + space를 할당하는 방법

아래 명령을 복사해서 터미널에서 실행

defaults export com.apple.symbolichotkeys - |
sed 's/262144/131072/' |
defaults import com.apple.symbolichotkeys -

262144(ctrl + space. 기본값)를 131072(shift + space)으로 바꾼다 단축키를 기본값이 아닌것으로 바꾼 뒤라면 기본값으로 복원한 뒤에 실행하면 된다

다시 로그인 필요

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment