Skip to content

Instantly share code, notes, and snippets.

@joom
Created February 16, 2021 15:14
Show Gist options
  • Save joom/14dd5f02f40a3a0d3cc3b32c29c78e81 to your computer and use it in GitHub Desktop.
Save joom/14dd5f02f40a3a0d3cc3b32c29c78e81 to your computer and use it in GitHub Desktop.
put it in ~/Library/KeyBindings on Mac systems
{
"~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