X-Git-Url: https://shimmer.witbreuk.eu/gitweb/UltimateKEYS.git/blobdiff_plain/5a7b5109a5982920c637895e0a3b5604364927a6..a71f628dde91b9babfa111ae4b1ea3eb85f58f4c:/autohotkey-v1.1/UltimateKEYS.ahk?ds=sidebyside diff --git a/autohotkey-v1.1/UltimateKEYS.ahk b/autohotkey-v1.1/UltimateKEYS.ahk index c7d8a0f..aad3842 100644 --- a/autohotkey-v1.1/UltimateKEYS.ahk +++ b/autohotkey-v1.1/UltimateKEYS.ahk @@ -1,4 +1,4 @@ -; UltimateKEYS.ahk - 2022-08-25 +; UltimateKEYS.ahk - 2022-09-14 ; Website : www.ultimatekeys.info (pieter-degroote.github.io/UltimateKEYS/) @@ -513,40 +513,40 @@ cmpHook.item["Z"] := "{u+0224}" ; (Ȥ) Z with hook ; Compose : Latin Greek Letters and Variations (l) cmpLatinGreek := ComObjCreate("Scripting.Dictionary") -cmpLatinGreek.item["a"] := "{u+0251}" ; (ɑ) latin small letter alpha -cmpLatinGreek.item["A"] := "{u+2c6d}" ; (Ɑ) latin capital letter alpha +cmpLatinGreek.item["a"] := "{u+0251}" ; (ɑ) Latin small letter alpha +cmpLatinGreek.item["A"] := "{u+2c6d}" ; (Ɑ) Latin capital letter alpha cmpLatinGreek.item["c"] := "{u+ab36}" ; (ꬶ) small letter script g with crossed-tail -cmpLatinGreek.item["e"] := "{u+025b}" ; (ɛ) small letter open e (latin small epsilon) -cmpLatinGreek.item["E"] := "{u+0190}" ; (Ɛ) capital letter open E (latin capital epsilon) +cmpLatinGreek.item["e"] := "{u+025b}" ; (ɛ) small letter open e (Latin small epsilon) +cmpLatinGreek.item["E"] := "{u+0190}" ; (Ɛ) capital letter open E (Latin capital epsilon) cmpLatinGreek.item["f"] := "{u+017f}" ; (ſ) small letter long s cmpLatinGreek.item["F"] := "{u+1e9b}" ; (ẛ) long s with dot above -cmpLatinGreek.item["g"] := "{u+0263}" ; (ɣ) latin small letter gamma -cmpLatinGreek.item["G"] := "{u+0194}" ; (Ɣ) latin capital letter gamma +cmpLatinGreek.item["g"] := "{u+0263}" ; (ɣ) Latin small letter gamma +cmpLatinGreek.item["G"] := "{u+0194}" ; (Ɣ) Latin capital letter gamma cmpLatinGreek.item["h"] := "{u+a727}" ; (ꜧ) small letter heng cmpLatinGreek.item["H"] := "{u+a726}" ; (Ꜧ) capital letter heng -cmpLatinGreek.item["i"] := "{u+0269}" ; (ɩ) latin small letter iota -cmpLatinGreek.item["I"] := "{u+0196}" ; (Ɩ) latin capital letter iota +cmpLatinGreek.item["i"] := "{u+0269}" ; (ɩ) Latin small letter iota +cmpLatinGreek.item["I"] := "{u+0196}" ; (Ɩ) Latin capital letter iota cmpLatinGreek.item["k"] := "{u+0138}" ; (ĸ) small letter kra cmpLatinGreek.item["o"] := "{u+0254}" ; (ɔ) small letter open o cmpLatinGreek.item["O"] := "{u+0186}" ; (Ɔ) capital letter open O cmpLatinGreek.item["s"] := "{u+0283}" ; (ʃ) small letter esh cmpLatinGreek.item["S"] := "{u+01a9}" ; (Ʃ) capital letter esh -cmpLatinGreek.item["u"] := "{u+028a}" ; (ʊ) latin small letter upsilon -cmpLatinGreek.item["U"] := "{u+01b1}" ; (Ʊ) latin capital letter upsilon +cmpLatinGreek.item["u"] := "{u+028a}" ; (ʊ) Latin small letter upsilon +cmpLatinGreek.item["U"] := "{u+01b1}" ; (Ʊ) Latin capital letter upsilon ; Compose : Turned Letters (t) cmpTurned := ComObjCreate("Scripting.Dictionary") -cmpTurned.item["a"] := "{u+0250}" ; (ɐ) latin small letter turned a -cmpTurned.item["A"] := "{u+2c6f}" ; (Ɐ) latin capital letter turned A -cmpTurned.item["e"] := "{u+01dd}" ; (ǝ) latin small letter turned e -cmpTurned.item["E"] := "{u+018e}" ; (Ǝ) latin capital letter reversed E -cmpTurned.item["q"] := "{u+0252}" ; (ɒ) latin small letter turned alpha -cmpTurned.item["Q"] := "{u+2c70}" ; (Ɒ) latin capital letter turned alpha -cmpTurned.item["v"] := "{u+028c}" ; (ʌ) latin small letter turned v -cmpTurned.item["V"] := "{u+0245}" ; (Ʌ) latin capital letter turned V -cmpTurned.item["y"] := "{u+028e}" ; (ʎ) latin small letter turned y +cmpTurned.item["a"] := "{u+0250}" ; (ɐ) Latin small letter turned a +cmpTurned.item["A"] := "{u+2c6f}" ; (Ɐ) Latin capital letter turned A +cmpTurned.item["e"] := "{u+01dd}" ; (ǝ) Latin small letter turned e +cmpTurned.item["E"] := "{u+018e}" ; (Ǝ) Latin capital letter reversed E +cmpTurned.item["q"] := "{u+0252}" ; (ɒ) Latin small letter turned alpha +cmpTurned.item["Q"] := "{u+2c70}" ; (Ɒ) Latin capital letter turned alpha +cmpTurned.item["v"] := "{u+028c}" ; (ʌ) Latin small letter turned v +cmpTurned.item["V"] := "{u+0245}" ; (Ʌ) Latin capital letter turned V +cmpTurned.item["y"] := "{u+028e}" ; (ʎ) Latin small letter turned y ; Compose : Currency Symbols ($) @@ -600,59 +600,59 @@ cmpCurrency.item[" "] := "{u+00a4}" ; (¤) currency sign ; Compose : Greek Alphabet (g) cmpGreekAlphabet := ComObjCreate("Scripting.Dictionary") -cmpGreekAlphabet.item["a"] := "{u+03b1}" ; (α) small alpha -cmpGreekAlphabet.item["A"] := "{u+0391}" ; (Α) capital alpha -cmpGreekAlphabet.item["b"] := "{u+03b2}" ; (β) small beta -cmpGreekAlphabet.item["B"] := "{u+0392}" ; (Β) capital beta -cmpGreekAlphabet.item["v"] := "{u+03b2}" ; (β) small beta -cmpGreekAlphabet.item["V"] := "{u+0392}" ; (Β) capital beta -cmpGreekAlphabet.item["g"] := "{u+03b3}" ; (γ) small gamma -cmpGreekAlphabet.item["G"] := "{u+0393}" ; (Γ) capital gamma -cmpGreekAlphabet.item["d"] := "{u+03b4}" ; (δ) small delta -cmpGreekAlphabet.item["D"] := "{u+0394}" ; (Δ) capital delta -cmpGreekAlphabet.item["e"] := "{u+03b5}" ; (ε) small epsilon -cmpGreekAlphabet.item["E"] := "{u+0395}" ; (Ε) capital epsilon -cmpGreekAlphabet.item["z"] := "{u+03b6}" ; (ζ) small zeta -cmpGreekAlphabet.item["Z"] := "{u+0396}" ; (Ζ) capital zeta -cmpGreekAlphabet.item["h"] := "{u+03b7}" ; (η) small eta -cmpGreekAlphabet.item["H"] := "{u+0397}" ; (Η) capital eta -cmpGreekAlphabet.item["j"] := "{u+03b8}" ; (θ) small theta -cmpGreekAlphabet.item["J"] := "{u+0398}" ; (Θ) capital theta -cmpGreekAlphabet.item["i"] := "{u+03b9}" ; (ι) small iota -cmpGreekAlphabet.item["I"] := "{u+0399}" ; (Ι) capital iota -cmpGreekAlphabet.item["k"] := "{u+03ba}" ; (κ) small kappa -cmpGreekAlphabet.item["K"] := "{u+039a}" ; (Κ) capital kappa -cmpGreekAlphabet.item["l"] := "{u+03bb}" ; (λ) small lambda -cmpGreekAlphabet.item["L"] := "{u+039b}" ; (Λ) capital lambda -cmpGreekAlphabet.item["m"] := "{u+03bc}" ; (μ) small mu -cmpGreekAlphabet.item["M"] := "{u+039c}" ; (Μ) capital mu -cmpGreekAlphabet.item["n"] := "{u+03bd}" ; (ν) small nu -cmpGreekAlphabet.item["N"] := "{u+039d}" ; (Ν) capital nu -cmpGreekAlphabet.item["x"] := "{u+03be}" ; (ξ) small xi -cmpGreekAlphabet.item["X"] := "{u+039e}" ; (Ξ) capital xi -cmpGreekAlphabet.item["o"] := "{u+03bf}" ; (ο) small omicron -cmpGreekAlphabet.item["O"] := "{u+039f}" ; (Ο) capital omicron -cmpGreekAlphabet.item["p"] := "{u+03c0}" ; (π) small pi -cmpGreekAlphabet.item["P"] := "{u+03a0}" ; (Π) capital pi -cmpGreekAlphabet.item["r"] := "{u+03c1}" ; (ρ) small rho -cmpGreekAlphabet.item["R"] := "{u+03a1}" ; (Ρ) capital rho -cmpGreekAlphabet.item["s"] := "{u+03c3}" ; (σ) small sigma -cmpGreekAlphabet.item["S"] := "{u+03a3}" ; (Σ) capital sigma -cmpGreekAlphabet.item[","] := "{u+03c2}" ; (ς) small final sigma -cmpGreekAlphabet.item["t"] := "{u+03c4}" ; (τ) small tau -cmpGreekAlphabet.item["T"] := "{u+03a4}" ; (Τ) capital tau -cmpGreekAlphabet.item["u"] := "{u+03c5}" ; (υ) small upsilon -cmpGreekAlphabet.item["U"] := "{u+03a5}" ; (Υ) capital upsilon -cmpGreekAlphabet.item["y"] := "{u+03c5}" ; (υ) small upsilon -cmpGreekAlphabet.item["Y"] := "{u+03a5}" ; (Υ) capital upsilon -cmpGreekAlphabet.item["f"] := "{u+03c6}" ; (φ) small phi -cmpGreekAlphabet.item["F"] := "{u+03a6}" ; (Φ) capital phi -cmpGreekAlphabet.item["c"] := "{u+03c7}" ; (χ) small chi -cmpGreekAlphabet.item["C"] := "{u+03a7}" ; (Χ) capital chi -cmpGreekAlphabet.item["w"] := "{u+03c8}" ; (ψ) small psi -cmpGreekAlphabet.item["W"] := "{u+03a8}" ; (Ψ) capital psi -cmpGreekAlphabet.item["q"] := "{u+03c9}" ; (ω) small omega -cmpGreekAlphabet.item["Q"] := "{u+03a9}" ; (Ω) capital omega +cmpGreekAlphabet.item["a"] := "{u+03b1}" ; (α) Greek small alpha +cmpGreekAlphabet.item["A"] := "{u+0391}" ; (Α) Greek capital alpha +cmpGreekAlphabet.item["b"] := "{u+03b2}" ; (β) Greek small beta +cmpGreekAlphabet.item["B"] := "{u+0392}" ; (Β) Greek capital beta +cmpGreekAlphabet.item["v"] := "{u+03b2}" ; (β) Greek small beta +cmpGreekAlphabet.item["V"] := "{u+0392}" ; (Β) Greek capital beta +cmpGreekAlphabet.item["g"] := "{u+03b3}" ; (γ) Greek small gamma +cmpGreekAlphabet.item["G"] := "{u+0393}" ; (Γ) Greek capital gamma +cmpGreekAlphabet.item["d"] := "{u+03b4}" ; (δ) Greek small delta +cmpGreekAlphabet.item["D"] := "{u+0394}" ; (Δ) Greek capital delta +cmpGreekAlphabet.item["e"] := "{u+03b5}" ; (ε) Greek small epsilon +cmpGreekAlphabet.item["E"] := "{u+0395}" ; (Ε) Greek capital epsilon +cmpGreekAlphabet.item["z"] := "{u+03b6}" ; (ζ) Greek small zeta +cmpGreekAlphabet.item["Z"] := "{u+0396}" ; (Ζ) Greek capital zeta +cmpGreekAlphabet.item["h"] := "{u+03b7}" ; (η) Greek small eta +cmpGreekAlphabet.item["H"] := "{u+0397}" ; (Η) Greek capital eta +cmpGreekAlphabet.item["j"] := "{u+03b8}" ; (θ) Greek small theta +cmpGreekAlphabet.item["J"] := "{u+0398}" ; (Θ) Greek capital theta +cmpGreekAlphabet.item["i"] := "{u+03b9}" ; (ι) Greek small iota +cmpGreekAlphabet.item["I"] := "{u+0399}" ; (Ι) Greek capital iota +cmpGreekAlphabet.item["k"] := "{u+03ba}" ; (κ) Greek small kappa +cmpGreekAlphabet.item["K"] := "{u+039a}" ; (Κ) Greek capital kappa +cmpGreekAlphabet.item["l"] := "{u+03bb}" ; (λ) Greek small lambda +cmpGreekAlphabet.item["L"] := "{u+039b}" ; (Λ) Greek capital lambda +cmpGreekAlphabet.item["m"] := "{u+03bc}" ; (μ) Greek small mu +cmpGreekAlphabet.item["M"] := "{u+039c}" ; (Μ) Greek capital mu +cmpGreekAlphabet.item["n"] := "{u+03bd}" ; (ν) Greek small nu +cmpGreekAlphabet.item["N"] := "{u+039d}" ; (Ν) Greek capital nu +cmpGreekAlphabet.item["x"] := "{u+03be}" ; (ξ) Greek small xi +cmpGreekAlphabet.item["X"] := "{u+039e}" ; (Ξ) Greek capital xi +cmpGreekAlphabet.item["o"] := "{u+03bf}" ; (ο) Greek small omicron +cmpGreekAlphabet.item["O"] := "{u+039f}" ; (Ο) Greek capital omicron +cmpGreekAlphabet.item["p"] := "{u+03c0}" ; (π) Greek small pi +cmpGreekAlphabet.item["P"] := "{u+03a0}" ; (Π) Greek capital pi +cmpGreekAlphabet.item["r"] := "{u+03c1}" ; (ρ) Greek small rho +cmpGreekAlphabet.item["R"] := "{u+03a1}" ; (Ρ) Greek capital rho +cmpGreekAlphabet.item["s"] := "{u+03c3}" ; (σ) Greek small sigma +cmpGreekAlphabet.item["S"] := "{u+03a3}" ; (Σ) Greek capital sigma +cmpGreekAlphabet.item[","] := "{u+03c2}" ; (ς) Greek small final sigma +cmpGreekAlphabet.item["t"] := "{u+03c4}" ; (τ) Greek small tau +cmpGreekAlphabet.item["T"] := "{u+03a4}" ; (Τ) Greek capital tau +cmpGreekAlphabet.item["u"] := "{u+03c5}" ; (υ) Greek small upsilon +cmpGreekAlphabet.item["U"] := "{u+03a5}" ; (Υ) Greek capital upsilon +cmpGreekAlphabet.item["y"] := "{u+03c5}" ; (υ) Greek small upsilon +cmpGreekAlphabet.item["Y"] := "{u+03a5}" ; (Υ) Greek capital upsilon +cmpGreekAlphabet.item["f"] := "{u+03c6}" ; (φ) Greek small phi +cmpGreekAlphabet.item["F"] := "{u+03a6}" ; (Φ) Greek capital phi +cmpGreekAlphabet.item["c"] := "{u+03c7}" ; (χ) Greek small chi +cmpGreekAlphabet.item["C"] := "{u+03a7}" ; (Χ) Greek capital chi +cmpGreekAlphabet.item["w"] := "{u+03c8}" ; (ψ) Greek small psi +cmpGreekAlphabet.item["W"] := "{u+03a8}" ; (Ψ) Greek capital psi +cmpGreekAlphabet.item["q"] := "{u+03c9}" ; (ω) Greek small omega +cmpGreekAlphabet.item["Q"] := "{u+03a9}" ; (Ω) Greek capital omega ; Compose : Superscript Characters (p) @@ -727,7 +727,14 @@ cmpQuad.item["3"] := "{u+2001}" ; em quad ; Compose : Arrows and Pointers cmpArrow := ComObjCreate("Scripting.Dictionary") -cmpPlus := ComObjCreate("Scripting.Dictionary") +cmpArrow.item["w"] := "{u+25b2}" ; (▲) black up-pointing triangle +cmpArrow.item["a"] := "{u+25c0}" ; (◀) black left-pointing triangle +cmpArrow.item["s"] := "{u+25bc}" ; (▼) black down-pointing triangle +cmpArrow.item["d"] := "{u+25b6}" ; (▶) black right-pointing triangle +cmpArrow.item["i"] := "{u+25b3}" ; (△) white up-pointing triangle +cmpArrow.item["j"] := "{u+25c1}" ; (◁) white left-pointing triangle +cmpArrow.item["k"] := "{u+25bd}" ; (▽) white down-pointing triangle +cmpArrow.item["l"] := "{u+25b7}" ; (▷) white right-pointing triangle cmpArrow.item["1"] := "{u+2199}" ; (↙) south west arrow cmpArrow.item["2"] := "{u+2193}" ; (↓) downwards arrow cmpArrow.item["3"] := "{u+2198}" ; (↘) south east arrow @@ -748,14 +755,6 @@ cmpDoubleAcute.item["7"] := "{u+21d6}" ; (⇖) north west double arrow cmpDoubleAcute.item["8"] := "{u+21d1}" ; (⇑) upwards double arrow cmpDoubleAcute.item["9"] := "{u+21d7}" ; (⇗) north east double arrow cmpDoubleAcute.item["0"] := "{u+21d4}" ; (⇔) left right double arrow -cmpPlus.item["2"] := "{u+25bc}" ; (▼) black down-pointing triangle -cmpPlus.item["@"] := "{u+25bd}" ; (▽) white down-pointing triangle -cmpPlus.item["4"] := "{u+25c0}" ; (◀) black left-pointing triangle -cmpPlus.item["$"] := "{u+25c1}" ; (◁) white left-pointing triangle -cmpPlus.item["6"] := "{u+25b6}" ; (▶) black right-pointing triangle -cmpPlus.item["^"] := "{u+25b7}" ; (▷) white right-pointing triangle -cmpPlus.item["8"] := "{u+25b2}" ; (▲) black up-pointing triangle -cmpPlus.item["*"] := "{u+25b3}" ; (△) white up-pointing triangle ; Compose : Miscellaneous Symbols (s) @@ -949,6 +948,7 @@ cmpAsterisk := ComObjCreate("Scripting.Dictionary") cmpExclam := ComObjCreate("Scripting.Dictionary") cmpQuestion := ComObjCreate("Scripting.Dictionary") cmpParenLeft := ComObjCreate("Scripting.Dictionary") +cmpPlus := ComObjCreate("Scripting.Dictionary") cmpPercent := ComObjCreate("Scripting.Dictionary") cmpLessThan := ComObjCreate("Scripting.Dictionary") cmpGreaterThan := ComObjCreate("Scripting.Dictionary") @@ -1584,8 +1584,6 @@ cmpCapitalU.item["``"] := "{u+01db}" ; (Ǜ) U with diaeresis and grave Send % cmpQuad.item[keyB] else if (keyA == "a") Send % cmpArrow.item[keyB] - else if (keyA == "+") - Send % cmpPlus.item[keyB] else if (keyA == "s") Send % cmpSymbols.item[keyB] else if (keyA == "f") @@ -1638,6 +1636,8 @@ cmpCapitalU.item["``"] := "{u+01db}" ; (Ǜ) U with diaeresis and grave Send % cmpQuestion.item[keyB] else if (keyA == "(") Send % cmpParenLeft.item[keyB] + else if (keyA == "+") + Send % cmpPlus.item[keyB] else if (keyA == "%") Send % cmpPercent.item[keyB] else if (keyA == "8")