Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Some small changes and additions have been made to the section 'Various Symbols'.
  • Loading branch information
pieter-degroote authored Nov 20, 2024
1 parent 2ddb990 commit 2a7ae08
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions autohotkey/UltimateKEYS Legacy (for AutoHotkey v1.1).ahk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#requires AutoHotkey v1.1

; UltimateKEYS Legacy (for AutoHotkey v1.1).ahk - 2024-08-05
; UltimateKEYS Legacy (for AutoHotkey v1.1).ahk - 2024-11-20

; Website : https://pieter-degroote.github.io/UltimateKEYS/

Expand Down Expand Up @@ -819,7 +819,7 @@ cmpDoubleAcute.item["0"] := "{u+21d4}" ; (⇔) left right double arrow
; Compose : Various Symbols (s)

cmpSymbols := ComObjCreate("Scripting.Dictionary")
cmpSymbols.item["a"] := "{u+214d}" ; (⅍) aktieselskab
cmpSymbols.item["a"] := "{u+2100}" ; (℀) account of
cmpSymbols.item["b"] := "{u+203d}" ; (‽) interrobang
cmpSymbols.item["B"] := "{u+2e18}" ; (⸘) inverted interrobang
cmpSymbols.item["c"] := "{u+2105}" ; (℅) care of
Expand All @@ -829,6 +829,8 @@ cmpSymbols.item["f"] := "{u+2640}" ; (♀) female sign (Venus)
cmpSymbols.item["h"] := "{u+2302}" ; (⌂) house
cmpSymbols.item["H"] := "{u+2126}" ; (Ω) ohm sign (backwards compatibility)
cmpSymbols.item["i"] := "{u+2300}" ; (⌀) diameter sign
cmpSymbols.item["j"] := "{u+2101}" ; (℁) addressed to the subject
cmpSymbols.item["k"] := "{u+214d}" ; (⅍) aktieselskab
cmpSymbols.item["l"] := "{u+2113}" ; (ℓ) script small l
cmpSymbols.item["L"] := "{u+2112}" ; (ℒ) Laplace transform
cmpSymbols.item["m"] := "{u+2642}" ; (♂) male sign (Mars)
Expand All @@ -837,6 +839,7 @@ cmpSymbols.item["p"] := "{u+211e}" ; (℞) prescription take (Recipere)
cmpSymbols.item["P"] := "{u+211e}" ; (℞) prescription take (Recipere)
cmpSymbols.item["r"] := "{u+211f}" ; (℟) response (liturgy)
cmpSymbols.item["R"] := "{u+211f}" ; (℟) response (liturgy)
cmpSymbols.item["u"] := "{u+2106}" ; (℆) cada una (each one)
cmpSymbols.item["v"] := "{u+2123}" ; (℣) versicle (liturgy)
cmpSymbols.item["V"] := "{u+2123}" ; (℣) versicle (liturgy)
cmpSymbols.item["x"] := "{u+203b}" ; (※) reference mark
Expand Down
7 changes: 5 additions & 2 deletions autohotkey/UltimateKEYS Legacy (for AutoHotkey v2).ahk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#requires AutoHotkey v2

; UltimateKEYS Legacy (for AutoHotkey v2).ahk - 2024-08-05
; UltimateKEYS Legacy (for AutoHotkey v2).ahk - 2024-11-20

; Website : https://pieter-degroote.github.io/UltimateKEYS/

Expand Down Expand Up @@ -820,7 +820,7 @@ cmpDoubleAcute["0"] := "{u+21d4}" ; (⇔) left right double arrow
; Compose : Various Symbols (s)

global cmpSymbols := Map()
cmpSymbols["a"] := "{u+214d}" ; (⅍) aktieselskab
cmpSymbols["a"] := "{u+2100}" ; (℀) account of
cmpSymbols["b"] := "{u+203d}" ; (‽) interrobang
cmpSymbols["B"] := "{u+2e18}" ; (⸘) inverted interrobang
cmpSymbols["c"] := "{u+2105}" ; (℅) care of
Expand All @@ -830,6 +830,8 @@ cmpSymbols["f"] := "{u+2640}" ; (♀) female sign (Venus)
cmpSymbols["h"] := "{u+2302}" ; (⌂) house
cmpSymbols["H"] := "{u+2126}" ; (Ω) ohm sign (backwards compatibility)
cmpSymbols["i"] := "{u+2300}" ; (⌀) diameter sign
cmpSymbols["j"] := "{u+2101}" ; (℁) addressed to the subject
cmpSymbols["k"] := "{u+214d}" ; (⅍) aktieselskab
cmpSymbols["l"] := "{u+2113}" ; (ℓ) script small l
cmpSymbols["L"] := "{u+2112}" ; (ℒ) Laplace transform
cmpSymbols["m"] := "{u+2642}" ; (♂) male sign (Mars)
Expand All @@ -838,6 +840,7 @@ cmpSymbols["p"] := "{u+211e}" ; (℞) prescription take (Recipere)
cmpSymbols["P"] := "{u+211e}" ; (℞) prescription take (Recipere)
cmpSymbols["r"] := "{u+211f}" ; (℟) response (liturgy)
cmpSymbols["R"] := "{u+211f}" ; (℟) response (liturgy)
cmpSymbols["u"] := "{u+2106}" ; (℆) cada una (each one)
cmpSymbols["v"] := "{u+2123}" ; (℣) versicle (liturgy)
cmpSymbols["V"] := "{u+2123}" ; (℣) versicle (liturgy)
cmpSymbols["x"] := "{u+203b}" ; (※) reference mark
Expand Down

0 comments on commit 2a7ae08

Please sign in to comment.