1. 현재 가속도 확인 (default: 1.5)
defaults read .GlobalPreferences com.apple.mouse.scaling
2. 가속도 끄기
defaults write .GlobalPreferences com.apple.mouse.scaling -1
3. 가속도 설정
defaults write .GlobalPreferences com.apple.mouse.scaling 2.3
'Programming Language > Terminal' 카테고리의 다른 글
맥 os에서 바탕화면 아이콘 숨기는 방법 (0) | 2020.10.25 |
---|---|
sudo 권한이 안먹을 때 & ssh로 root 접속이 안될 때 (0) | 2020.03.18 |
망할 우분투 16.04가 정상적으로 종료/재부팅 되지 않을 때 (0) | 2019.01.29 |
compiz 설정이 안먹을 때 (0) | 2019.01.28 |
google cloud platform으로 TPU 사용하기 (0) | 2019.01.21 |