add shift down sign, change GUI keys, bump version

This commit is contained in:
Jeff Wang
2020-09-13 01:19:47 -04:00
parent d8d7f98663
commit 64754395be
5 changed files with 15 additions and 5 deletions

View File

@ -136,7 +136,7 @@ ApplicationWindow
horizontalAlignment: Text.AlignHCenter
font.pointSize: 16
color: "gray"
text: {"<br><br><br>" + getShiftedDownText(parent.parent.objectName, index)}
text: {"<br><br>" + getShiftedDownText(parent.parent.objectName, index)}
textFormat: Text.RichText
anchors.centerIn: parent
}
@ -168,7 +168,7 @@ ApplicationWindow
["Shift", "1/x", " √<span style=\"text-decoration: overline\">x</span> ", "CL<i>x</i>"],
["y<sup>x</sup> ", "ln(x)", "log(x)", "π"],
["R▼", "e<sup>x</sup>", "10<sup>x</sup>", ""],
["sin", "cos", "tan", "►rad"],
["sin(x)", "cos(x)", "tan(x)", "►rad"],
["off", "STO", "RCL", "LAST<i>x</i>"]
]
@ -180,7 +180,7 @@ ApplicationWindow
["", "", "", ""],
["", "", "", ""],
["R▲", "", "", ""],
["sin<sup>1</sup>", "cos<sup>1</sup>", "tan<sup>1</sup>", "►deg"],
["asin(x)", "acos(x)", "atan(x)", "►deg"],
["", "", "", ""]
]