Skip to content

Instantly share code, notes, and snippets.

@yujiod
Last active July 3, 2024 08:45
Show Gist options
  • 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