Skip to content

Instantly share code, notes, and snippets.

@hachesilva
Created June 23, 2021 03:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hachesilva/cc12ed7baf9d305ba2202eb52064df3c to your computer and use it in GitHub Desktop.
Save hachesilva/cc12ed7baf9d305ba2202eb52064df3c to your computer and use it in GitHub Desktop.
AutoHotkey Script to Send accented a when pressing AltGr+A or Left-Ctrl+Right-Alt+A
; Send accented a when pressing AltGr+A or Left-Ctrl+Right-Alt+A
; This fixes Windows 10 issue preventing to type accented a on keyboard layouts
; that doesn't use DeadKeys
<^>!a::Send {Asc 160}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment