Skip to content

Instantly share code, notes, and snippets.

@Tracnac
Created November 27, 2023 19:58
Show Gist options
  • Save Tracnac/ff1f1783fb1601b04e318d95638417db to your computer and use it in GitHub Desktop.
Save Tracnac/ff1f1783fb1601b04e318d95638417db to your computer and use it in GitHub Desktop.
AutoHotkey French
; For azerty layout
<^>!o::Send "{U+0153}"
<^>!+o::Send "{U+0152}"
>+à::Send "{U+00C0}"
>+é::Send "{U+00C9}"
>+è::Send "{U+00C8}"
>+ç::Send "{U+00C7}"
>+ù::Send "{U+00D9}"
>+.::Send "{U+2026}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment