From 0f47f917467dc989d1d4047c745f56fe06039d49 Mon Sep 17 00:00:00 2001 From: thyttan <97237430+thyttan@users.noreply.github.com> Date: Mon, 2 May 2022 02:13:38 +0200 Subject: [PATCH] Update lib.js --- apps/kbtouch/lib.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apps/kbtouch/lib.js b/apps/kbtouch/lib.js index 614fb8e96..db90440b9 100644 --- a/apps/kbtouch/lib.js +++ b/apps/kbtouch/lib.js @@ -78,12 +78,7 @@ var settings = Object.assign({ oneToOne: 0, speedScaling: 24 }, require('Storage').readJSON("kbtouch.settings.json", true) || {}); -print(settings); -//settings = { "textSize": 1, "offsetKeyboard": 0, "oneToOne": 1, -// "speedScaling": 15, "loopAround": 0 /*, "releaseToSelect": 0*/}; - -print(settings); // state const R = Bangle.appRect; var kbx = 0, kby = 0, kbdx = 0, kbdy = 0, kbShift = false, flashToggle = false;