-
-
Save hyuki/99f0aae47e854ef2078858d822580ee6 to your computer and use it in GitHub Desktop.
Macの英数入力で円記号とバックスラッシュを入れ替える(ATOKにも対応) ~/Library/KeyBindings/DefaultKeyBinding.dict
This file contains hidden or 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
こちらからたどりました。
https://blog.nakajix.jp/entry/2016/12/30/120000
こちらで教えていただきました。
https://twitter.com/sizuku5321/status/1010141963624955905