Skip to content

Instantly share code, notes, and snippets.

@metinkale38
Last active June 1, 2020 22:38
Show Gist options
  • Save metinkale38/44947d279b209fcf49890034aee37a7c to your computer and use it in GitHub Desktop.
Save metinkale38/44947d279b209fcf49890034aee37a7c to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment