From: Pieter Degroote Date: Tue, 25 Feb 2025 22:50:37 +0000 (+0100) Subject: Add files via upload X-Git-Url: https://shimmer.witbreuk.eu/gitweb/UltimateKEYS.git/commitdiff_plain/81b2d61060315f8de7f4409fff698c904b10e8a4?ds=sidebyside Add files via upload The letters ỿ/Ỿ (y/Y with loop) have been added to the Compose Key sequences. --- diff --git a/autohotkey/UltimateKEYS (for AutoHotkey v1.1).ahk b/autohotkey/UltimateKEYS (for AutoHotkey v1.1).ahk index 339713a..8e74800 100644 --- a/autohotkey/UltimateKEYS (for AutoHotkey v1.1).ahk +++ b/autohotkey/UltimateKEYS (for AutoHotkey v1.1).ahk @@ -1,6 +1,6 @@ #requires AutoHotkey v1.1 -; UltimateKEYS (for AutoHotkey v1.1).ahk - 2025-02-19 +; UltimateKEYS (for AutoHotkey v1.1).ahk - 2025-02-25 ; Website : https://pieter-degroote.github.io/UltimateKEYS/ @@ -483,6 +483,8 @@ compose.item["fr"] := "{u+027e}" ; (ɾ) r with fishhook compose.item["ft"] := "{u+0288}" ; (ʈ) t with retroflex hook compose.item["fT"] := "{u+01ae}" ; (Æ®) T with retroflex hook compose.item["fv"] := "{u+2c71}" ; (â±±) v with right hook +compose.item["fy"] := "{u+1eff}" ; (ỿ) y with loop +compose.item["fY"] := "{u+1efe}" ; (Ỿ) Y with loop compose.item["fz"] := "{u+0290}" ; (ʐ) z with retroflex hook diff --git a/autohotkey/UltimateKEYS (for AutoHotkey v2).ahk b/autohotkey/UltimateKEYS (for AutoHotkey v2).ahk index 2647c6b..1249bf2 100644 --- a/autohotkey/UltimateKEYS (for AutoHotkey v2).ahk +++ b/autohotkey/UltimateKEYS (for AutoHotkey v2).ahk @@ -1,6 +1,6 @@ #requires AutoHotkey v2 -; UltimateKEYS (for AutoHotkey v2).ahk - 2025-02-19 +; UltimateKEYS (for AutoHotkey v2).ahk - 2025-02-25 ; Website : https://pieter-degroote.github.io/UltimateKEYS/ @@ -482,6 +482,8 @@ compose["fr"] := "{u+027e}" ; (ɾ) r with fishhook compose["ft"] := "{u+0288}" ; (ʈ) t with retroflex hook compose["fT"] := "{u+01ae}" ; (Æ®) T with retroflex hook compose["fv"] := "{u+2c71}" ; (â±±) v with right hook +compose["fy"] := "{u+1eff}" ; (ỿ) y with loop +compose["fY"] := "{u+1efe}" ; (Ỿ) Y with loop compose["fz"] := "{u+0290}" ; (ʐ) z with retroflex hook