From 250ae8c2bc2a33eea295fe7d55e126f3a125e351 Mon Sep 17 00:00:00 2001 From: Jack Date: Tue, 4 Aug 2020 00:51:02 +0100 Subject: [PATCH] fixed keymap layout --- public/index.html | 20 ++++++++++---------- public/js/settings.js | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/public/index.html b/public/index.html index 9ee5c5c65..ad772202c 100644 --- a/public/index.html +++ b/public/index.html @@ -1168,28 +1168,28 @@

timer/progress style

Change the style of the timer/progress during a timed test.
-
bar
-
text
+
bar
+
text

timer/progress color

Change the color of the timer/progress number/bar and live wpm number.
-
black
-
sub
-
text
-
main
+
black
+
sub
+
text
+
main

timer/progress opacity

Change the opacity of the timer/progress number/bar and live wpm number.
-
0.25
-
0.5
-
0.75
-
1
+
0.25
+
0.5
+
0.75
+
1
diff --git a/public/js/settings.js b/public/js/settings.js index c67c046a0..9a899ebef 100644 --- a/public/js/settings.js +++ b/public/js/settings.js @@ -201,7 +201,7 @@ function updateSettingsPage() { Object.keys(layouts).forEach((layout) => { if (layout.toString() != "default") { keymapEl.append( - `
${layout.replace( + `
${layout.replace( "_", " " )}
`