Skip to content

Instantly share code, notes, and snippets.

@yujiod
Last active April 16, 2023 04:08
Show Gist options
  • Star 14 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save yujiod/9823541 to your computer and use it in GitHub Desktop.
Save yujiod/9823541 to your computer and use it in GitHub Desktop.
Macの英数入力で円記号とバックスラッシュを入れ替える(ATOKにも対応) ~/Library/KeyBindings/DefaultKeyBinding.dict
{
"¥" = ("insertText:", "\\");
"~\\" = ("insertText:", "¥");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment