add STO, RCL, lastX, and rotate; do not require holding shift while

pressing 0 to turn off
This commit is contained in:
Jeff Wang
2019-10-21 02:30:58 -04:00
parent f184c6dc18
commit c05a402b72
4 changed files with 110 additions and 48 deletions

View File

@ -99,9 +99,9 @@ ApplicationWindow
var shifted_keys = [
["Shift", "1/x", " √<span style=\"text-decoration: overline\">x</span> ", "CL<i>x</i>"],
["y<sup>x</sup> ", "ln(x)", "log(x)", ""],
["", "e<sup>x</sup>", "10<sup>x</sup>", ""],
["🔃", "e<sup>x</sup>", "10<sup>x</sup>", ""],
["", "", "", ""],
["off", "", "", ""]
["off", "STO", "RCL", "LAST<i>x</i>"]
]
return "<small>" + shifted_keys[row][col] + "</small>"