From 85e49795bc10de0be9308bb952fb1f057a8ef6e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20M=C3=BCller=20=28ChaoticByte=29?= Date: Wed, 19 Apr 2023 18:23:24 +0200 Subject: [PATCH] Added missing zero to numeric keyboard layout --- app/static/js/simple-keyboard_configure.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/static/js/simple-keyboard_configure.js b/app/static/js/simple-keyboard_configure.js index 326c68e..8aa9aec 100644 --- a/app/static/js/simple-keyboard_configure.js +++ b/app/static/js/simple-keyboard_configure.js @@ -38,7 +38,8 @@ "1 2 3", "4 5 6", "7 8 9", - "{bksp} . ," + "0 . ,", + "{bksp}" ] } // Check if on smartphone