Refinement
This commit is contained in:
parent
a08e6c85a5
commit
d779097d5b
2 changed files with 8 additions and 6 deletions
|
@ -29,10 +29,10 @@ const captureCallbacks = {
|
|||
|
||||
const ssStrings = [
|
||||
["ABC.DEF.GHI.JKL.MNO.PQRS.TUV.WXYZ", "abc.def.ghi.jkl.mno.pqrs.tuv.wxyz"],
|
||||
["1234567890 ,._-+= >< ¯-¬_ >~–÷+×<", "{}[]()<> +-=$*/#_%^@\\&|~?'\" !,.;:"],
|
||||
[".¢ ſ ß ΓΛΔ αδιλξ ЗКУЯ зклнфчяьы .", "float il1[]={1-2/3.4,5+6=7/8%90};"],
|
||||
["1234567890 ,._-+= >< ¯-¬_ >~–÷+×<", "{}[]()<>`+-=$*/#_%^@\\&|~?'\" !,.;:"],
|
||||
["!iIlL17|¦ coO08BbDQ $5SZ2zsz 96G&", [..."dbqp E3 g9q CGQ vvw VVW /V ", "<=", " ", ">="]]
|
||||
];
|
||||
|
||||
function cbAmendStylisticSetContents(element, p) {
|
||||
element.innerHTML = "";
|
||||
const inner = document.createElement("div");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue