Last active
October 22, 2021 16:16
-
-
Save gkmngrgn/5420ed798f16e6476660b89382c1fec2 to your computer and use it in GitHub Desktop.
An AutoHotkey script for using Turkish special letters in US keyboard layout
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
>!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} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For example: