X-Git-Url: https://shimmer.witbreuk.eu/gitweb/UltimateKEYS.git/blobdiff_plain/7932d879af1defa73f1ecf1c5fd5d631b761dd7b..4c902eea2a656a76f6dd8934695056f6ff19cab2:/autohotkey-v1.1/UltimateKEYS.ahk diff --git a/autohotkey-v1.1/UltimateKEYS.ahk b/autohotkey-v1.1/UltimateKEYS.ahk index 602f78d..329dd07 100644 --- a/autohotkey-v1.1/UltimateKEYS.ahk +++ b/autohotkey-v1.1/UltimateKEYS.ahk @@ -1,4 +1,4 @@ -; UltimateKEYS.ahk - 2022-05-28 +; UltimateKEYS.ahk - 2022-06-04 ; Website : www.ultimatekeys.info (pieter-degroote.github.io/UltimateKEYS/) @@ -277,7 +277,7 @@ cmpCedillaOgonek.item["."] := "{u+02db}" ; (˛) ogonek cmpCedillaOgonek.item[" "] := "{u+00b8}" ; (¸) cedilla -; Compose : Breve/Special (b) +; Compose : Breve and Special Letters (b) cmpBreveSpecial := ComObjCreate("Scripting.Dictionary") cmpBreveSpecial.item["a"] := "{u+0103}" ; (ă) a with breve @@ -466,7 +466,7 @@ cmpTilde.item["Y"] := "{u+1ef8}" ; (Ỹ) Y with tilde cmpTilde.item[" "] := "{u+02dc}" ; (˜) small tilde -; Compose : Hook and Latin Greek Letters (h) +; Compose : Hook and Horn (h) cmpHook := ComObjCreate("Scripting.Dictionary") cmpHook.item["b"] := "{u+0253}" ; (ɓ) b with hook @@ -481,12 +481,15 @@ cmpHook.item["g"] := "{u+0260}" ; (ɠ) g with hook cmpHook.item["G"] := "{u+0193}" ; (Ɠ) G with hook cmpHook.item["h"] := "{u+0266}" ; (ɦ) h with hook cmpHook.item["H"] := "{u+a7aa}" ; (Ɦ) H with hook +cmpHook.item["j"] := "{u+0267}" ; (ɧ) small letter heng with hook cmpHook.item["k"] := "{u+0199}" ; (ƙ) k with hook cmpHook.item["K"] := "{u+0198}" ; (Ƙ) K with hook cmpHook.item["m"] := "{u+0271}" ; (ɱ) m with hook cmpHook.item["M"] := "{u+2c6e}" ; (Ɱ) M with hook cmpHook.item["n"] := "{u+0272}" ; (ɲ) n with left hook cmpHook.item["N"] := "{u+019d}" ; (Ɲ) N with left hook +cmpHook.item["o"] := "{u+01a1}" ; (ơ) o with horn +cmpHook.item["O"] := "{u+01a0}" ; (Ơ) O with horn cmpHook.item["p"] := "{u+01a5}" ; (ƥ) p with hook cmpHook.item["P"] := "{u+01a4}" ; (Ƥ) P with hook cmpHook.item["q"] := "{u+024b}" ; (ɋ) q with hook tail @@ -495,6 +498,8 @@ cmpHook.item["r"] := "{u+027d}" ; (ɽ) r with tail cmpHook.item["R"] := "{u+2c64}" ; (Ɽ) R with tail cmpHook.item["t"] := "{u+01ad}" ; (ƭ) t with hook cmpHook.item["T"] := "{u+01ac}" ; (Ƭ) T with hook +cmpHook.item["u"] := "{u+01b0}" ; (ư) u with horn +cmpHook.item["U"] := "{u+01af}" ; (Ư) U with horn cmpHook.item["v"] := "{u+028b}" ; (ʋ) v with hook cmpHook.item["V"] := "{u+01b2}" ; (Ʋ) V with hook cmpHook.item["w"] := "{u+2c73}" ; (ⱳ) w with hook @@ -503,36 +508,31 @@ cmpHook.item["y"] := "{u+01b4}" ; (ƴ) y with hook cmpHook.item["Y"] := "{u+01b3}" ; (Ƴ) Y with hook cmpHook.item["z"] := "{u+0225}" ; (ȥ) z with hook cmpHook.item["Z"] := "{u+0224}" ; (Ȥ) Z with hook -cmpHook.item["a"] := "{u+0251}" ; (ɑ) latin small letter alpha -cmpHook.item["A"] := "{u+2c6d}" ; (Ɑ) latin capital letter alpha -cmpHook.item["e"] := "{u+025b}" ; (ɛ) small open e (latin small epsilon) -cmpHook.item["E"] := "{u+0190}" ; (Ɛ) capital open E (latin capital epsilon) -cmpHook.item["i"] := "{u+0269}" ; (ɩ) latin small letter iota -cmpHook.item["I"] := "{u+0196}" ; (Ɩ) latin capital letter iota -cmpHook.item["j"] := "{u+0263}" ; (ɣ) latin small gamma -cmpHook.item["J"] := "{u+0194}" ; (Ɣ) latin capital gamma -cmpHook.item["o"] := "{u+0254}" ; (ɔ) small open o -cmpHook.item["O"] := "{u+0186}" ; (Ɔ) capital open O -cmpHook.item["s"] := "{u+0283}" ; (ʃ) small letter esh -cmpHook.item["S"] := "{u+01a9}" ; (Ʃ) capital letter esh -cmpHook.item["u"] := "{u+028a}" ; (ʊ) latin small letter upsilon -cmpHook.item["U"] := "{u+01b1}" ; (Ʊ) latin capital letter upsilon - - -; Compose : Horn and Special Letters (H) - -cmpHorn := ComObjCreate("Scripting.Dictionary") -cmpHorn.item["o"] := "{u+01a1}" ; (ơ) o with horn -cmpHorn.item["O"] := "{u+01a0}" ; (Ơ) O with horn -cmpHorn.item["u"] := "{u+01b0}" ; (ư) u with horn -cmpHorn.item["U"] := "{u+01af}" ; (Ư) U with horn -cmpHorn.item["g"] := "{u+ab36}" ; (ꬶ) cross-tailed g -cmpHorn.item["h"] := "{u+0267}" ; (ɧ) small letter heng with hook -cmpHorn.item["j"] := "{u+a727}" ; (ꜧ) small letter heng -cmpHorn.item["J"] := "{u+a726}" ; (Ꜧ) capital letter heng -cmpHorn.item["k"] := "{u+0138}" ; (ĸ) small letter kra -cmpHorn.item["s"] := "{u+017f}" ; (ſ) small long s -cmpHorn.item["S"] := "{u+1e9b}" ; (ẛ) small long s with dot above + + +; 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["c"] := "{u+ab36}" ; (ꬶ) cross-tailed g +cmpLatinGreek.item["e"] := "{u+025b}" ; (ɛ) small open e (latin small epsilon) +cmpLatinGreek.item["E"] := "{u+0190}" ; (Ɛ) capital open E (latin capital epsilon) +cmpLatinGreek.item["f"] := "{u+017f}" ; (ſ) small long s +cmpLatinGreek.item["F"] := "{u+1e9b}" ; (ẛ) small long s with dot above +cmpLatinGreek.item["g"] := "{u+0263}" ; (ɣ) latin small gamma +cmpLatinGreek.item["G"] := "{u+0194}" ; (Ɣ) latin capital 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["k"] := "{u+0138}" ; (ĸ) small letter kra +cmpLatinGreek.item["o"] := "{u+0254}" ; (ɔ) small open o +cmpLatinGreek.item["O"] := "{u+0186}" ; (Ɔ) capital 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 ; Compose : Turned Letters (t) @@ -784,6 +784,8 @@ cmpSymbols.item["V"] := "{u+2714}" ; (✔) heavy check mark cmpSymbols.item["w"] := "{u+26a0}" ; (⚠) warning sign cmpSymbols.item["x"] := "{u+2717}" ; (✗) ballot x cmpSymbols.item["X"] := "{u+2718}" ; (✘) heavy ballot x +cmpSymbols.item["y"] := "{u+2713}" ; (✓) check mark +cmpSymbols.item["Y"] := "{u+2714}" ; (✔) heavy check mark cmpSymbols.item["2"] := "{u+266b}" ; (♫) beamed eighth notes cmpSymbols.item["3"] := "{u+2042}" ; (⁂) asterism cmpSymbols.item["5"] := "{u+2605}" ; (★) black star @@ -929,25 +931,24 @@ cmpCapitalT.item["H"] := "{u+00de}" ; (Þ) capital letter thorn ; Compose : General/Math Symbols +cmpEight := ComObjCreate("Scripting.Dictionary") cmpSmallN := ComObjCreate("Scripting.Dictionary") cmpCapitalN := ComObjCreate("Scripting.Dictionary") cmpCapitalP := ComObjCreate("Scripting.Dictionary") cmpSmallR := ComObjCreate("Scripting.Dictionary") +cmpSemicolon := ComObjCreate("Scripting.Dictionary") cmpAsterisk := ComObjCreate("Scripting.Dictionary") cmpExclam := ComObjCreate("Scripting.Dictionary") cmpQuestion := ComObjCreate("Scripting.Dictionary") cmpParenLeft := ComObjCreate("Scripting.Dictionary") cmpPercent := ComObjCreate("Scripting.Dictionary") -cmpEight := ComObjCreate("Scripting.Dictionary") cmpLessThan := ComObjCreate("Scripting.Dictionary") cmpGreaterThan := ComObjCreate("Scripting.Dictionary") cmpBracketLeft := ComObjCreate("Scripting.Dictionary") -cmpInvertedBreve.item["b"] := "{u+2022}" ; (•) bullet -cmpInvertedBreve.item["t"] := "{u+2023}" ; (‣) triangular bullet -cmpInvertedBreve.item["h"] := "{u+2043}" ; (⁃) hyphen bullet -cmpInvertedBreve.item["w"] := "{u+25e6}" ; (◦) white bullet cmpSmallD.item["d"] := "{u+2020}" ; (†) dagger cmpCapitalD.item["D"] := "{u+2021}" ; (‡) double dagger +cmpSmallI.item["i"] := "{u+221e}" ; (∞) infinity symbol +cmpEight.item["8"] := "{u+221e}" ; (∞) infinity symbol cmpMathSymbols.item["i"] := "{u+00b5}" ; (µ) micro sign cmpSmallN.item["o"] := "{u+2116}" ; (№) numero sign cmpCapitalN.item["o"] := "{u+2116}" ; (№) numero sign @@ -960,6 +961,11 @@ cmpSmallR.item["4"] := "{u+221c}" ; (∜) fourth root cmpSymbols.item["o"] := "{u+00a7}" ; (§) section sign cmpPlayingCardSuit.item["o"] := "{u+00a7}" ; (§) section sign cmpTurned.item["m"] := "{u+2122}" ; (™) trademark symbol +cmpSemicolon.item["b"] := "{u+2022}" ; (•) bullet +cmpSemicolon.item[";"] := "{u+2022}" ; (•) bullet +cmpSemicolon.item["t"] := "{u+2023}" ; (‣) triangular bullet +cmpSemicolon.item["h"] := "{u+2043}" ; (⁃) hyphen bullet +cmpSemicolon.item["w"] := "{u+25e6}" ; (◦) white bullet cmpAcuteAccent.item["1"] := "{u+2032}" ; (′) prime cmpAcuteAccent.item["2"] := "{u+2033}" ; (″) double prime cmpAcuteAccent.item["3"] := "{u+2034}" ; (‴) triple prime @@ -985,10 +991,8 @@ cmpPlus.item["-"] := "{u+00b1}" ; (±) plus-minus sign cmpPercent.item["%"] := "{u+2030}" ; (‰) per mille sign cmpPercent.item["3"] := "{u+2030}" ; (‰) per mille sign cmpPercent.item["4"] := "{u+2031}" ; (‱) per ten thousand sign -cmpEight.item["8"] := "{u+221e}" ; (∞) infinity symbol cmpExclam.item["="] := "{u+2260}" ; (≠) not equal to -cmpDoubleAcute.item["/"] := "{u+2260}" ; (≠) not equal to -cmpStroke.item["="] := "{u+2260}" ; (≠) not equal to +cmpLessThan.item[">"] := "{u+2260}" ; (≠) not equal to cmpLessThan.item["="] := "{u+2264}" ; (≤) less-than or equal to cmpGreaterThan.item["="] := "{u+2265}" ; (≥) greater-than or equal to cmpLessThan.item["+"] := "{u+2a7d}" ; (⩽) less-than or slanted equal to @@ -1418,26 +1422,26 @@ cmpCapitalU.item["``"] := "{u+01db}" ; (Ǜ) U with diaeresis and grave Send {u+00db} ; (Û) U with circumflex return ->!-:: +>!6:: if GetKeyState("CapsLock", "T") Send {u+00c3} ; (Ã) A with tilde else Send {u+00e3} ; (ã) a with tilde return ->!_:: +>!+6:: if GetKeyState("CapsLock", "T") Send {u+00e3} ; (ã) a with tilde else Send {u+00c3} ; (Ã) A with tilde return ->!=:: +>!7:: if GetKeyState("CapsLock", "T") Send {u+00d5} ; (Õ) O with tilde else Send {u+00f5} ; (õ) o with tilde return ->!+=:: +>!+7:: if GetKeyState("CapsLock", "T") Send {u+00f5} ; (õ) o with tilde else @@ -1450,10 +1454,10 @@ cmpCapitalU.item["``"] := "{u+01db}" ; (Ǜ) U with diaeresis and grave >!1::Send {u+00a1} ; (¡) inverted exclamation mark >!+1::Send {u+00b9} ; (¹) superscript 1 ->!2::Send {u+2013} ; (–) en dash +>!2::Send {u+2264} ; (≤) less-than or equal to >!+2::Send {u+00b2} ; (²) superscript 2 ->!3::Send {u+2014} ; (—) em dash +>!3::Send {u+2265} ; (≥) greater-than or equal to >!+3::Send {u+00b3} ; (³) superscript 3 >!4::Send {u+00a3} ; (£) pound sign @@ -1462,14 +1466,8 @@ cmpCapitalU.item["``"] := "{u+01db}" ; (Ǜ) U with diaeresis and grave >!5::Send {u+20ac} ; (€) euro sign >!+5::Send {u+00a2} ; (¢) cent sign (dollar) ->!6::Send {u+2264} ; (≤) less-than or equal to ->!+6::Send {u+2260} ; (≠) not equal to - ->!7::Send {u+2265} ; (≥) greater-than or equal to ->!+7::Send {u+2248} ; (≈) almost equal to - >!8::Send {u+201e} ; („) double low-9 quotation mark ->!+8::Send {u+201a} ; (‚) single low-9 quotation mark +>!+8::Send {u+00a7} ; (§) section sign >!9::Send {u+201c} ; (“) left double quotation mark >!+9::Send {u+2018} ; (‘) left single quotation mark @@ -1477,6 +1475,12 @@ cmpCapitalU.item["``"] := "{u+01db}" ; (Ǜ) U with diaeresis and grave >!0::Send {u+201d} ; (”) right double quotation mark >!+0::Send {u+2019} ; (’) right single quotation mark +>!-::Send {u+2013} ; (–) en dash +>!_::Send {u+2014} ; (—) em dash + +>!=::Send {u+00d7} ; (×) multiplication sign +>!+=::Send {u+00f7} ; (÷) division sign + >![::Send {u+00ab} ; («) left-pointing double angle quotation mark >!{::Send {u+2039} ; (‹) left-pointing single angle quotation mark @@ -1486,11 +1490,11 @@ cmpCapitalU.item["``"] := "{u+01db}" ; (Ǜ) U with diaeresis and grave >!;::Send {u+00b0} ; (°) degree sign >!+;::Send {u+00b7} ; (·) middle dot ->!'::Send {u+00d7} ; (×) multiplication sign ->!"::Send {u+00f7} ; (÷) division sign +>!'::Send {u+2020} ; (†) dagger +>!"::Send {u+2021} ; (‡) double dagger ->!\::Send {u+00a7} ; (§) section sign ->!|::Send {u+2030} ; (‰) per mille sign +>!\::Send {u+2002} ; en space +>!|::Send {u+2003} ; em space >!/::Send {u+00bf} ; (¿) inverted question mark >!?::Send {u+2026} ; (…) horizontal ellipsis @@ -1540,8 +1544,8 @@ cmpCapitalU.item["``"] := "{u+01db}" ; (Ǜ) U with diaeresis and grave Send % cmpTilde.item[keyB] else if (keyA == "h") Send % cmpHook.item[keyB] - else if (keyA == "H") - Send % cmpHorn.item[keyB] + else if (keyA == "l") + Send % cmpLatinGreek.item[keyB] else if (keyA == "t") Send % cmpTurned.item[keyB] else if (keyA == "$") @@ -1602,6 +1606,8 @@ cmpCapitalU.item["``"] := "{u+01db}" ; (Ǜ) U with diaeresis and grave Send % cmpCapitalP.item[keyB] else if (keyA == "r") Send % cmpSmallR.item[keyB] + else if (keyA == ";") + Send % cmpSemicolon.item[keyB] else if (keyA == "*") Send % cmpAsterisk.item[keyB] else if (keyA == "!")