A few changes and additions, and a small change to the comments have been made.
#requires AutoHotkey v1.1
#requires AutoHotkey v1.1
-; UltimateKEYS (for AutoHotkey v1.1).ahk - 2024-01-22
+; UltimateKEYS (for AutoHotkey v1.1).ahk - 2024-06-04
-; Website : www.ultimatekeys.info (pieter-degroote.github.io/UltimateKEYS/)
+; Website : https://pieter-degroote.github.io/UltimateKEYS/
-; License : GNU General Public License Version 3
+; GitHub : https://github.com/pieter-degroote/UltimateKEYS
-; GitHub : github.com/pieter-degroote/UltimateKEYS
+; License : GNU General Public License Version 3
; Keyboard layout (on Windows) : US QWERTY
; Keyboard layout (on Windows) : US QWERTY
-; AutoHotkey v1.1 (www.autohotkey.com)
-
#NoEnv ; avoids checking empty variables to see if they are environment variables
#NoEnv ; avoids checking empty variables to see if they are environment variables
cmpSymbols.item["L"] := "{u+2112}" ; (ℒ) Laplace transform
cmpSymbols.item["m"] := "{u+2642}" ; (♂) male sign (Mars)
cmpSymbols.item["M"] := "{u+2120}" ; (℠) service mark
cmpSymbols.item["L"] := "{u+2112}" ; (ℒ) Laplace transform
cmpSymbols.item["m"] := "{u+2642}" ; (♂) male sign (Mars)
cmpSymbols.item["M"] := "{u+2120}" ; (℠) service mark
-cmpSymbols.item["r"] := "{u+211e}" ; (℞) prescription take (Recipere)
-cmpSymbols.item["R"] := "{u+211e}" ; (℞) prescription take (Recipere)
+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["v"] := "{u+2123}" ; (℣) versicle (liturgy)
+cmpSymbols.item["V"] := "{u+2123}" ; (℣) versicle (liturgy)
cmpSymbols.item["x"] := "{u+203b}" ; (※) reference mark
cmpSymbols.item["2"] := "{u+266b}" ; (♫) beamed eighth notes
cmpSymbols.item["3"] := "{u+2042}" ; (⁂) asterism
cmpSymbols.item["x"] := "{u+203b}" ; (※) reference mark
cmpSymbols.item["2"] := "{u+266b}" ; (♫) beamed eighth notes
cmpSymbols.item["3"] := "{u+2042}" ; (⁂) asterism
-; UltimateKEYS (for AutoHotkey v2).ahk - 2024-01-22
+; UltimateKEYS (for AutoHotkey v2).ahk - 2024-06-04
-; Website : www.ultimatekeys.info (pieter-degroote.github.io/UltimateKEYS/)
+; Website : https://pieter-degroote.github.io/UltimateKEYS/
-; License : GNU General Public License Version 3
+; GitHub : https://github.com/pieter-degroote/UltimateKEYS
-; GitHub : github.com/pieter-degroote/UltimateKEYS
+; License : GNU General Public License Version 3
; Keyboard layout (on Windows) : US QWERTY
; Keyboard layout (on Windows) : US QWERTY
-; AutoHotkey v2 (www.autohotkey.com)
-
KeyHistory 0 ; disables the key history (for privacy and security)
KeyHistory 0 ; disables the key history (for privacy and security)
cmpSymbols["L"] := "{u+2112}" ; (ℒ) Laplace transform
cmpSymbols["m"] := "{u+2642}" ; (♂) male sign (Mars)
cmpSymbols["M"] := "{u+2120}" ; (℠) service mark
cmpSymbols["L"] := "{u+2112}" ; (ℒ) Laplace transform
cmpSymbols["m"] := "{u+2642}" ; (♂) male sign (Mars)
cmpSymbols["M"] := "{u+2120}" ; (℠) service mark
-cmpSymbols["r"] := "{u+211e}" ; (℞) prescription take (Recipere)
-cmpSymbols["R"] := "{u+211e}" ; (℞) prescription take (Recipere)
+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["v"] := "{u+2123}" ; (℣) versicle (liturgy)
+cmpSymbols["V"] := "{u+2123}" ; (℣) versicle (liturgy)
cmpSymbols["x"] := "{u+203b}" ; (※) reference mark
cmpSymbols["2"] := "{u+266b}" ; (♫) beamed eighth notes
cmpSymbols["3"] := "{u+2042}" ; (⁂) asterism
cmpSymbols["x"] := "{u+203b}" ; (※) reference mark
cmpSymbols["2"] := "{u+266b}" ; (♫) beamed eighth notes
cmpSymbols["3"] := "{u+2042}" ; (⁂) asterism