]> shimmer.witbreuk.eu Git - UltimateKEYS.git/commitdiff
Add files via upload
authorPieter Degroote <pieter-degroote@users.noreply.github.com>
Sun, 12 Apr 2020 19:52:47 +0000 (21:52 +0200)
committerGitHub <noreply@github.com>
Sun, 12 Apr 2020 19:52:47 +0000 (21:52 +0200)
Several changes have been made concerning the math symbols.

UltimateKEYS - 2020-04-12.ahk
UltimateKEYS - 2020-04-12.klc
UltimateKEYS SW - 2020-04-12.ahk
UltimateKEYS SW - 2020-04-12.klc

index 6fe4b98cbf7c28094824280b340dc8dcc6051779..3a25d809691c7ddd617f185893775b2a9c692424 100644 (file)
@@ -749,6 +749,8 @@ dkMathSymbols.item("s") := "∩"  ; set intersection
 dkMathSymbols.item("S") := "∫"  ; integral symbol\r
 dkMathSymbols.item("u") := "∪"  ; set union\r
 dkMathSymbols.item("U") := "∖"  ; set minus\r
 dkMathSymbols.item("S") := "∫"  ; integral symbol\r
 dkMathSymbols.item("u") := "∪"  ; set union\r
 dkMathSymbols.item("U") := "∖"  ; set minus\r
+dkMathSymbols.item("w") := "℘"  ; Weierstrass elliptic function\r
+dkMathSymbols.item("W") := "℘"  ; Weierstrass elliptic function\r
 dkMathSymbols.item("z") := "↯"  ; downwards zigzag arrow\r
 dkMathSymbols.item("Z") := "ℤ"  ; whole numbers\r
 dkMathSymbols.item("1") := "≠"  ; not equal to\r
 dkMathSymbols.item("z") := "↯"  ; downwards zigzag arrow\r
 dkMathSymbols.item("Z") := "ℤ"  ; whole numbers\r
 dkMathSymbols.item("1") := "≠"  ; not equal to\r
@@ -758,15 +760,13 @@ dkMathSymbols.item("3") := "∛"  ; cube root
 dkMathSymbols.item("4") := "∜"  ; fourth root\r
 dkMathSymbols.item("5") := "‰"  ; per mille sign\r
 dkMathSymbols.item("%") := "‱" ; per ten thousand sign\r
 dkMathSymbols.item("4") := "∜"  ; fourth root\r
 dkMathSymbols.item("5") := "‰"  ; per mille sign\r
 dkMathSymbols.item("%") := "‱" ; per ten thousand sign\r
-dkMathSymbols.item("6") := "℘"  ; Weierstrass elliptic function\r
-dkMathSymbols.item("^") := "℘"  ; Weierstrass elliptic function\r
+dkMathSymbols.item("6") := "∠"  ; angle symbol\r
 dkMathSymbols.item("7") := "∧"  ; logical and\r
 dkMathSymbols.item("&") := "∧"  ; logical and\r
 dkMathSymbols.item("8") := "⊗"  ; tensor product\r
 dkMathSymbols.item("*") := "⊗"  ; tensor product\r
 dkMathSymbols.item("9") := "∟"  ; right angle\r
 dkMathSymbols.item("7") := "∧"  ; logical and\r
 dkMathSymbols.item("&") := "∧"  ; logical and\r
 dkMathSymbols.item("8") := "⊗"  ; tensor product\r
 dkMathSymbols.item("*") := "⊗"  ; tensor product\r
 dkMathSymbols.item("9") := "∟"  ; right angle\r
-dkMathSymbols.item("0") := "∠"  ; angle symbol\r
-dkMathSymbols.item(")") := "∡"  ; measured angle\r
+dkMathSymbols.item("0") := "∡"  ; measured angle\r
 dkMathSymbols.item("``") := "≈" ; almost equal to\r
 dkMathSymbols.item("~") := "≈"  ; almost equal to\r
 dkMathSymbols.item(",") := "≤"  ; less-than or equal to\r
 dkMathSymbols.item("``") := "≈" ; almost equal to\r
 dkMathSymbols.item("~") := "≈"  ; almost equal to\r
 dkMathSymbols.item(",") := "≤"  ; less-than or equal to\r
index 017a41795441c93ae47112f883a5d7ea1e097d9a..6aa221c911e45262cdb773cbcd756b52119fb486 100644 (file)
Binary files a/UltimateKEYS - 2020-04-12.klc and b/UltimateKEYS - 2020-04-12.klc differ
index 40e066ec493dbc453c1a3a9d01855205d0390d51..451d89032f01fe7700eb9807e73d636b94c9d83f 100644 (file)
@@ -775,6 +775,8 @@ dkMathSymbols.item("s") := "∩"  ; set intersection
 dkMathSymbols.item("S") := "∫"  ; integral symbol\r
 dkMathSymbols.item("u") := "∪"  ; set union\r
 dkMathSymbols.item("U") := "∖"  ; set minus\r
 dkMathSymbols.item("S") := "∫"  ; integral symbol\r
 dkMathSymbols.item("u") := "∪"  ; set union\r
 dkMathSymbols.item("U") := "∖"  ; set minus\r
+dkMathSymbols.item("w") := "℘"  ; Weierstrass elliptic function\r
+dkMathSymbols.item("W") := "℘"  ; Weierstrass elliptic function\r
 dkMathSymbols.item("z") := "↯"  ; downwards zigzag arrow\r
 dkMathSymbols.item("Z") := "ℤ"  ; whole numbers\r
 dkMathSymbols.item("!") := "≠"  ; not equal to\r
 dkMathSymbols.item("z") := "↯"  ; downwards zigzag arrow\r
 dkMathSymbols.item("Z") := "ℤ"  ; whole numbers\r
 dkMathSymbols.item("!") := "≠"  ; not equal to\r
@@ -787,15 +789,15 @@ dkMathSymbols.item("$") := "∜"  ; fourth root
 dkMathSymbols.item("4") := "∜"  ; fourth root\r
 dkMathSymbols.item("%") := "‰"  ; per mille sign\r
 dkMathSymbols.item("5") := "‱" ; per ten thousand sign\r
 dkMathSymbols.item("4") := "∜"  ; fourth root\r
 dkMathSymbols.item("%") := "‰"  ; per mille sign\r
 dkMathSymbols.item("5") := "‱" ; per ten thousand sign\r
-dkMathSymbols.item("^") := "â\84\98"  ; Weierstrass elliptic function\r
-dkMathSymbols.item("6") := "â\84\98"  ; Weierstrass elliptic function\r
+dkMathSymbols.item("^") := "â\88 "  ; angle symbol\r
+dkMathSymbols.item("6") := "â\88 "  ; angle symbol\r
 dkMathSymbols.item("&") := "∧"  ; logical and\r
 dkMathSymbols.item("7") := "∧"  ; logical and\r
 dkMathSymbols.item("*") := "⊗"  ; tensor product\r
 dkMathSymbols.item("8") := "⊗"  ; tensor product\r
 dkMathSymbols.item("(") := "∟"  ; right angle\r
 dkMathSymbols.item("9") := "∟"  ; right angle\r
 dkMathSymbols.item("&") := "∧"  ; logical and\r
 dkMathSymbols.item("7") := "∧"  ; logical and\r
 dkMathSymbols.item("*") := "⊗"  ; tensor product\r
 dkMathSymbols.item("8") := "⊗"  ; tensor product\r
 dkMathSymbols.item("(") := "∟"  ; right angle\r
 dkMathSymbols.item("9") := "∟"  ; right angle\r
-dkMathSymbols.item(")") := "â\88 "  ; angle symbol\r
+dkMathSymbols.item(")") := "â\88¡"  ; measured angle\r
 dkMathSymbols.item("0") := "∡"  ; measured angle\r
 dkMathSymbols.item("``") := "≈" ; almost equal to\r
 dkMathSymbols.item("~") := "≈"  ; almost equal to\r
 dkMathSymbols.item("0") := "∡"  ; measured angle\r
 dkMathSymbols.item("``") := "≈" ; almost equal to\r
 dkMathSymbols.item("~") := "≈"  ; almost equal to\r
index 853ae1141d00f49d5de2608ed507e9176777ec91..2f42a6a9bfa8c0e50dcd5340e8bcb8095df26b77 100644 (file)
Binary files a/UltimateKEYS SW - 2020-04-12.klc and b/UltimateKEYS SW - 2020-04-12.klc differ