Last active
July 3, 2024 08:45
-
-
Save yujiod/9823541 to your computer and use it in GitHub Desktop.
Macの英数入力で円記号とバックスラッシュを入れ替える(ATOKにも対応) ~/Library/KeyBindings/DefaultKeyBinding.dict
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"¥" = ("insertText:", "\\"); | |
"~\\" = ("insertText:", "¥"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment