Skip to content

Instantly share code, notes, and snippets.

@dalinaum
Last active March 6, 2022 14:54
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dalinaum/5440f140a68f91a197028eba083cf8bc to your computer and use it in GitHub Desktop.
Save dalinaum/5440f140a68f91a197028eba083cf8bc to your computer and use it in GitHub Desktop.
백쿼트를 제대로 쓰게
#!/bin/sh
dir="$HOME/Library/KeyBindings"
file="DefaultKeyBinding.dict"
mkdir -p $dir
cd $dir
echo "{" >> $file
echo " \"₩\" = (\"insertText:\", \"\`\");" >> $file
echo "}" >> $file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment