Skip to content

Instantly share code, notes, and snippets.

@alexdeloy
alexdeloy / portuguese-keyboard.ahk
Last active January 31, 2018 15:20
Adding portuguese characters to the keyboard (on AltGr + a/c/o)
; Add portuguese characters to the keyboard (AltGr + a/c/o)
<^>!a::Send {ASC 0227}
+<^>!A::Send {ASC 0195}
<^>!c::Send {ASC 0231}
+<^>!C::Send {ASC =199}
<^>!o::Send {ASC 0245}
+<^>!O::Send {ASC 0213}