From 9a79dc16207e1fdb87fb868ac130056b35b8a605 Mon Sep 17 00:00:00 2001 From: Pieter Degroote Date: Fri, 21 Feb 2025 00:00:47 +0100 Subject: [PATCH 1/1] Add files via upload Minor change to the comments, same functionality. --- .../UltimateKEYS (for AutoHotkey v1.1).ahk | 24 +++++++++---------- .../UltimateKEYS (for AutoHotkey v2).ahk | 24 +++++++++---------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/autohotkey/UltimateKEYS (for AutoHotkey v1.1).ahk b/autohotkey/UltimateKEYS (for AutoHotkey v1.1).ahk index 2af36ac..cacf849 100644 --- a/autohotkey/UltimateKEYS (for AutoHotkey v1.1).ahk +++ b/autohotkey/UltimateKEYS (for AutoHotkey v1.1).ahk @@ -263,8 +263,8 @@ compose.item[".g"] := "{u+0121}" ; (ġ) g with dot above compose.item[".G"] := "{u+0120}" ; (Ġ) G with dot above compose.item[".h"] := "{u+1e23}" ; (ḣ) h with dot above compose.item[".H"] := "{u+1e22}" ; (Ḣ) H with dot above -compose.item[".i"] := "{u+0131}" ; (ı) dotless i (Turkish, Azerbaijani) -compose.item[".I"] := "{u+0130}" ; (İ) I with dot above (Turkish, Azerbaijani) +compose.item[".i"] := "{u+0131}" ; (ı) dotless i +compose.item[".I"] := "{u+0130}" ; (İ) I with dot above compose.item[".j"] := "{u+0237}" ; (ȷ) dotless j compose.item[".l"] := "{u+0140}" ; (ŀ) l with middle dot compose.item[".L"] := "{u+013f}" ; (Ŀ) L with middle dot @@ -314,10 +314,10 @@ compose.item["-d"] := "{u+0111}" ; (đ) d with stroke compose.item["-D"] := "{u+0110}" ; (Đ) D with stroke compose.item["-e"] := "{u+0113}" ; (ē) e with macron compose.item["-E"] := "{u+0112}" ; (Ē) E with macron -compose.item["-g"] := "{u+01e5}" ; (ǥ) g with stroke (Skolt Sami) -compose.item["-G"] := "{u+01e4}" ; (Ǥ) G with stroke (Skolt Sami) -compose.item["-h"] := "{u+0127}" ; (ħ) h with stroke (Maltese) -compose.item["-H"] := "{u+0126}" ; (Ħ) H with stroke (Maltese) +compose.item["-g"] := "{u+01e5}" ; (ǥ) g with stroke +compose.item["-G"] := "{u+01e4}" ; (Ǥ) G with stroke +compose.item["-h"] := "{u+0127}" ; (ħ) h with stroke +compose.item["-H"] := "{u+0126}" ; (Ħ) H with stroke compose.item["-i"] := "{u+012b}" ; (ī) i with macron compose.item["-I"] := "{u+012a}" ; (Ī) I with macron compose.item["-j"] := "{u+0249}" ; (ɉ) j with stroke @@ -401,10 +401,10 @@ compose.item["bi"] := "{u+012d}" ; (ĭ) i with breve compose.item["bI"] := "{u+012c}" ; (Ĭ) I with breve compose.item["bo"] := "{u+014f}" ; (ŏ) o with breve compose.item["bO"] := "{u+014e}" ; (Ŏ) O with breve -compose.item["bs"] := "{u+0219}" ; (ș) s with comma below (Romanian) -compose.item["bS"] := "{u+0218}" ; (Ș) S with comma below (Romanian) -compose.item["bt"] := "{u+021b}" ; (ț) t with comma below (Romanian) -compose.item["bT"] := "{u+021a}" ; (Ț) T with comma below (Romanian) +compose.item["bs"] := "{u+0219}" ; (ș) s with comma below +compose.item["bS"] := "{u+0218}" ; (Ș) S with comma below +compose.item["bt"] := "{u+021b}" ; (ț) t with comma below +compose.item["bT"] := "{u+021a}" ; (Ț) T with comma below compose.item["bu"] := "{u+016d}" ; (ŭ) u with breve compose.item["bU"] := "{u+016c}" ; (Ŭ) U with breve compose.item["b3"] := "{u+0292}" ; (ʒ) small letter ezh @@ -966,8 +966,8 @@ compose.item["o*"] := "{u+00b0}" ; (°) degree sign compose.item[".-"] := "{u+00b7}" ; (·) middle dot compose.item[".3"] := "{u+2026}" ; (…) horizontal ellipsis compose.item[".."] := "{u+2026}" ; (…) horizontal ellipsis -compose.item["a-"] := "{u+00aa}" ; (ª) feminine ordinal indicator (Spanish, Portuguese, Italian, Galician) -compose.item["o-"] := "{u+00ba}" ; (º) masculine ordinal indicator (Spanish, Portuguese, Italian, Galician) +compose.item["a-"] := "{u+00aa}" ; (ª) feminine ordinal indicator +compose.item["o-"] := "{u+00ba}" ; (º) masculine ordinal indicator compose.item["!!"] := "{u+00a1}" ; (¡) inverted exclamation mark compose.item["??"] := "{u+00bf}" ; (¿) inverted question mark compose.item["!?"] := "{u+203d}" ; (‽) interrobang diff --git a/autohotkey/UltimateKEYS (for AutoHotkey v2).ahk b/autohotkey/UltimateKEYS (for AutoHotkey v2).ahk index 76b7fca..d4ed72c 100644 --- a/autohotkey/UltimateKEYS (for AutoHotkey v2).ahk +++ b/autohotkey/UltimateKEYS (for AutoHotkey v2).ahk @@ -262,8 +262,8 @@ compose[".g"] := "{u+0121}" ; (ġ) g with dot above compose[".G"] := "{u+0120}" ; (Ġ) G with dot above compose[".h"] := "{u+1e23}" ; (ḣ) h with dot above compose[".H"] := "{u+1e22}" ; (Ḣ) H with dot above -compose[".i"] := "{u+0131}" ; (ı) dotless i (Turkish, Azerbaijani) -compose[".I"] := "{u+0130}" ; (İ) I with dot above (Turkish, Azerbaijani) +compose[".i"] := "{u+0131}" ; (ı) dotless i +compose[".I"] := "{u+0130}" ; (İ) I with dot above compose[".j"] := "{u+0237}" ; (ȷ) dotless j compose[".l"] := "{u+0140}" ; (ŀ) l with middle dot compose[".L"] := "{u+013f}" ; (Ŀ) L with middle dot @@ -313,10 +313,10 @@ compose["-d"] := "{u+0111}" ; (đ) d with stroke compose["-D"] := "{u+0110}" ; (Đ) D with stroke compose["-e"] := "{u+0113}" ; (ē) e with macron compose["-E"] := "{u+0112}" ; (Ē) E with macron -compose["-g"] := "{u+01e5}" ; (ǥ) g with stroke (Skolt Sami) -compose["-G"] := "{u+01e4}" ; (Ǥ) G with stroke (Skolt Sami) -compose["-h"] := "{u+0127}" ; (ħ) h with stroke (Maltese) -compose["-H"] := "{u+0126}" ; (Ħ) H with stroke (Maltese) +compose["-g"] := "{u+01e5}" ; (ǥ) g with stroke +compose["-G"] := "{u+01e4}" ; (Ǥ) G with stroke +compose["-h"] := "{u+0127}" ; (ħ) h with stroke +compose["-H"] := "{u+0126}" ; (Ħ) H with stroke compose["-i"] := "{u+012b}" ; (ī) i with macron compose["-I"] := "{u+012a}" ; (Ī) I with macron compose["-j"] := "{u+0249}" ; (ɉ) j with stroke @@ -400,10 +400,10 @@ compose["bi"] := "{u+012d}" ; (ĭ) i with breve compose["bI"] := "{u+012c}" ; (Ĭ) I with breve compose["bo"] := "{u+014f}" ; (ŏ) o with breve compose["bO"] := "{u+014e}" ; (Ŏ) O with breve -compose["bs"] := "{u+0219}" ; (ș) s with comma below (Romanian) -compose["bS"] := "{u+0218}" ; (Ș) S with comma below (Romanian) -compose["bt"] := "{u+021b}" ; (ț) t with comma below (Romanian) -compose["bT"] := "{u+021a}" ; (Ț) T with comma below (Romanian) +compose["bs"] := "{u+0219}" ; (ș) s with comma below +compose["bS"] := "{u+0218}" ; (Ș) S with comma below +compose["bt"] := "{u+021b}" ; (ț) t with comma below +compose["bT"] := "{u+021a}" ; (Ț) T with comma below compose["bu"] := "{u+016d}" ; (ŭ) u with breve compose["bU"] := "{u+016c}" ; (Ŭ) U with breve compose["b3"] := "{u+0292}" ; (ʒ) small letter ezh @@ -965,8 +965,8 @@ compose["o*"] := "{u+00b0}" ; (°) degree sign compose[".-"] := "{u+00b7}" ; (·) middle dot compose[".3"] := "{u+2026}" ; (…) horizontal ellipsis compose[".."] := "{u+2026}" ; (…) horizontal ellipsis -compose["a-"] := "{u+00aa}" ; (ª) feminine ordinal indicator (Spanish, Portuguese, Italian, Galician) -compose["o-"] := "{u+00ba}" ; (º) masculine ordinal indicator (Spanish, Portuguese, Italian, Galician) +compose["a-"] := "{u+00aa}" ; (ª) feminine ordinal indicator +compose["o-"] := "{u+00ba}" ; (º) masculine ordinal indicator compose["!!"] := "{u+00a1}" ; (¡) inverted exclamation mark compose["??"] := "{u+00bf}" ; (¿) inverted question mark compose["!?"] := "{u+203d}" ; (‽) interrobang -- 2.47.3