Skip to content

Instantly share code, notes, and snippets.

@metinkale38
metinkale38 / Turkish Letters on Windows
Created June 1, 2020 22:41
Autohotkey Script to easily type turkish letters e.g. using Alt_R + s = ş
#SingleInstance
#NoTrayIcon
<^>!s::
Send ş
return
<^>!+s::
Send Ş
return
@metinkale38
metinkale38 / Turkish Letters on Linux
Last active June 1, 2020 22:38
Xmodmap configuration for writing turkish extra characters like ş,ç,ı,ğ using Ctrl_R + Letter (save as ~/.Xmodmap and run xmodmap ~/.Xmodmap
keysym Control_R = Mode_switch
keysym C = c C ccedilla Ccedilla
keysym S = s S U015F U015E
keysym G = g G U011F U011E
keysym I = i I U0131 U0130