From 0fad10944890afcdea8ba2223b6fd46f5942df38 Mon Sep 17 00:00:00 2001 From: Pieter Degroote Date: Thu, 20 Feb 2025 23:23:50 +0100 Subject: [PATCH 1/1] Add files via upload MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The following characters have been removed from the Compose Key sequences (not really in use, as I believe): ẛ (u+1e9b, long s with dot above), ẝ (u+1e9d, long s with high stroke). --- autohotkey/UltimateKEYS (for AutoHotkey v1.1).ahk | 4 +--- autohotkey/UltimateKEYS (for AutoHotkey v2).ahk | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/autohotkey/UltimateKEYS (for AutoHotkey v1.1).ahk b/autohotkey/UltimateKEYS (for AutoHotkey v1.1).ahk index d9938c1..2af36ac 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-11 +; UltimateKEYS (for AutoHotkey v1.1).ahk - 2025-02-19 ; Website : https://pieter-degroote.github.io/UltimateKEYS/ @@ -276,7 +276,6 @@ compose.item[".o"] := "{u+022f}" ; (ȯ) o with dot above compose.item[".O"] := "{u+022e}" ; (Ȯ) O with dot above compose.item[".p"] := "{u+1e57}" ; (ṗ) p with dot above compose.item[".P"] := "{u+1e56}" ; (Ṗ) P with dot above -compose.item[".q"] := "{u+1e9b}" ; (ẛ) long s with dot above compose.item[".r"] := "{u+1e59}" ; (ṙ) r with dot above compose.item[".R"] := "{u+1e58}" ; (Ṙ) R with dot above compose.item[".s"] := "{u+1e61}" ; (ṡ) s with dot above @@ -345,7 +344,6 @@ compose.item["-Z"] := "{u+01b5}" ; (Ƶ) Z with stroke ; Compose : Macron and Stroke (additional) -compose.item["_f"] := "{u+1e9d}" ; (ẝ) long s with high stroke compose.item["_g"] := "{u+1e21}" ; (ḡ) g with macron compose.item["_G"] := "{u+1e20}" ; (Ḡ) G with macron compose.item["_i"] := "{u+0268}" ; (ɨ) i with stroke diff --git a/autohotkey/UltimateKEYS (for AutoHotkey v2).ahk b/autohotkey/UltimateKEYS (for AutoHotkey v2).ahk index a0ab1f6..76b7fca 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-11 +; UltimateKEYS (for AutoHotkey v2).ahk - 2025-02-19 ; Website : https://pieter-degroote.github.io/UltimateKEYS/ @@ -275,7 +275,6 @@ compose[".o"] := "{u+022f}" ; (ȯ) o with dot above compose[".O"] := "{u+022e}" ; (Ȯ) O with dot above compose[".p"] := "{u+1e57}" ; (ṗ) p with dot above compose[".P"] := "{u+1e56}" ; (Ṗ) P with dot above -compose[".q"] := "{u+1e9b}" ; (ẛ) long s with dot above compose[".r"] := "{u+1e59}" ; (ṙ) r with dot above compose[".R"] := "{u+1e58}" ; (Ṙ) R with dot above compose[".s"] := "{u+1e61}" ; (ṡ) s with dot above @@ -344,7 +343,6 @@ compose["-Z"] := "{u+01b5}" ; (Ƶ) Z with stroke ; Compose : Macron and Stroke (additional) -compose["_f"] := "{u+1e9d}" ; (ẝ) long s with high stroke compose["_g"] := "{u+1e21}" ; (ḡ) g with macron compose["_G"] := "{u+1e20}" ; (Ḡ) G with macron compose["_i"] := "{u+0268}" ; (ɨ) i with stroke -- 2.47.3