]> shimmer.witbreuk.eu Git - UltimateKEYS.git/blobdiff - autohotkey-v1.1/UltimateKEYS.ahk
Add files via upload
[UltimateKEYS.git] / autohotkey-v1.1 / UltimateKEYS.ahk
index 602f78df59a6b908d9ca4414427bf41653d3fc75..739a15ab2a962af4990e25652f57c1048b4ff04d 100644 (file)
@@ -1,4 +1,4 @@
-; UltimateKEYS.ahk - 2022-05-28
+; UltimateKEYS.ahk - 2022-05-29
 
 ; Website :  www.ultimatekeys.info (pieter-degroote.github.io/UltimateKEYS/)
 
 
 ; Website :  www.ultimatekeys.info (pieter-degroote.github.io/UltimateKEYS/)
 
@@ -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["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
 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
 
 
 ; Compose :  General/Math Symbols
 
+cmpEight := ComObjCreate("Scripting.Dictionary")
 cmpSmallN := ComObjCreate("Scripting.Dictionary")
 cmpCapitalN := ComObjCreate("Scripting.Dictionary")
 cmpCapitalP := ComObjCreate("Scripting.Dictionary")
 cmpSmallR := 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")
 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")
 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
 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
 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
 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
 cmpAcuteAccent.item["1"] := "{u+2032}"      ; (′) prime
 cmpAcuteAccent.item["2"] := "{u+2033}"      ; (″) double prime
 cmpAcuteAccent.item["3"] := "{u+2034}"      ; (‴) triple prime
@@ -985,7 +991,6 @@ 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
 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
 cmpExclam.item["="] := "{u+2260}"           ; (≠) not equal to
 cmpDoubleAcute.item["/"] := "{u+2260}"      ; (≠) not equal to
 cmpStroke.item["="] := "{u+2260}"           ; (≠) not equal to
@@ -1602,6 +1607,8 @@ cmpCapitalU.item["``"] := "{u+01db}"      ; (Ǜ) U with diaeresis and grave
     Send % cmpCapitalP.item[keyB]
   else if (keyA == "r")
     Send % cmpSmallR.item[keyB]
     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 == "!")
   else if (keyA == "*")
     Send % cmpAsterisk.item[keyB]
   else if (keyA == "!")