From 8393c138135ee97d9dff735a75416b00f4955f1c Mon Sep 17 00:00:00 2001 From: Pieter Degroote Date: Sun, 16 Jul 2023 21:57:22 +0200 Subject: [PATCH] Add files via upload Some additions and a small adjustment to the math symbols have been made. --- autohotkey/UltimateKEYS (for AutoHotkey v1.1).ahk | 10 ++++++---- autohotkey/UltimateKEYS (for AutoHotkey v2.0).ahk | 10 ++++++---- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/autohotkey/UltimateKEYS (for AutoHotkey v1.1).ahk b/autohotkey/UltimateKEYS (for AutoHotkey v1.1).ahk index 79bef04..150815a 100644 --- a/autohotkey/UltimateKEYS (for AutoHotkey v1.1).ahk +++ b/autohotkey/UltimateKEYS (for AutoHotkey v1.1).ahk @@ -1,6 +1,6 @@ #requires AutoHotkey v1.1 -; UltimateKEYS (for AutoHotkey v1.1).ahk - 2023-07-10 +; UltimateKEYS (for AutoHotkey v1.1).ahk - 2023-07-15 ; Website : www.ultimatekeys.info (pieter-degroote.github.io/UltimateKEYS/) @@ -887,18 +887,20 @@ cmpMathSymbols.item["U"] := "{u+2216}" ; (∖) set minus cmpMathSymbols.item["w"] := "{u+2118}" ; (℘) Weierstrass elliptic function cmpMathSymbols.item["z"] := "{u+21af}" ; (↯) downwards zigzag arrow cmpMathSymbols.item["Z"] := "{u+2124}" ; (ℤ) whole numbers +cmpMathSymbols.item["2"] := "{u+2236}" ; (∶) ratio symbol +cmpMathSymbols.item["4"] := "{u+2237}" ; (∷) proportion sign cmpMathSymbols.item["6"] := "{u+2220}" ; (∠) angle symbol -cmpMathSymbols.item["&"] := "{u+2227}" ; (∧) logical and -cmpMathSymbols.item["8"] := "{u+2297}" ; (⊗) circled times -cmpMathSymbols.item["*"] := "{u+2299}" ; (⊙) circled dot operator cmpMathSymbols.item["9"] := "{u+221f}" ; (∟) right angle cmpMathSymbols.item["0"] := "{u+2221}" ; (∡) measured angle cmpMathSymbols.item["+"] := "{u+2295}" ; (⊕) circled plus cmpMathSymbols.item["-"] := "{u+2296}" ; (⊖) circled minus +cmpMathSymbols.item["*"] := "{u+2297}" ; (⊗) circled times cmpMathSymbols.item["/"] := "{u+2298}" ; (⊘) circled division slash +cmpMathSymbols.item["."] := "{u+2299}" ; (⊙) circled dot operator cmpMathSymbols.item["="] := "{u+225d}" ; (≝) equal to by definition cmpMathSymbols.item[";"] := "{u+2235}" ; (∵) because sign cmpMathSymbols.item[":"] := "{u+2234}" ; (∴) therefore sign +cmpMathSymbols.item["&"] := "{u+2227}" ; (∧) logical and cmpMathSymbols.item["|"] := "{u+2228}" ; (∨) logical or diff --git a/autohotkey/UltimateKEYS (for AutoHotkey v2.0).ahk b/autohotkey/UltimateKEYS (for AutoHotkey v2.0).ahk index 80dc6e4..ce041f7 100644 --- a/autohotkey/UltimateKEYS (for AutoHotkey v2.0).ahk +++ b/autohotkey/UltimateKEYS (for AutoHotkey v2.0).ahk @@ -1,6 +1,6 @@ #requires AutoHotkey v2.0 -; UltimateKEYS (for AutoHotkey v2.0).ahk - 2023-07-10 +; UltimateKEYS (for AutoHotkey v2.0).ahk - 2023-07-15 ; Website : www.ultimatekeys.info (pieter-degroote.github.io/UltimateKEYS/) @@ -888,18 +888,20 @@ cmpMathSymbols["U"] := "{u+2216}" ; (∖) set minus cmpMathSymbols["w"] := "{u+2118}" ; (℘) Weierstrass elliptic function cmpMathSymbols["z"] := "{u+21af}" ; (↯) downwards zigzag arrow cmpMathSymbols["Z"] := "{u+2124}" ; (ℤ) whole numbers +cmpMathSymbols["2"] := "{u+2236}" ; (∶) ratio symbol +cmpMathSymbols["4"] := "{u+2237}" ; (∷) proportion sign cmpMathSymbols["6"] := "{u+2220}" ; (∠) angle symbol -cmpMathSymbols["&"] := "{u+2227}" ; (∧) logical and -cmpMathSymbols["8"] := "{u+2297}" ; (⊗) circled times -cmpMathSymbols["*"] := "{u+2299}" ; (⊙) circled dot operator cmpMathSymbols["9"] := "{u+221f}" ; (∟) right angle cmpMathSymbols["0"] := "{u+2221}" ; (∡) measured angle cmpMathSymbols["+"] := "{u+2295}" ; (⊕) circled plus cmpMathSymbols["-"] := "{u+2296}" ; (⊖) circled minus +cmpMathSymbols["*"] := "{u+2297}" ; (⊗) circled times cmpMathSymbols["/"] := "{u+2298}" ; (⊘) circled division slash +cmpMathSymbols["."] := "{u+2299}" ; (⊙) circled dot operator cmpMathSymbols["="] := "{u+225d}" ; (≝) equal to by definition cmpMathSymbols[";"] := "{u+2235}" ; (∵) because sign cmpMathSymbols[":"] := "{u+2234}" ; (∴) therefore sign +cmpMathSymbols["&"] := "{u+2227}" ; (∧) logical and cmpMathSymbols["|"] := "{u+2228}" ; (∨) logical or -- 2.47.3