* Some SyncTERM / EtherTerm key support for new key system

* Break long words for word wrap if required
* Lots of cursor movement improvements for MultiLineEditText2
* Code cleanup
This commit is contained in:
Bryan Ashby
2015-06-06 00:33:59 -06:00
parent f2a61828aa
commit feab2e0233
6 changed files with 99 additions and 197 deletions

View File

@@ -162,7 +162,7 @@
"text" : "Apply"
},
"BT13" : {
"submit" : [ "esc" ],
"submit" : [ "escape" ],
"text" : "Cancel"
}
},
@@ -282,7 +282,7 @@
"BT5" : {
"width" : 8,
"text" : "< Back",
"submit" : [ "esc" ]
"submit" : [ "escape" ]
}
},
"submit" : {
@@ -317,7 +317,7 @@
},
"BT8" : {
"text" : "< Back",
"submit" : [ "esc" ]
"submit" : [ "escape" ]
}
},
"submit" : {
@@ -346,7 +346,7 @@
},
"BT5" : {
"text" : "< Back",
"submit" : [ "esc" ]
"submit" : [ "escape" ]
}
},
"submit" : {
@@ -376,7 +376,7 @@
},
"BT5" : {
"text" : "< Back",
"submit" : [ "esc" ]
"submit" : [ "escape" ]
}
},
"submit" : {
@@ -459,7 +459,7 @@
},
"ET5" : {
"password" : true,
"submit" : [ "esc" ],
"submit" : [ "escape" ],
"fillChar" : "#"
},
"TM6" : {