Skip to content

Instantly share code, notes, and snippets.

@gkmngrgn
Last active October 22, 2021 16:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gkmngrgn/5420ed798f16e6476660b89382c1fec2 to your computer and use it in GitHub Desktop.
Save gkmngrgn/5420ed798f16e6476660b89382c1fec2 to your computer and use it in GitHub Desktop.
An AutoHotkey script for using Turkish special letters in US keyboard layout
>!a::Send {U+00E2}
>!c::Send {U+00E7}
>!g::Send {U+011F}
>!i::Send {U+0131}
>!o::Send {U+00F6}
>!s::Send {U+015F}
>!u::Send {U+00FC}
>!+a::Send {U+00C2}
>!+c::Send {U+00C7}
>!+g::Send {U+011E}
>!+i::Send {U+0130}
>!+o::Send {U+00D6}
>!+s::Send {U+015E}
>!+u::Send {U+00DC}
@gkmngrgn
Copy link
Author

gkmngrgn commented Sep 7, 2021

For example:

  • AltGr + g prints ğ
  • AltGr + Shift + g prints Ğ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment