kbmulti - Set cursor to end of text on start

master
Martin Boonk 2022-07-03 18:43:57 +02:00
parent 41e58a90d3
commit 05c4e12c78
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ exports.input = function(options) {
var charTimeout; // timeout after a key is pressed
var charCurrent; // current character (index in letters)
var charIndex; // index in letters[charCurrent]
var textIndex = 0;
var textIndex = text.length;
var textWidth = settings.showHelpBtn ? 10 : 12;
var caps = true;
var layout;