Skip to content

Commit

Permalink
Merge pull request #5 from machadoit/fix-semicolon-tilde
Browse files Browse the repository at this point in the history
fix: Avoid ; dead key to print extra tilde
  • Loading branch information
machadoit authored Mar 20, 2022
2 parents 08d9e40 + e8c4536 commit a016503
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions keyboard/windows/mac-win-shortcuts.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,14 @@ Return
Send +{PgDn}
Return


; Replace ; with ç when followed by a, o, u

:?*:;a::ça
:?*:;ã::çã
:?:;ã::çã
:?:;ão::ção

:?*:;o::ço
:?*:;õ::çõ
:?:;ões::ções

:?*:;u::çu

0 comments on commit a016503

Please sign in to comment.