diff --git a/apps/kbmulti/lib.js b/apps/kbmulti/lib.js index 7e526a774..04240b3e5 100644 --- a/apps/kbmulti/lib.js +++ b/apps/kbmulti/lib.js @@ -77,6 +77,8 @@ exports.input = function(options) { if (textIndex > -1){ text = text.slice(0, textIndex) + text.slice(textIndex + 1); textIndex--; + if (textIndex == -1 && !caps) + setCaps() newCharacter(); } }