From: Pieter Degroote Date: Sun, 12 Apr 2020 19:52:47 +0000 (+0200) Subject: Add files via upload X-Git-Url: https://shimmer.witbreuk.eu/gitweb/UltimateKEYS.git/commitdiff_plain/87c52ef5f5907c01f2a1b2f4e6985ec7c31f1ebc Add files via upload Several changes have been made concerning the math symbols. --- 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 017a417..6aa221c 100644 Binary files a/UltimateKEYS - 2020-04-12.klc and b/UltimateKEYS - 2020-04-12.klc differ 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 853ae11..2f42a6a 100644 Binary files a/UltimateKEYS SW - 2020-04-12.klc and b/UltimateKEYS SW - 2020-04-12.klc differ