Skip to content

Commit

Permalink
more characters, ligatures
Browse files Browse the repository at this point in the history
  • Loading branch information
1kamma committed Jul 4, 2022
1 parent 487bfce commit fc4f2fa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Assyriolotype.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,15 @@ SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
:?*:g..::ġ
:?*:d--::ḏ
:?*:t--::ṯ
:?*:g00::ğ
:?*:c==::ç
:?*:d==::ð
:?*:t==::þ
:?*:a4e::æ
:?*:a4o::ꜵ
:?*:a4u::ꜷ
:?*:e4o::œ
:?*:u4e::ᵫ
:?*:u4o::ꭣ
![::Send,{U+0301}
!]::Send,{U+0300}

0 comments on commit fc4f2fa

Please sign in to comment.