본문 바로가기

Develop/Etc

Mac backtick

Fix the backtick when Korean input mode.

cd ~/Library
mkdir KeyBindings
cd KeyBindings
cat > DefaultkeyBinding.dict
{  
 "₩" = ("insertText:", "\`");  
}  
^D

'Develop > Etc' 카테고리의 다른 글

Window7 mtu값 수정  (0) 2019.04.23
Google login with expo  (0) 2019.03.18
PubSub via postgres in Graphql Yoga  (0) 2019.03.06
[Prisma] Try prisma  (0) 2019.03.05
[Postgres] Setup via docker  (0) 2019.03.05