From 87c52ef5f5907c01f2a1b2f4e6985ec7c31f1ebc Mon Sep 17 00:00:00 2001 From: Pieter Degroote Date: Sun, 12 Apr 2020 21:52:47 +0200 Subject: [PATCH 1/1] Add files via upload Several changes have been made concerning the math symbols. --- UltimateKEYS - 2020-04-12.ahk | 8 ++++---- UltimateKEYS - 2020-04-12.klc | Bin 73644 -> 73644 bytes UltimateKEYS SW - 2020-04-12.ahk | 8 +++++--- UltimateKEYS SW - 2020-04-12.klc | Bin 76008 -> 76160 bytes 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/UltimateKEYS - 2020-04-12.ahk b/UltimateKEYS - 2020-04-12.ahk index 6fe4b98..3a25d80 100644 --- a/UltimateKEYS - 2020-04-12.ahk +++ b/UltimateKEYS - 2020-04-12.ahk @@ -749,6 +749,8 @@ dkMathSymbols.item("s") := "∩" ; set intersection dkMathSymbols.item("S") := "∫" ; integral symbol dkMathSymbols.item("u") := "∪" ; set union dkMathSymbols.item("U") := "∖" ; set minus +dkMathSymbols.item("w") := "℘" ; Weierstrass elliptic function +dkMathSymbols.item("W") := "℘" ; Weierstrass elliptic function dkMathSymbols.item("z") := "↯" ; downwards zigzag arrow dkMathSymbols.item("Z") := "ℤ" ; whole numbers dkMathSymbols.item("1") := "≠" ; not equal to @@ -758,15 +760,13 @@ dkMathSymbols.item("3") := "∛" ; cube root dkMathSymbols.item("4") := "∜" ; fourth root dkMathSymbols.item("5") := "‰" ; per mille sign dkMathSymbols.item("%") := "‱" ; per ten thousand sign -dkMathSymbols.item("6") := "℘" ; Weierstrass elliptic function -dkMathSymbols.item("^") := "℘" ; Weierstrass elliptic function +dkMathSymbols.item("6") := "∠" ; angle symbol dkMathSymbols.item("7") := "∧" ; logical and dkMathSymbols.item("&") := "∧" ; logical and dkMathSymbols.item("8") := "⊗" ; tensor product dkMathSymbols.item("*") := "⊗" ; tensor product dkMathSymbols.item("9") := "∟" ; right angle -dkMathSymbols.item("0") := "∠" ; angle symbol -dkMathSymbols.item(")") := "∡" ; measured angle +dkMathSymbols.item("0") := "∡" ; measured angle dkMathSymbols.item("``") := "≈" ; almost equal to dkMathSymbols.item("~") := "≈" ; almost equal to dkMathSymbols.item(",") := "≤" ; less-than or equal to diff --git a/UltimateKEYS - 2020-04-12.klc b/UltimateKEYS - 2020-04-12.klc index 017a41795441c93ae47112f883a5d7ea1e097d9a..6aa221c911e45262cdb773cbcd756b52119fb486 100644 GIT binary patch delta 104 zcmZ3ppJmN{mWC~ihq$=S88{h?7z}~XVsfCJ@bp={jDC~r%GsEKLX$Us5d{hOO!j-p uw*43v;~pk{BcN&npdNi7RA4ZhewUxoczX~ZV*?|%AzavCySe~lD?b4FTN%Ir delta 108 zcmZ3ppJmN{mWC~ihq$)S;$}R+#Ba!8$Y8<1$)FE}3Jhk`uX8bmPqw+h!HX;$2NDk5 oK8KI7fsxw)uG(OFCLg0QuMvYKP{;@j4JRMGD7@W3fU$-j0HpR99{>OV diff --git a/UltimateKEYS SW - 2020-04-12.ahk b/UltimateKEYS SW - 2020-04-12.ahk index 40e066e..451d890 100644 --- a/UltimateKEYS SW - 2020-04-12.ahk +++ b/UltimateKEYS SW - 2020-04-12.ahk @@ -775,6 +775,8 @@ dkMathSymbols.item("s") := "∩" ; set intersection dkMathSymbols.item("S") := "∫" ; integral symbol dkMathSymbols.item("u") := "∪" ; set union dkMathSymbols.item("U") := "∖" ; set minus +dkMathSymbols.item("w") := "℘" ; Weierstrass elliptic function +dkMathSymbols.item("W") := "℘" ; Weierstrass elliptic function dkMathSymbols.item("z") := "↯" ; downwards zigzag arrow dkMathSymbols.item("Z") := "ℤ" ; whole numbers dkMathSymbols.item("!") := "≠" ; not equal to @@ -787,15 +789,15 @@ dkMathSymbols.item("$") := "∜" ; fourth root dkMathSymbols.item("4") := "∜" ; fourth root dkMathSymbols.item("%") := "‰" ; per mille sign dkMathSymbols.item("5") := "‱" ; per ten thousand sign -dkMathSymbols.item("^") := "℘" ; Weierstrass elliptic function -dkMathSymbols.item("6") := "℘" ; Weierstrass elliptic function +dkMathSymbols.item("^") := "∠" ; angle symbol +dkMathSymbols.item("6") := "∠" ; angle symbol dkMathSymbols.item("&") := "∧" ; logical and dkMathSymbols.item("7") := "∧" ; logical and dkMathSymbols.item("*") := "⊗" ; tensor product dkMathSymbols.item("8") := "⊗" ; tensor product dkMathSymbols.item("(") := "∟" ; right angle dkMathSymbols.item("9") := "∟" ; right angle -dkMathSymbols.item(")") := "∠" ; angle symbol +dkMathSymbols.item(")") := "∡" ; measured angle dkMathSymbols.item("0") := "∡" ; measured angle dkMathSymbols.item("``") := "≈" ; almost equal to dkMathSymbols.item("~") := "≈" ; almost equal to diff --git a/UltimateKEYS SW - 2020-04-12.klc b/UltimateKEYS SW - 2020-04-12.klc index 853ae1141d00f49d5de2608ed507e9176777ec91..2f42a6a9bfa8c0e50dcd5340e8bcb8095df26b77 100644 GIT binary patch delta 132 zcmaEHk)`1>OT!k%J3`#%44e!`42D2xG5O(2;prV>j6S@k49LPC&q9Q^-x6Y+#>{U7 zRBr&(r4NJ(3~|$iB^gb*&A`Thr6x086`n35$*8s6L7edfBex-3t>*MtNk;SSZjy|P F_yKmH9Y+8F delta 90 zcmZp;%<|$QOT!k%J3`yH2s2J$<~L+8WUyf1WY7mf1%|lkAB7l0d5sy&fI>z