Created
February 16, 2021 15:14
-
-
Save joom/14dd5f02f40a3a0d3cc3b32c29c78e81 to your computer and use it in GitHub Desktop.
put it in ~/Library/KeyBindings on Mac systems
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
{ | |
"~P" = (insertText:, "Π"); | |
"~s" = (insertText:, "ş"); | |
"~S" = (insertText:, "Ş"); | |
"~k" = (insertText:, "ı"); | |
"~K" = (insertText:, "İ"); | |
"~g" = (insertText:, "ğ"); | |
"~G" = (insertText:, "Ğ"); | |
"~l" = (insertText:, "λ"); | |
"~L" = (insertText:, "Λ"); | |
"~o" = (insertText:, "ω"); | |
"~a" = (insertText:, "α"); | |
"~b" = (insertText:, "β"); | |
"~d" = (insertText:, "δ"); | |
"~D" = (insertText:, "Δ"); | |
"~h" = (insertText:, "γ"); | |
"~h" = (insertText:, "Γ"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment