From: Pieter Degroote Date: Tue, 4 Jun 2024 19:20:30 +0000 (+0200) Subject: Add files via upload X-Git-Url: https://shimmer.witbreuk.eu/gitweb/UltimateKEYS.git/commitdiff_plain/616b814701dc53074dee8ea28ffc92b6b692c1bc?ds=sidebyside Add files via upload A few changes and additions, and a small change to the comments have been made. --- diff --git a/autohotkey/UltimateKEYS (for AutoHotkey v1.1).ahk b/autohotkey/UltimateKEYS (for AutoHotkey v1.1).ahk index 5d71d0a..e858aa0 100644 --- a/autohotkey/UltimateKEYS (for AutoHotkey v1.1).ahk +++ b/autohotkey/UltimateKEYS (for AutoHotkey v1.1).ahk @@ -1,20 +1,18 @@ #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 -; Requirements : +; Configuration : ; Keyboard layout (on Windows) : US QWERTY -; AutoHotkey v1.1 (www.autohotkey.com) - #NoEnv ; avoids checking empty variables to see if they are environment variables @@ -816,8 +814,12 @@ cmpSymbols.item["l"] := "{u+2113}" ; (ℓ) script small l 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 diff --git a/autohotkey/UltimateKEYS (for AutoHotkey v2).ahk b/autohotkey/UltimateKEYS (for AutoHotkey v2).ahk index 6233fa5..d812de6 100644 --- a/autohotkey/UltimateKEYS (for AutoHotkey v2).ahk +++ b/autohotkey/UltimateKEYS (for AutoHotkey v2).ahk @@ -1,20 +1,18 @@ #requires AutoHotkey v2 -; 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 -; Requirements : +; Configuration : ; Keyboard layout (on Windows) : US QWERTY -; AutoHotkey v2 (www.autohotkey.com) - KeyHistory 0 ; disables the key history (for privacy and security) @@ -817,8 +815,12 @@ cmpSymbols["l"] := "{u+2113}" ; (ℓ) script small l 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