]> shimmer.witbreuk.eu Git - UltimateKEYS.git/commitdiff
Add files via upload
authorPieter Degroote <pieter-degroote@users.noreply.github.com>
Thu, 20 Feb 2025 22:23:50 +0000 (23:23 +0100)
committerGitHub <noreply@github.com>
Thu, 20 Feb 2025 22:23:50 +0000 (23:23 +0100)
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
autohotkey/UltimateKEYS (for AutoHotkey v2).ahk

index d9938c1d953c16bc682d5e51abb5b5e296a81747..2af36ac24380e9fe66ba5ffb75dab7776a41aea2 100644 (file)
@@ -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
index a0ab1f68a5f97c1320ecdcca4740c3758a160b0a..76b7fca706a36882543aed9934beb77f42091857 100644 (file)
@@ -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